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=7395&show_all_places=true
{ "meta": { "count": 152279, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7396&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7394&show_all_places=true" }, "data": [ { "id": "osoite:vuohikallio_10_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:38:43.657639Z", "last_modified_time": "2023-09-20T06:38:43.657657Z", "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.5186756, 60.2633499 ] }, "telephone": null, "street_address": { "fi": "Vuohikallio 10", "sv": "Getberget 10" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Vuohikallio 10, Espoo", "sv": "Getberget 10, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_10_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_11_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:38:45.150772Z", "last_modified_time": "2023-09-20T06:38:45.150788Z", "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.5174295, 60.2645481 ] }, "telephone": null, "street_address": { "fi": "Vuohikallio 11", "sv": "Getberget 11" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Vuohikallio 11, Espoo", "sv": "Getberget 11, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_11_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_12_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:38:47.455527Z", "last_modified_time": "2023-09-20T06:38:47.455544Z", "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.5182923, 60.2636178 ] }, "telephone": null, "street_address": { "fi": "Vuohikallio 12", "sv": "Getberget 12" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Vuohikallio 12, Espoo", "sv": "Getberget 12, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_12_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_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-20T06:38:49.355267Z", "last_modified_time": "2023-09-20T06:38:49.355287Z", "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.5180735, 60.2649813 ] }, "telephone": null, "street_address": { "fi": "Vuohikallio 13", "sv": "Getberget 13" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Vuohikallio 13, Espoo", "sv": "Getberget 13, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_13_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_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-20T06:38:50.960616Z", "last_modified_time": "2023-09-20T06:38:50.960633Z", "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.517835, 60.2640021 ] }, "telephone": null, "street_address": { "fi": "Vuohikallio 14a", "sv": "Getberget 14a" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Vuohikallio 14a, Espoo", "sv": "Getberget 14a, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_14a_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_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-20T06:38:52.557748Z", "last_modified_time": "2023-09-20T06:38:52.557765Z", "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.5169191, 60.2636307 ] }, "telephone": null, "street_address": { "fi": "Vuohikallio 14b", "sv": "Getberget 14b" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Vuohikallio 14b, Espoo", "sv": "Getberget 14b, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_14b_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_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-20T06:38:53.860751Z", "last_modified_time": "2023-09-20T06:38:53.860769Z", "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.5171414, 60.2644842 ] }, "telephone": null, "street_address": { "fi": "Vuohikallio 16", "sv": "Getberget 16" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Vuohikallio 16, Espoo", "sv": "Getberget 16, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_16_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_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:38:41.977968Z", "last_modified_time": "2023-09-20T06:38:41.978015Z", "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.5203184, 60.2634276 ] }, "telephone": null, "street_address": { "fi": "Vuohikallio 1", "sv": "Getberget 1" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Vuohikallio 1, Espoo", "sv": "Getberget 1, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_1_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_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:38:55.954617Z", "last_modified_time": "2023-09-20T06:38:55.954635Z", "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.5201066, 60.2630858 ] }, "telephone": null, "street_address": { "fi": "Vuohikallio 2", "sv": "Getberget 2" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Vuohikallio 2, Espoo", "sv": "Getberget 2, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_2_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_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:38:57.857177Z", "last_modified_time": "2023-09-20T06:38:57.857193Z", "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.5189634, 60.2634317 ] }, "telephone": null, "street_address": { "fi": "Vuohikallio 3", "sv": "Getberget 3" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Vuohikallio 3, Espoo", "sv": "Getberget 3, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_3_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_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:38:58.648424Z", "last_modified_time": "2023-09-20T06:38:58.648441Z", "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.5198447, 60.2624656 ] }, "telephone": null, "street_address": { "fi": "Vuohikallio 4", "sv": "Getberget 4" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Vuohikallio 4, Espoo", "sv": "Getberget 4, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_4_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_5a_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:38:58.972779Z", "last_modified_time": "2023-09-20T06:38:58.972796Z", "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.5186347, 60.2636729 ] }, "telephone": null, "street_address": { "fi": "Vuohikallio 5a", "sv": "Getberget 5a" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Vuohikallio 5a, Espoo", "sv": "Getberget 5a, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_5a_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_5b_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:39:00.161859Z", "last_modified_time": "2023-09-20T06:39:00.161876Z", "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.5192058, 60.2641506 ] }, "telephone": null, "street_address": { "fi": "Vuohikallio 5b", "sv": "Getberget 5b" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Vuohikallio 5b, Espoo", "sv": "Getberget 5b, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_5b_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_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-20T06:39:01.351395Z", "last_modified_time": "2023-09-20T06:39:01.351411Z", "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.5195343, 60.2626888 ] }, "telephone": null, "street_address": { "fi": "Vuohikallio 6", "sv": "Getberget 6" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Vuohikallio 6, Espoo", "sv": "Getberget 6, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_6_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_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:39:03.458948Z", "last_modified_time": "2023-09-20T06:39:03.458970Z", "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.5190232, 60.2642846 ] }, "telephone": null, "street_address": { "fi": "Vuohikallio 7", "sv": "Getberget 7" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Vuohikallio 7, Espoo", "sv": "Getberget 7, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_7_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_8_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:39:05.357483Z", "last_modified_time": "2023-09-20T06:39:05.357508Z", "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.519297, 60.2628585 ] }, "telephone": null, "street_address": { "fi": "Vuohikallio 8", "sv": "Getberget 8" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Vuohikallio 8, Espoo", "sv": "Getberget 8, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_8_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_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-20T06:39:07.060303Z", "last_modified_time": "2023-09-20T06:39:07.060319Z", "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.5180485, 60.2642272 ] }, "telephone": null, "street_address": { "fi": "Vuohikallio 9", "sv": "Getberget 9" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Vuohikallio 9, Espoo", "sv": "Getberget 9, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_9_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikuja_10_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:32:32.552363Z", "last_modified_time": "2023-09-08T06:32:32.552381Z", "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.0987187, 60.3452769 ] }, "telephone": null, "street_address": { "fi": "Vuohikuja 10", "sv": "Getgränden 10" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Vuohikuja 10, Vantaa", "sv": "Getgränden 10, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikuja_10_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikuja_11_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:32:32.984292Z", "last_modified_time": "2023-09-08T06:32:32.984315Z", "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.0971791, 60.3452152 ] }, "telephone": null, "street_address": { "fi": "Vuohikuja 11", "sv": "Getgränden 11" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Vuohikuja 11, Vantaa", "sv": "Getgränden 11, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikuja_11_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikuja_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:32:33.176438Z", "last_modified_time": "2023-09-08T06:32:33.176457Z", "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.0986095, 60.3451154 ] }, "telephone": null, "street_address": { "fi": "Vuohikuja 12", "sv": "Getgränden 12" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Vuohikuja 12, Vantaa", "sv": "Getgränden 12, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikuja_12_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }