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=93&show_all_places=true
{ "meta": { "count": 151735, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=94&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=92&show_all_places=true" }, "data": [ { "id": "tprek:37402", "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.532675Z", "last_modified_time": "2024-02-06T13:12:42.129841Z", "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.101706, 60.471622 ] }, "telephone": null, "description": null, "street_address": { "fi": "Koulukuja 8" }, "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/Koulukuja 8" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37402/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37539", "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:47.501745Z", "last_modified_time": "2024-02-06T13:12:46.614867Z", "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.946146, 60.28848 ] }, "telephone": null, "description": null, "street_address": { "fi": "Krakantie 2", "sv": "Skrakavägen 2" }, "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/Krakantie 2 b" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37539/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:36795", "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:latokartano", "municipality": "Helsinki", "name": { "fi": "Latokartano", "sv": "Ladugården" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:latokartano", "municipality": "Helsinki", "name": { "fi": "Latokartano", "sv": "Ladugården" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki", "municipality": "Helsinki", "name": { "fi": "Viikki", "sv": "Vik" } } ], "created_time": "2023-08-15T10:10:03.993799Z", "last_modified_time": "2024-02-06T13:12:22.257274Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00790", "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.028414, 60.23012 ] }, "telephone": null, "description": null, "street_address": { "fi": "Krister Juutin polku 4", "sv": "Krister Jutes stig 4" }, "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/Krister Juutin polku 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36795/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37541", "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:47.814464Z", "last_modified_time": "2024-02-06T13:12:46.674891Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01390", "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.001183, 60.31187 ] }, "telephone": null, "description": null, "street_address": { "fi": "Krookuskuja 4", "sv": "Krokusgränden 4" }, "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/Krookuskuja 3 ja 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37541/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37540", "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:47.672150Z", "last_modified_time": "2024-02-06T13:12:46.644963Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01390", "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.001389, 60.312054 ] }, "telephone": null, "description": null, "street_address": { "fi": "Krookuskuja 3", "sv": "Krokusgränden 3" }, "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/Krookuskuja 3 ja 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37540/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37084", "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:43.139663Z", "last_modified_time": "2024-02-06T13:12:31.678909Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02700", "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.752323, 60.19987 ] }, "telephone": null, "description": null, "street_address": { "fi": "Kruununtie 23", "sv": "Kronovägen 23" }, "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/Kruununtie 23" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37084/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:36796", "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:maunula", "municipality": "Helsinki", "name": { "fi": "Maunula", "sv": "Månsas" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:metsälä", "municipality": "Helsinki", "name": { "fi": "Metsälä", "sv": "Krämertsskog" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä", "municipality": "Helsinki", "name": { "fi": "Oulunkylä", "sv": "Åggelby" } } ], "created_time": "2023-08-15T10:10:04.116907Z", "last_modified_time": "2024-02-06T13:12:22.293818Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00620", "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.937256, 60.222263 ] }, "telephone": null, "description": null, "street_address": { "fi": "Krämertintie 9", "sv": "Krämertsvägen 9" }, "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/Krämertintie 9" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36796/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37542", "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:47.940061Z", "last_modified_time": "2024-02-06T13:12:46.706017Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01390", "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.01221, 60.313896 ] }, "telephone": null, "description": null, "street_address": { "fi": "Kuismakuja 4", "sv": "Mannablodsgränden 4" }, "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/Kuismakuja 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37542/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37085", "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:43.261652Z", "last_modified_time": "2024-02-06T13:12:31.713202Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02280", "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.675417, 60.17847 ] }, "telephone": null, "description": null, "street_address": { "fi": "Kukkumäenrinne 1", "sv": "Kuckubackabranten 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/Kukkumäenrinne 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37085/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37239", "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:04.633753Z", "last_modified_time": "2024-02-06T13:12:36.768020Z", "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": [ 24.977928, 60.397457 ] }, "telephone": null, "description": null, "street_address": { "fi": "Kulleronkuja 1" }, "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/Kulleronkuja 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37239/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37403", "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.653672Z", "last_modified_time": "2024-02-06T13:12:42.160921Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04420", "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.115597, 60.465794 ] }, "telephone": null, "description": null, "street_address": { "fi": "Kulmakatu 21" }, "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/Kulmakatu 21" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37403/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37432", "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.941442Z", "last_modified_time": "2024-02-06T13:12:43.114843Z", "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.108824, 60.401184 ] }, "telephone": null, "description": null, "street_address": { "fi": "Kultasepänkatu 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/Kultasepänkatu 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37432/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37543", "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:48.076928Z", "last_modified_time": "2024-02-06T13:12:46.735865Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01300", "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.01534, 60.292458 ] }, "telephone": null, "description": null, "street_address": { "fi": "Kuminatie 30", "sv": "Kumminvägen 30" }, "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/Kuminatie 30" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37543/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37086", "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:43.399682Z", "last_modified_time": "2024-02-06T13:12:31.745558Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02330", "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.615154, 60.163986 ] }, "telephone": null, "description": null, "street_address": { "fi": "Kummelivuorentie 3", "sv": "Kummelbergsvägen 3" }, "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/Kummelivuorentie 3" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37086/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37087", "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:43.533384Z", "last_modified_time": "2024-02-06T13:12:31.777225Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02330", "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.61844, 60.16391 ] }, "telephone": null, "description": null, "street_address": { "fi": "Kummelivuorentie 6", "sv": "Kummelbergsvägen 6" }, "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/Kummelivuorentie 6" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37087/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37088", "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:43.784107Z", "last_modified_time": "2024-02-06T13:12:31.809107Z", "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.618628, 60.185474 ] }, "telephone": null, "description": null, "street_address": { "fi": "Kuningattarenkuja 1", "sv": "Drottninggrä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/Kuningattarenkuja 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37088/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37544", "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:48.210706Z", "last_modified_time": "2024-02-06T13:12:46.768169Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01370", "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.068382, 60.29538 ] }, "telephone": null, "description": null, "street_address": { "fi": "Kunnaantie 4", "sv": "Stenkullavägen 4" }, "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/Kunnaantie 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37544/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:72417", "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:pasila", "municipality": "Helsinki", "name": { "fi": "Pasila", "sv": "Böle" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pohjois-pasila", "municipality": "Helsinki", "name": { "fi": "Pohjois-Pasila", "sv": "Norra Böle" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pasila", "municipality": "Helsinki", "name": { "fi": "Pasila", "sv": "Böle" } } ], "created_time": "2023-08-15T18:15:32.644134Z", "last_modified_time": "2024-02-06T14:10:47.320655Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00240", "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.930311, 60.21813 ] }, "telephone": null, "description": null, "street_address": { "fi": "Kuormakatu 6", "sv": "Lastgatan 6", "en": "Kuormakatu 6" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": { "fi": "http://www.asuntosaatio.fi", "sv": "http://www.asuntosaatio.fi", "en": "http://www.asuntosaatio.fi" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Kuormakatu 6 A-B" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:72417/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37545", "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:48.336635Z", "last_modified_time": "2024-02-06T13:12:46.800048Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01400", "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.067307, 60.3341 ] }, "telephone": null, "description": null, "street_address": { "fi": "Ulrikankuja 20", "sv": "Ulrikagränden 20" }, "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/Kurjenmiekka" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37545/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37433", "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.078225Z", "last_modified_time": "2024-02-06T13:12:43.146243Z", "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.106215, 60.40828 ] }, "telephone": null, "description": null, "street_address": { "fi": "Kurkelankatu 11" }, "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/Kurkelankatu 11" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37433/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }