Place List List
Using the place endpoint
Here, locations for events are listed. Events in each location can be found at the
event endpoint using the query parameter location. Most locations use
the id format tprek:28473. An easy way to locate service points is to browse our
Service Map, which uses the same location ids, e.g.
servicemap.hel.fi/unit/28473.
Default ordering is decreasing order by the number of events found.
Place text
To find places that contain a specific string, use the query parameter text.
Example:
place/?text=tuomiokirkko
District
To restrict the retrieved places to city district(s), use the query parameter division,
separating values by commas if you wish to query for several divisions.
City of Helsinki neighborhoods (kaupunginosa), districts (peruspiiri) and subdistricts (osa-alue) are supported. Check the divisions on the Helsinki map service.
You may query either by specific OCD division type peruspiiri:malmi,
or by division name malmi. The latter query checks all divisions with
the name, regardless of division type.
Example:
place/?division=malmi
Place source
Will restrict places to a specific data source.
Example:
place/?data_source=tprek
Show only places with the upcoming events
To show only the places which are used in the upcoming events supply the has_upcoming_events
query parameter.
Example:
place/?has_upcoming_events=true
Showing all places
By default, only those locations which have listed events are displayed. You may display
locations with zero n_events with the query parameter show_all_places.
Example:
place/?show_all_places=true
Showing deleted places
By default, deleted places are not displayed. You may also display deleted places with the
query parameter show_deleted.
For example:
place/?show_deleted=True
Ordering
Default ordering is decreasing order by the number of events found. You may also order results
by name, street_address or postal_code.
For example:
place/?sort=name
GET /v1/place/?format=api&page=104&show_all_places=true
{ "meta": { "count": 151734, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=105&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=103&show_all_places=true" }, "data": [ { "id": "tprek:36714", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T10:09:52.622020Z", "last_modified_time": "2024-02-06T13:12:19.592200Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02600", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.805206, 60.21777 ] }, "telephone": null, "description": null, "street_address": { "fi": "Rummunlyöjänkatu 2", "sv": "Trumslagargatan 2" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Rummunlyöjänkatu 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36714/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:36715", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T10:09:52.748207Z", "last_modified_time": "2024-02-06T13:12:19.624306Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02970", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.740177, 60.304527 ] }, "telephone": null, "description": null, "street_address": { "fi": "Ruskatie 2", "sv": "Höstglödsvägen 2" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Ruskatie 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36715/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:36716", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T10:09:52.882521Z", "last_modified_time": "2024-02-06T13:12:19.657215Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02600", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.805088, 60.2144 ] }, "telephone": null, "description": null, "street_address": { "fi": "Ruusutorpantie 2", "sv": "Rosatorpsvägen 2" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Ruusutorpantie 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36716/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:36717", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T10:09:53.012994Z", "last_modified_time": "2024-02-06T13:12:19.689428Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02650", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.824059, 60.223694 ] }, "telephone": null, "description": null, "street_address": { "fi": "Ruutikuja 1", "sv": "Krutgränden 1" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Ruutikuja 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36717/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:36838", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:mellunkylä", "municipality": "Helsinki", "name": { "fi": "Mellunkylä", "sv": "Mellungsby" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kivikko", "municipality": "Helsinki", "name": { "fi": "Kivikko", "sv": "Stensböle" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä", "municipality": "Helsinki", "name": { "fi": "Mellunkylä", "sv": "Mellungsby" } } ], "created_time": "2023-08-15T10:10:09.567344Z", "last_modified_time": "2024-02-06T13:12:23.689049Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00940", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 25.071983, 60.244667 ] }, "telephone": null, "description": null, "street_address": { "fi": "Ruutikuja 5", "sv": "Krutgränden 5" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Ruutikuja 5 ja 8" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36838/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:36839", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:mellunkylä", "municipality": "Helsinki", "name": { "fi": "Mellunkylä", "sv": "Mellungsby" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kivikko", "municipality": "Helsinki", "name": { "fi": "Kivikko", "sv": "Stensböle" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä", "municipality": "Helsinki", "name": { "fi": "Mellunkylä", "sv": "Mellungsby" } } ], "created_time": "2023-08-15T10:10:09.690666Z", "last_modified_time": "2024-02-06T13:12:23.723644Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00940", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 25.072033, 60.24415 ] }, "telephone": null, "description": null, "street_address": { "fi": "Ruutikuja 8", "sv": "Krutgränden 8" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Ruutikuja 5 ja 8" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36839/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:36840", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vuosaari", "municipality": "Helsinki", "name": { "fi": "Vuosaari", "sv": "Nordsjö" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:meri-rastila", "municipality": "Helsinki", "name": { "fi": "Meri-Rastila", "sv": "Havsrastböle" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari", "municipality": "Helsinki", "name": { "fi": "Vuosaari", "sv": "Nordsjö" } } ], "created_time": "2023-08-15T10:10:09.818111Z", "last_modified_time": "2024-02-06T13:12:23.757905Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00980", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 25.117323, 60.198868 ] }, "telephone": null, "description": null, "street_address": { "fi": "Rysäkuja 3", "sv": "Ryssjegränden 3" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Rysäkuja 3" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36840/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37597", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-08-15T10:11:55.933208Z", "last_modified_time": "2024-02-06T13:12:48.474049Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01630", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.793337, 60.268646 ] }, "telephone": null, "description": null, "street_address": { "fi": "Ryytimaantie 6", "sv": "Kryddgårdsvägen 6" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Ryytimaantie 6" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37597/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37598", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-08-15T10:11:56.056617Z", "last_modified_time": "2024-02-06T13:12:48.506293Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01200", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 25.120804, 60.28527 ] }, "telephone": null, "description": null, "street_address": { "fi": "Saagatie 10", "sv": "Sagavägen 10" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Saagatie 10" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37598/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37411", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:järvenpää", "municipality": null, "name": { "fi": "Järvenpää", "sv": "Träskända" } } ], "created_time": "2023-08-15T10:11:28.853393Z", "last_modified_time": "2024-02-06T13:12:42.424048Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04430", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 25.096365, 60.471466 ] }, "telephone": null, "description": null, "street_address": { "fi": "Sahankaari 5" }, "address_locality": { "fi": "Järvenpää", "en": "Järvenpää" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Sahankaari 5" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37411/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37193", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:nurmijärvi", "municipality": null, "name": { "fi": "Nurmijärvi", "sv": "Nurmijärvi" } } ], "created_time": "2023-08-15T10:10:58.307430Z", "last_modified_time": "2024-02-06T13:12:35.255338Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01820", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.759087, 60.401558 ] }, "telephone": null, "description": null, "street_address": { "fi": "Sammalrinne 4" }, "address_locality": { "fi": "Nurmijärvi", "en": "Nurmijärvi" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Sammalrinne 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37193/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37438", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:kerava", "municipality": null, "name": { "fi": "Kerava", "sv": "Kervo" } } ], "created_time": "2023-08-15T10:11:32.706489Z", "last_modified_time": "2024-02-06T13:12:43.313197Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04250", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 25.109756, 60.401054 ] }, "telephone": null, "description": null, "street_address": { "fi": "Sampolankatu 5" }, "address_locality": { "fi": "Kerava", "en": "Kerava" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Sampolankatu 5" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37438/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37439", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:kerava", "municipality": null, "name": { "fi": "Kerava", "sv": "Kervo" } } ], "created_time": "2023-08-15T10:11:32.841052Z", "last_modified_time": "2024-02-06T13:12:43.344395Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04250", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 25.110052, 60.401608 ] }, "telephone": null, "description": null, "street_address": { "fi": "Sampolankatu 6" }, "address_locality": { "fi": "Kerava", "en": "Kerava" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Sampolankatu 6" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37439/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37246", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:tuusula", "municipality": null, "name": { "fi": "Tuusula", "sv": "Tusby" } } ], "created_time": "2023-08-15T10:11:05.642720Z", "last_modified_time": "2024-02-06T13:12:37.001123Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04300", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 25.014046, 60.41662 ] }, "telephone": null, "description": null, "street_address": { "fi": "Santakuopankuja 11" }, "address_locality": { "fi": "Tuusula", "en": "Tuusula" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Santakuopankuja 11" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37246/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37247", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:tuusula", "municipality": null, "name": { "fi": "Tuusula", "sv": "Tusby" } } ], "created_time": "2023-08-15T10:11:05.766211Z", "last_modified_time": "2024-02-06T13:12:37.033154Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04300", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 25.012665, 60.416615 ] }, "telephone": null, "description": null, "street_address": { "fi": "Santakuopankuja 13" }, "address_locality": { "fi": "Tuusula", "en": "Tuusula" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Santakuopankuja 13" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37247/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37248", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:tuusula", "municipality": null, "name": { "fi": "Tuusula", "sv": "Tusby" } } ], "created_time": "2023-08-15T10:11:05.890076Z", "last_modified_time": "2024-02-06T13:12:37.068564Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04300", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 25.01492, 60.416595 ] }, "telephone": null, "description": null, "street_address": { "fi": "Santakuopankuja 9" }, "address_locality": { "fi": "Tuusula", "en": "Tuusula" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Santakuopankuja 9" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37248/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:36841", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:tuomarinkylä", "municipality": "Helsinki", "name": { "fi": "Tuomarinkylä", "sv": "Domarby" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:paloheinä", "municipality": "Helsinki", "name": { "fi": "Paloheinä", "sv": "Svedängen" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tuomarinkylä", "municipality": "Helsinki", "name": { "fi": "Tuomarinkylä", "sv": "Domarby" } } ], "created_time": "2023-08-15T10:10:09.950590Z", "last_modified_time": "2024-02-06T13:12:23.789255Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00670", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.946854, 60.250362 ] }, "telephone": null, "description": null, "street_address": { "fi": "Saramäentie 11", "sv": "Starrbackavägen 11" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Saramäentie 11 b" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36841/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37440", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:kerava", "municipality": null, "name": { "fi": "Kerava", "sv": "Kervo" } } ], "created_time": "2023-08-15T10:11:33.101847Z", "last_modified_time": "2024-02-06T13:12:43.373566Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04200", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 25.10194, 60.408085 ] }, "telephone": null, "description": null, "street_address": { "fi": "Sariolantie 1" }, "address_locality": { "fi": "Kerava", "en": "Kerava" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Sariolantie 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37440/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37123", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:kerava", "municipality": null, "name": { "fi": "Kerava", "sv": "Kervo" } } ], "created_time": "2023-08-15T10:10:48.517680Z", "last_modified_time": "2024-02-06T13:12:32.957080Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04200", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 25.100136, 60.40944 ] }, "telephone": null, "description": null, "street_address": { "fi": "Sariolantie 9" }, "address_locality": { "fi": "Kerava", "en": "Kerava" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Sariolantie 9" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37123/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:36842", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:malmi", "municipality": "Helsinki", "name": { "fi": "Malmi", "sv": "Malm" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapaninvainio", "municipality": "Helsinki", "name": { "fi": "Tapaninvainio", "sv": "Staffansslätten" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä", "municipality": "Helsinki", "name": { "fi": "Tapaninkylä", "sv": "Staffansby" } } ], "created_time": "2023-08-15T10:10:10.075408Z", "last_modified_time": "2024-02-06T13:12:23.821126Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00780", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.99837, 60.261963 ] }, "telephone": null, "description": null, "street_address": { "fi": "Satakielentie 12", "sv": "Näktergalsvägen 12" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Satakielentie 12" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36842/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }