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=7425&show_all_places=true
{ "meta": { "count": 152245, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7426&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7424&show_all_places=true" }, "data": [ { "id": "osoite:vuoritie_12_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:33:31.462302Z", "last_modified_time": "2023-09-08T06:33:31.462322Z", "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.0102421, 60.3190068 ] }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "name": { "fi": "Vuoritie 12, Vantaa", "sv": "Bergvägen 12, Vanda" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 12", "sv": "Bergvägen 12" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_12_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_13_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-18T06:34:59.366624Z", "last_modified_time": "2023-09-18T06:34:59.366641Z", "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.6534179, 60.1630203 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "name": { "fi": "Vuoritie 13, Espoo", "sv": "Bergvägen 13, Esbo" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 13", "sv": "Bergvägen 13" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_13_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_13_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:33:31.772253Z", "last_modified_time": "2023-09-08T06:33:31.772273Z", "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.0082334, 60.3185222 ] }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "name": { "fi": "Vuoritie 13, Vantaa", "sv": "Bergvägen 13, Vanda" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 13", "sv": "Bergvägen 13" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_13_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_14a_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-18T06:34:59.800877Z", "last_modified_time": "2023-09-18T06:34:59.800895Z", "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.6535644, 60.1627873 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "name": { "fi": "Vuoritie 14a, Espoo", "sv": "Bergvägen 14a, Esbo" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 14a", "sv": "Bergvägen 14a" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_14a_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_14b_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-18T06:35:00.107297Z", "last_modified_time": "2023-09-18T06:35:00.107324Z", "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.6541785, 60.1626184 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "name": { "fi": "Vuoritie 14b, Espoo", "sv": "Bergvägen 14b, Esbo" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 14b", "sv": "Bergvägen 14b" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_14b_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_14_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:33:31.961323Z", "last_modified_time": "2023-09-08T06:33:31.961342Z", "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.0110022, 60.3190247 ] }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "name": { "fi": "Vuoritie 14, Vantaa", "sv": "Bergvägen 14, Vanda" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 14", "sv": "Bergvägen 14" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_14_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_15a_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:33:32.319994Z", "last_modified_time": "2023-09-08T06:33:32.320013Z", "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.0089029, 60.318612 ] }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "name": { "fi": "Vuoritie 15a, Vantaa", "sv": "Bergvägen 15a, Vanda" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 15a", "sv": "Bergvägen 15a" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_15a_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_15b_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:33:32.546036Z", "last_modified_time": "2023-09-08T06:33:32.546055Z", "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.0092649, 60.3186748 ] }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "name": { "fi": "Vuoritie 15b, Vantaa", "sv": "Bergvägen 15b, Vanda" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 15b", "sv": "Bergvägen 15b" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_15b_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_15_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-18T06:35:00.329021Z", "last_modified_time": "2023-09-18T06:35:00.329038Z", "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.6532929, 60.1629123 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "name": { "fi": "Vuoritie 15, Espoo", "sv": "Bergvägen 15, Esbo" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 15", "sv": "Bergvägen 15" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_15_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_16a_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:33:32.707154Z", "last_modified_time": "2023-09-08T06:33:32.707174Z", "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.0113279, 60.3190336 ] }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "name": { "fi": "Vuoritie 16a, Vantaa", "sv": "Bergvägen 16a, Vanda" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 16a", "sv": "Bergvägen 16a" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_16a_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_16b_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:33:32.958614Z", "last_modified_time": "2023-09-08T06:33:32.958633Z", "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.0119975, 60.3191502 ] }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "name": { "fi": "Vuoritie 16b, Vantaa", "sv": "Bergvägen 16b, Vanda" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 16b", "sv": "Bergvägen 16b" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_16b_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_16_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-18T06:35:00.758399Z", "last_modified_time": "2023-09-18T06:35:00.758450Z", "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.653404, 60.1626254 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "name": { "fi": "Vuoritie 16, Espoo", "sv": "Bergvägen 16, Esbo" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 16", "sv": "Bergvägen 16" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_16_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_17_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:33:33.453831Z", "last_modified_time": "2023-09-08T06:33:33.453856Z", "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.010423, 60.3187734 ] }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "name": { "fi": "Vuoritie 17, Vantaa", "sv": "Bergvägen 17, Vanda" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 17", "sv": "Bergvägen 17" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_17_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_18_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:33:33.950683Z", "last_modified_time": "2023-09-08T06:33:33.950704Z", "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.0125405, 60.3194643 ] }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "name": { "fi": "Vuoritie 18, Vantaa", "sv": "Bergvägen 18, Vanda" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 18", "sv": "Bergvägen 18" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_18_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_19_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:33:34.294794Z", "last_modified_time": "2023-09-08T06:33:34.294814Z", "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.0113821, 60.3188002 ] }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "name": { "fi": "Vuoritie 19, Vantaa", "sv": "Bergvägen 19, Vanda" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 19", "sv": "Bergvägen 19" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_19_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_1a_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:33:28.882207Z", "last_modified_time": "2023-09-08T06:33:28.882224Z", "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.0032209, 60.3178224 ] }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "name": { "fi": "Vuoritie 1a, Vantaa", "sv": "Bergvägen 1a, Vanda" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 1a", "sv": "Bergvägen 1a" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_1a_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_1b_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:33:29.090611Z", "last_modified_time": "2023-09-08T06:33:29.090629Z", "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.0034742, 60.3178583 ] }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "name": { "fi": "Vuoritie 1b, Vantaa", "sv": "Bergvägen 1b, Vanda" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 1b", "sv": "Bergvägen 1b" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_1b_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_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-18T06:34:55.562254Z", "last_modified_time": "2023-09-18T06:34:55.562273Z", "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.6560524, 60.1642568 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "name": { "fi": "Vuoritie 1, Espoo", "sv": "Bergvägen 1, Esbo" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 1", "sv": "Bergvägen 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_1_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_20_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:33:35.072514Z", "last_modified_time": "2023-09-08T06:33:35.072533Z", "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.0131919, 60.3195001 ] }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "name": { "fi": "Vuoritie 20, Vantaa", "sv": "Bergvägen 20, Vanda" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 20", "sv": "Bergvägen 20" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_20_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuoritie_21a_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:33:35.282657Z", "last_modified_time": "2023-09-08T06:33:35.282676Z", "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.0119068, 60.3186835 ] }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "name": { "fi": "Vuoritie 21a, Vantaa", "sv": "Bergvägen 21a, Vanda" }, "description": null, "telephone": null, "street_address": { "fi": "Vuoritie 21a", "sv": "Bergvägen 21a" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuoritie_21a_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }