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=89&show_all_places=true
{ "meta": { "count": 152267, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=90&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=88&show_all_places=true" }, "data": [ { "id": "tprek:37221", "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:02.159318Z", "last_modified_time": "2024-02-06T13:12:36.153942Z", "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.03399, 60.40603 ] }, "address_locality": { "fi": "Tuusula", "en": "Tuusula" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hyökkäläntie 11" }, "telephone": null, "street_address": { "fi": "Hyökkäläntie 11" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37221/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37222", "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:02.284898Z", "last_modified_time": "2024-02-06T13:12:36.195586Z", "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.033867, 60.405083 ] }, "address_locality": { "fi": "Tuusula", "en": "Tuusula" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hyökkäläntie 13" }, "telephone": null, "street_address": { "fi": "Hyökkäläntie 13" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37222/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37223", "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:02.487282Z", "last_modified_time": "2024-02-06T13:12:36.236260Z", "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.031435, 60.405056 ] }, "address_locality": { "fi": "Tuusula", "en": "Tuusula" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hyökkäläntie 5" }, "telephone": null, "street_address": { "fi": "Hyökkäläntie 5" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37223/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37062", "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:10:40.132853Z", "last_modified_time": "2024-02-06T13:12:30.963329Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02780", "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.60681, 60.202625 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hämäläistentie 35" }, "telephone": null, "street_address": { "fi": "Hämäläistentie 35", "sv": "Tavasternas väg 35" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37062/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37032", "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:puistola", "municipality": "Helsinki", "name": { "fi": "Puistola", "sv": "Parkstad" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapulikaupunki", "municipality": "Helsinki", "name": { "fi": "Tapulikaupunki", "sv": "Stapelstaden" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suutarila", "municipality": "Helsinki", "name": { "fi": "Suutarila", "sv": "Skomakarböle" } } ], "created_time": "2023-08-15T10:10:35.890780Z", "last_modified_time": "2024-02-06T13:12:30.006085Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00750", "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.03326, 60.28393 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Härkävaljakontie 25" }, "telephone": null, "street_address": { "fi": "Härkävaljakontie 25", "sv": "Oxspannsvägen 25" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37032/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37033", "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" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:puistola", "municipality": "Helsinki", "name": { "fi": "Puistola", "sv": "Parkstad" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapulikaupunki", "municipality": "Helsinki", "name": { "fi": "Tapulikaupunki", "sv": "Stapelstaden" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suutarila", "municipality": "Helsinki", "name": { "fi": "Suutarila", "sv": "Skomakarböle" } } ], "created_time": "2023-08-15T10:10:36.017274Z", "last_modified_time": "2024-02-06T13:12:30.040621Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00750", "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.038467, 60.286972 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Iestie 1-2" }, "telephone": null, "street_address": { "fi": "Iestie 1-2", "sv": "Okvägen 1-2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37033/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37516", "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:44.150209Z", "last_modified_time": "2024-02-06T13:12:45.849247Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01510", "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.959446, 60.28264 ] }, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Illenpiha 2" }, "telephone": null, "street_address": { "fi": "Illenpiha 2", "sv": "Illegården 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37516/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37034", "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:vartiokylä", "municipality": "Helsinki", "name": { "fi": "Vartiokylä", "sv": "Botby" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itäkeskus", "municipality": "Helsinki", "name": { "fi": "Itäkeskus", "sv": "Östra centrum" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä", "municipality": "Helsinki", "name": { "fi": "Vartiokylä", "sv": "Botby" } } ], "created_time": "2023-08-15T10:10:36.200947Z", "last_modified_time": "2024-02-06T13:12:30.077018Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00930", "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.07311, 60.204563 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Ilotulitustie 12" }, "telephone": null, "street_address": { "fi": "Ilotulitustie 12", "sv": "Fyrverkerivägen 12" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37034/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:57905", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:hyvinkää", "municipality": null, "name": { "fi": "Hyvinkää", "sv": "Hyvinge" } } ], "created_time": "2023-08-15T14:12:16.528719Z", "last_modified_time": "2024-02-06T13:16:28.736468Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "05440", "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.877216, 60.6013 ] }, "address_locality": { "fi": "Hyvinkää", "sv": "Hyvinkää", "en": "Hyvinkää" }, "description": null, "info_url": { "fi": "https://www.asuntosaatio.fi/", "sv": "https://www.asuntosaatio.fi/", "en": "https://www.asuntosaatio.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/ Iltatuulentie 4" }, "telephone": null, "street_address": { "fi": "Iltatuulentie 4", "sv": "Iltatuulentie 4", "en": "Iltatuulentie 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:57905/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37431", "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:31.791483Z", "last_modified_time": "2024-02-06T13:12:43.080171Z", "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.098667, 60.408173 ] }, "address_locality": { "fi": "Kerava", "en": "Kerava" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Iso-Hollonkuja 8" }, "telephone": null, "street_address": { "fi": "Iso-Hollonkuja 8" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37431/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37063", "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:10:40.257612Z", "last_modified_time": "2024-02-06T13:12:30.996562Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02940", "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.717533, 60.24454 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Isonjärvenkuja 9" }, "telephone": null, "street_address": { "fi": "Isonjärvenkuja 9", "sv": "Storträskgränden 9" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37063/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37064", "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:10:40.383200Z", "last_modified_time": "2024-02-06T13:12:31.026999Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02940", "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.7172, 60.242855 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Isonjärventie 14" }, "telephone": null, "street_address": { "fi": "Isonjärventie 14", "sv": "Storträskvägen 14" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37064/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37065", "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:10:40.509256Z", "last_modified_time": "2024-03-15T06:09:44.728089Z", "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.821486, 60.21187 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Itsehallintotie 2" }, "telephone": null, "street_address": { "fi": "Itsehallintotie 2", "sv": "Självstyrelsevägen 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37065/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37035", "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:kampinmalmi", "municipality": "Helsinki", "name": { "fi": "Kampinmalmi", "sv": "Kampmalmen" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:jätkäsaari", "municipality": "Helsinki", "name": { "fi": "Jätkäsaari", "sv": "Busholmen" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:länsisatama", "municipality": "Helsinki", "name": { "fi": "Länsisatama", "sv": "Västra Hamnen" } } ], "created_time": "2023-08-15T10:10:36.339688Z", "last_modified_time": "2024-02-06T13:12:30.106972Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00180", "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.912376, 60.16032 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Jaalaranta 10" }, "telephone": null, "street_address": { "fi": "Jaalaranta 10", "sv": "Skutstranden 10" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37035/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37495", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vihti", "municipality": null, "name": { "fi": "Vihti", "sv": "Vichtis" } } ], "created_time": "2023-08-15T10:11:41.181582Z", "last_modified_time": "2024-02-06T13:12:45.161028Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "03100", "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.28839, 60.337856 ] }, "address_locality": { "fi": "Vihti", "en": "Vihti" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Jahtimiehentie 5-7" }, "telephone": null, "street_address": { "fi": "Jahtimiehentie 5-7" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37495/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37036", "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:jakomäki", "municipality": "Helsinki", "name": { "fi": "Jakomäki", "sv": "Jakobacka" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:jakomäki", "municipality": "Helsinki", "name": { "fi": "Jakomäki", "sv": "Jakobacka" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä", "municipality": "Helsinki", "name": { "fi": "Suurmetsä", "sv": "Storskog" } } ], "created_time": "2023-08-15T10:10:36.468225Z", "last_modified_time": "2024-02-06T13:12:30.138904Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00770", "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.07678, 60.25345 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Jakomäentie 23" }, "telephone": null, "street_address": { "fi": "Jakomäentie 23", "sv": "Jakobackavägen 23" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37036/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37037", "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:jakomäki", "municipality": "Helsinki", "name": { "fi": "Jakomäki", "sv": "Jakobacka" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:jakomäki", "municipality": "Helsinki", "name": { "fi": "Jakomäki", "sv": "Jakobacka" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä", "municipality": "Helsinki", "name": { "fi": "Suurmetsä", "sv": "Storskog" } } ], "created_time": "2023-08-15T10:10:36.597098Z", "last_modified_time": "2024-02-06T13:12:30.171999Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00770", "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.072977, 60.253277 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Jakomäentie 9" }, "telephone": null, "street_address": { "fi": "Jakomäentie 9", "sv": "Jakobackavägen 9" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37037/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37399", "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:27.158686Z", "last_modified_time": "2024-02-06T13:12:42.033969Z", "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.125736, 60.493103 ] }, "address_locality": { "fi": "Järvenpää", "en": "Järvenpää" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Jepuankatu 24" }, "telephone": null, "street_address": { "fi": "Jepuankatu 24" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37399/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37224", "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:02.622933Z", "last_modified_time": "2024-02-06T13:12:36.274787Z", "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.01293, 60.395317 ] }, "address_locality": { "fi": "Tuusula", "en": "Tuusula" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Jokipellonkatu 5" }, "telephone": null, "street_address": { "fi": "Jokipellonkatu 5" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37224/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37066", "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:10:40.638148Z", "last_modified_time": "2024-02-06T13:12:31.093422Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02760", "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.679974, 60.201786 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Joupinkuja 2" }, "telephone": null, "street_address": { "fi": "Joupinkuja 2", "sv": "Jofsgränden 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37066/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }