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=7313&show_all_places=true
{ "meta": { "count": 152283, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7314&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7312&show_all_places=true" }, "data": [ { "id": "osoite:viikintie_51_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "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:viikin_tiedepuisto", "municipality": "Helsinki", "name": { "fi": "Viikin tiedepuisto", "sv": "Viks forskarpark" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki", "municipality": "Helsinki", "name": { "fi": "Viikki", "sv": "Vik" } } ], "created_time": "2023-08-26T06:36:25.584126Z", "last_modified_time": "2023-08-26T06:36:25.584146Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.0232031, 60.2232118 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "description": null, "info_url": null, "name": { "fi": "Viikintie 51, Helsinki", "sv": "Viksvägen 51, Helsingfors" }, "telephone": null, "street_address": { "fi": "Viikintie 51", "sv": "Viksvägen 51" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_51_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viikintie_54_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "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:roihupelto", "municipality": "Helsinki", "name": { "fi": "Roihupelto", "sv": "Kasåkern" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä", "municipality": "Helsinki", "name": { "fi": "Vartiokylä", "sv": "Botby" } } ], "created_time": "2023-08-26T06:36:26.294556Z", "last_modified_time": "2023-08-26T06:36:26.294572Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.0469996, 60.2092308 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "description": null, "info_url": null, "name": { "fi": "Viikintie 54, Helsinki", "sv": "Viksvägen 54, Helsingfors" }, "telephone": null, "street_address": { "fi": "Viikintie 54", "sv": "Viksvägen 54" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_54_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viikintie_5_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "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:viikinranta", "municipality": "Helsinki", "name": { "fi": "Viikinranta", "sv": "Viksstranden" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki", "municipality": "Helsinki", "name": { "fi": "Viikki", "sv": "Vik" } } ], "created_time": "2023-08-26T06:36:24.891706Z", "last_modified_time": "2023-08-26T06:36:24.891724Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.9845039, 60.2174327 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "description": null, "info_url": null, "name": { "fi": "Viikintie 5, Helsinki", "sv": "Viksvägen 5, Helsingfors" }, "telephone": null, "street_address": { "fi": "Viikintie 5", "sv": "Viksvägen 5" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_5_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viikintie_6_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "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:viikinranta", "municipality": "Helsinki", "name": { "fi": "Viikinranta", "sv": "Viksstranden" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki", "municipality": "Helsinki", "name": { "fi": "Viikki", "sv": "Vik" } } ], "created_time": "2023-08-26T06:36:27.182878Z", "last_modified_time": "2023-08-26T06:36:27.182896Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.9835656, 60.2180519 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "description": null, "info_url": null, "name": { "fi": "Viikintie 6, Helsinki", "sv": "Viksvägen 6, Helsingfors" }, "telephone": null, "street_address": { "fi": "Viikintie 6", "sv": "Viksvägen 6" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_6_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viikintie_7_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "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:viikinranta", "municipality": "Helsinki", "name": { "fi": "Viikinranta", "sv": "Viksstranden" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki", "municipality": "Helsinki", "name": { "fi": "Viikki", "sv": "Vik" } } ], "created_time": "2023-08-26T06:36:28.183232Z", "last_modified_time": "2023-08-26T06:36:28.183258Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.9847382, 60.2178905 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "description": null, "info_url": null, "name": { "fi": "Viikintie 7, Helsinki", "sv": "Viksvägen 7, Helsingfors" }, "telephone": null, "street_address": { "fi": "Viikintie 7", "sv": "Viksvägen 7" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_7_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viikintie_9_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "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:viikinranta", "municipality": "Helsinki", "name": { "fi": "Viikinranta", "sv": "Viksstranden" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki", "municipality": "Helsinki", "name": { "fi": "Viikki", "sv": "Vik" } } ], "created_time": "2023-08-26T06:36:28.907579Z", "last_modified_time": "2023-08-26T06:36:28.907599Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.9853877, 60.2178278 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "description": null, "info_url": null, "name": { "fi": "Viikintie 9, Helsinki", "sv": "Viksvägen 9, Helsingfors" }, "telephone": null, "street_address": { "fi": "Viikintie 9", "sv": "Viksvägen 9" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintie_9_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viikintori_1_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "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:viikin_tiedepuisto", "municipality": "Helsinki", "name": { "fi": "Viikin tiedepuisto", "sv": "Viks forskarpark" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki", "municipality": "Helsinki", "name": { "fi": "Viikki", "sv": "Vik" } } ], "created_time": "2023-08-26T06:36:29.140079Z", "last_modified_time": "2023-08-26T06:36:29.140100Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.0103038, 60.2275126 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "description": null, "info_url": null, "name": { "fi": "Viikintori 1, Helsinki", "sv": "Vikstorget 1, Helsingfors" }, "telephone": null, "street_address": { "fi": "Viikintori 1", "sv": "Vikstorget 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintori_1_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viikintori_2_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "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:viikin_tiedepuisto", "municipality": "Helsinki", "name": { "fi": "Viikin tiedepuisto", "sv": "Viks forskarpark" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki", "municipality": "Helsinki", "name": { "fi": "Viikki", "sv": "Vik" } } ], "created_time": "2023-08-26T06:36:29.403203Z", "last_modified_time": "2023-08-26T06:36:29.403220Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.0094014, 60.2269292 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "description": null, "info_url": null, "name": { "fi": "Viikintori 2, Helsinki", "sv": "Vikstorget 2, Helsingfors" }, "telephone": null, "street_address": { "fi": "Viikintori 2", "sv": "Vikstorget 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintori_2_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viikintori_3_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "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:viikin_tiedepuisto", "municipality": "Helsinki", "name": { "fi": "Viikin tiedepuisto", "sv": "Viks forskarpark" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki", "municipality": "Helsinki", "name": { "fi": "Viikki", "sv": "Vik" } } ], "created_time": "2023-08-26T06:36:30.081111Z", "last_modified_time": "2023-08-26T06:36:30.081128Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.0084993, 60.2274319 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "description": null, "info_url": null, "name": { "fi": "Viikintori 3, Helsinki", "sv": "Vikstorget 3, Helsingfors" }, "telephone": null, "street_address": { "fi": "Viikintori 3", "sv": "Vikstorget 3" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikintori_3_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viikkokuja_1_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-20T06:19:05.958214Z", "last_modified_time": "2023-09-20T06:19:05.958233Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.7469549, 60.1732575 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "description": null, "info_url": null, "name": { "fi": "Viikkokuja 1, Espoo", "sv": "Veckogränden 1, Esbo" }, "telephone": null, "street_address": { "fi": "Viikkokuja 1", "sv": "Veckogränden 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikkokuja_1_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viikkokuja_2_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-20T06:19:08.157489Z", "last_modified_time": "2023-09-20T06:19:08.157507Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.7474573, 60.1735188 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "description": null, "info_url": null, "name": { "fi": "Viikkokuja 2, Espoo", "sv": "Veckogränden 2, Esbo" }, "telephone": null, "street_address": { "fi": "Viikkokuja 2", "sv": "Veckogränden 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikkokuja_2_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viikkokuja_3_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-20T06:19:09.059278Z", "last_modified_time": "2023-09-20T06:19:09.059296Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.7470277, 60.1731589 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "description": null, "info_url": null, "name": { "fi": "Viikkokuja 3, Espoo", "sv": "Veckogränden 3, Esbo" }, "telephone": null, "street_address": { "fi": "Viikkokuja 3", "sv": "Veckogränden 3" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikkokuja_3_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viikkokuja_4_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-20T06:19:10.364965Z", "last_modified_time": "2023-09-20T06:19:10.365010Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.7475847, 60.1733485 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "description": null, "info_url": null, "name": { "fi": "Viikkokuja 4, Espoo", "sv": "Veckogränden 4, Esbo" }, "telephone": null, "street_address": { "fi": "Viikkokuja 4", "sv": "Veckogränden 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikkokuja_4_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viikkokuja_5_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-20T06:19:12.265678Z", "last_modified_time": "2023-09-20T06:19:12.265718Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.7466167, 60.1727273 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "description": null, "info_url": null, "name": { "fi": "Viikkokuja 5, Espoo", "sv": "Veckogränden 5, Esbo" }, "telephone": null, "street_address": { "fi": "Viikkokuja 5", "sv": "Veckogränden 5" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikkokuja_5_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viikkokuja_7_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-20T06:19:14.561587Z", "last_modified_time": "2023-09-20T06:19:14.561606Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.7474456, 60.172702 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "description": null, "info_url": null, "name": { "fi": "Viikkokuja 7, Espoo", "sv": "Veckogränden 7, Esbo" }, "telephone": null, "street_address": { "fi": "Viikkokuja 7", "sv": "Veckogränden 7" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viikkokuja_7_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viiktorpantie_10_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "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:laajasalo", "municipality": "Helsinki", "name": { "fi": "Laajasalo", "sv": "Degerö" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:jollas", "municipality": "Helsinki", "name": { "fi": "Jollas", "sv": "Jollas" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo", "municipality": "Helsinki", "name": { "fi": "Laajasalo", "sv": "Degerö" } } ], "created_time": "2023-08-26T06:36:31.193950Z", "last_modified_time": "2023-08-26T06:36:31.193968Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.0761606, 60.1617373 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "description": null, "info_url": null, "name": { "fi": "Viiktorpantie 10, Helsinki", "sv": "Viktorpsvägen 10, Helsingfors" }, "telephone": null, "street_address": { "fi": "Viiktorpantie 10", "sv": "Viktorpsvägen 10" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viiktorpantie_10_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viiktorpantie_12_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "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:laajasalo", "municipality": "Helsinki", "name": { "fi": "Laajasalo", "sv": "Degerö" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:jollas", "municipality": "Helsinki", "name": { "fi": "Jollas", "sv": "Jollas" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo", "municipality": "Helsinki", "name": { "fi": "Laajasalo", "sv": "Degerö" } } ], "created_time": "2023-08-26T06:36:31.902263Z", "last_modified_time": "2023-08-26T06:36:31.902282Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.0767901, 60.1613779 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "description": null, "info_url": null, "name": { "fi": "Viiktorpantie 12, Helsinki", "sv": "Viktorpsvägen 12, Helsingfors" }, "telephone": null, "street_address": { "fi": "Viiktorpantie 12", "sv": "Viktorpsvägen 12" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viiktorpantie_12_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viiktorpantie_3_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "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:laajasalo", "municipality": "Helsinki", "name": { "fi": "Laajasalo", "sv": "Degerö" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:jollas", "municipality": "Helsinki", "name": { "fi": "Jollas", "sv": "Jollas" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo", "municipality": "Helsinki", "name": { "fi": "Laajasalo", "sv": "Degerö" } } ], "created_time": "2023-08-26T06:36:32.682032Z", "last_modified_time": "2023-08-26T06:36:32.682048Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.0752775, 60.1614685 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "description": null, "info_url": null, "name": { "fi": "Viiktorpantie 3, Helsinki", "sv": "Viktorpsvägen 3, Helsingfors" }, "telephone": null, "street_address": { "fi": "Viiktorpantie 3", "sv": "Viktorpsvägen 3" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viiktorpantie_3_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viiktorpantie_5_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "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:laajasalo", "municipality": "Helsinki", "name": { "fi": "Laajasalo", "sv": "Degerö" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:jollas", "municipality": "Helsinki", "name": { "fi": "Jollas", "sv": "Jollas" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo", "municipality": "Helsinki", "name": { "fi": "Laajasalo", "sv": "Degerö" } } ], "created_time": "2023-08-26T06:36:33.584977Z", "last_modified_time": "2023-08-26T06:36:33.584993Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.0752775, 60.1614685 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "description": null, "info_url": null, "name": { "fi": "Viiktorpantie 5, Helsinki", "sv": "Viktorpsvägen 5, Helsingfors" }, "telephone": null, "street_address": { "fi": "Viiktorpantie 5", "sv": "Viktorpsvägen 5" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viiktorpantie_5_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viiktorpantie_6_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "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:laajasalo", "municipality": "Helsinki", "name": { "fi": "Laajasalo", "sv": "Degerö" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:jollas", "municipality": "Helsinki", "name": { "fi": "Jollas", "sv": "Jollas" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo", "municipality": "Helsinki", "name": { "fi": "Laajasalo", "sv": "Degerö" } } ], "created_time": "2023-08-26T06:36:34.184359Z", "last_modified_time": "2023-08-26T06:36:34.184376Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "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.0754767, 60.1619262 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "description": null, "info_url": null, "name": { "fi": "Viiktorpantie 6, Helsinki", "sv": "Viktorpsvägen 6, Helsingfors" }, "telephone": null, "street_address": { "fi": "Viiktorpantie 6", "sv": "Viktorpsvägen 6" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viiktorpantie_6_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }