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=7514&show_all_places=true
{ "meta": { "count": 152281, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7515&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7513&show_all_places=true" }, "data": [ { "id": "osoite:yläniityntie_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-15T06:18:06.654800Z", "last_modified_time": "2023-09-15T06:18:06.654818Z", "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.685242, 60.1987504 ] }, "telephone": null, "street_address": { "fi": "Yläniityntie 2", "sv": "Överängsvägen 2" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yläniityntie 2, Espoo", "sv": "Överängsvägen 2, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niityntie_2_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yläniityntie_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-15T06:18:07.450734Z", "last_modified_time": "2023-09-15T06:18:07.450768Z", "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.6842158, 60.1985953 ] }, "telephone": null, "street_address": { "fi": "Yläniityntie 3", "sv": "Överängsvägen 3" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yläniityntie 3, Espoo", "sv": "Överängsvägen 3, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niityntie_3_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yläniityntie_4a_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-15T06:18:07.963563Z", "last_modified_time": "2023-09-15T06:18:07.963578Z", "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.6845593, 60.1984974 ] }, "telephone": null, "street_address": { "fi": "Yläniityntie 4a", "sv": "Överängsvägen 4a" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yläniityntie 4a, Espoo", "sv": "Överängsvägen 4a, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niityntie_4a_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yläniityntie_4b_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-15T06:18:09.053483Z", "last_modified_time": "2023-09-15T06:18:09.053520Z", "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.6845428, 60.1983358 ] }, "telephone": null, "street_address": { "fi": "Yläniityntie 4b", "sv": "Överängsvägen 4b" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yläniityntie 4b, Espoo", "sv": "Överängsvägen 4b, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niityntie_4b_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yläniityntie_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-15T06:18:09.652132Z", "last_modified_time": "2023-09-15T06:18:09.652154Z", "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.6833906, 60.1981626 ] }, "telephone": null, "street_address": { "fi": "Yläniityntie 5", "sv": "Överängsvägen 5" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yläniityntie 5, Espoo", "sv": "Överängsvägen 5, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niityntie_5_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yläniityntie_6_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-15T06:18:10.165963Z", "last_modified_time": "2023-09-15T06:18:10.165991Z", "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.6839855, 60.198164 ] }, "telephone": null, "street_address": { "fi": "Yläniityntie 6", "sv": "Överängsvägen 6" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yläniityntie 6, Espoo", "sv": "Överängsvägen 6, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niityntie_6_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yläniityntie_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-15T06:18:11.261211Z", "last_modified_time": "2023-09-15T06:18:11.261228Z", "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.6832111, 60.1980814 ] }, "telephone": null, "street_address": { "fi": "Yläniityntie 7", "sv": "Överängsvägen 7" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yläniityntie 7, Espoo", "sv": "Överängsvägen 7, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niityntie_7_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yläniityntie_8a_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-15T06:18:13.548808Z", "last_modified_time": "2023-09-15T06:18:13.548833Z", "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.6838059, 60.1980917 ] }, "telephone": null, "street_address": { "fi": "Yläniityntie 8a", "sv": "Överängsvägen 8a" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yläniityntie 8a, Espoo", "sv": "Överängsvägen 8a, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niityntie_8a_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yläniityntie_8b_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-15T06:18:15.157081Z", "last_modified_time": "2023-09-15T06:18:15.157099Z", "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.6840416, 60.1979577 ] }, "telephone": null, "street_address": { "fi": "Yläniityntie 8b", "sv": "Överängsvägen 8b" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yläniityntie 8b, Espoo", "sv": "Överängsvägen 8b, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niityntie_8b_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yläniityntie_9_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-15T06:18:16.747442Z", "last_modified_time": "2023-09-15T06:18:16.747459Z", "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.6826369, 60.1977928 ] }, "telephone": null, "street_address": { "fi": "Yläniityntie 9", "sv": "Överängsvägen 9" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yläniityntie 9, Espoo", "sv": "Överängsvägen 9, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niityntie_9_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänkökuja_1_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:34:39.760683Z", "last_modified_time": "2023-09-08T06:34:39.760702Z", "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.011003, 60.3216275 ] }, "telephone": null, "street_address": { "fi": "Ylänkökuja 1", "sv": "Höglandsgränden 1" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Ylänkökuja 1, Vantaa", "sv": "Höglandsgränden 1, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nk%C3%B6kuja_1_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänkökuja_2_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:34:39.940885Z", "last_modified_time": "2023-09-08T06:34:39.940904Z", "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.0113288, 60.3216185 ] }, "telephone": null, "street_address": { "fi": "Ylänkökuja 2", "sv": "Höglandsgränden 2" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Ylänkökuja 2, Vantaa", "sv": "Höglandsgränden 2, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nk%C3%B6kuja_2_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänkökuja_4_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:34:40.321025Z", "last_modified_time": "2023-09-08T06:34:40.321043Z", "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.0113106, 60.3213223 ] }, "telephone": null, "street_address": { "fi": "Ylänkökuja 4", "sv": "Höglandsgränden 4" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Ylänkökuja 4, Vantaa", "sv": "Höglandsgränden 4, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nk%C3%B6kuja_4_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänköpolku_1_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:34:40.483029Z", "last_modified_time": "2023-09-08T06:34:40.483055Z", "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.0106051, 60.3221929 ] }, "telephone": null, "street_address": { "fi": "Ylänköpolku 1", "sv": "Höglandsstigen 1" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Ylänköpolku 1, Vantaa", "sv": "Höglandsstigen 1, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nk%C3%B6polku_1_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänkörinne_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:33:08.262402Z", "last_modified_time": "2023-09-20T06:33:08.262421Z", "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.7706555, 60.2492955 ] }, "telephone": null, "street_address": { "fi": "Ylänkörinne 1", "sv": "Höglandsbranten 1" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Ylänkörinne 1, Espoo", "sv": "Höglandsbranten 1, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nk%C3%B6rinne_1_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänkörinne_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:33:09.566148Z", "last_modified_time": "2023-09-20T06:33:09.566171Z", "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.770006, 60.2492226 ] }, "telephone": null, "street_address": { "fi": "Ylänkörinne 2", "sv": "Höglandsbranten 2" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Ylänkörinne 2, Espoo", "sv": "Höglandsbranten 2, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nk%C3%B6rinne_2_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänkörinne_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:33:10.754588Z", "last_modified_time": "2023-09-20T06:33:10.754606Z", "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.7707262, 60.24952 ] }, "telephone": null, "street_address": { "fi": "Ylänkörinne 3", "sv": "Höglandsbranten 3" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Ylänkörinne 3, Espoo", "sv": "Höglandsbranten 3, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nk%C3%B6rinne_3_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänkörinne_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:33:11.973087Z", "last_modified_time": "2023-09-20T06:33:11.973105Z", "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.770095, 60.2494023 ] }, "telephone": null, "street_address": { "fi": "Ylänkörinne 4", "sv": "Höglandsbranten 4" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Ylänkörinne 4, Espoo", "sv": "Höglandsbranten 4, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nk%C3%B6rinne_4_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänkörinne_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:33:12.659180Z", "last_modified_time": "2023-09-20T06:33:12.659203Z", "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.7708688, 60.2497806 ] }, "telephone": null, "street_address": { "fi": "Ylänkörinne 5", "sv": "Höglandsbranten 5" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Ylänkörinne 5, Espoo", "sv": "Höglandsbranten 5, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nk%C3%B6rinne_5_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänkörinne_6a_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:33:13.849167Z", "last_modified_time": "2023-09-20T06:33:13.849184Z", "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.7702917, 60.2496808 ] }, "telephone": null, "street_address": { "fi": "Ylänkörinne 6a", "sv": "Höglandsbranten 6a" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Ylänkörinne 6a, Espoo", "sv": "Höglandsbranten 6a, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nk%C3%B6rinne_6a_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }