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=7534&show_all_places=true
{ "meta": { "count": 152288, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7535&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7533&show_all_places=true" }, "data": [ { "id": "osoite:yrttikuja_11a_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:35:42.058306Z", "last_modified_time": "2023-09-08T06:35:42.058323Z", "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.0355397, 60.3021828 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 11a", "sv": "Örtgränden 11a" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 11a, Vantaa", "sv": "Örtgränden 11a, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_11a_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_11b_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:35:42.473861Z", "last_modified_time": "2023-09-08T06:35:42.473878Z", "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.0358294, 60.3024699 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 11b", "sv": "Örtgränden 11b" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 11b, Vantaa", "sv": "Örtgränden 11b, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_11b_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_12a_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:35:42.857976Z", "last_modified_time": "2023-09-08T06:35:42.857996Z", "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.0353771, 60.3024162 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 12a", "sv": "Örtgränden 12a" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 12a, Vantaa", "sv": "Örtgränden 12a, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_12a_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_12b_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:35:43.249385Z", "last_modified_time": "2023-09-08T06:35:43.249431Z", "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.0349433, 60.3025958 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 12b", "sv": "Örtgränden 12b" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 12b, Vantaa", "sv": "Örtgränden 12b, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_12b_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_12c_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:35:43.426451Z", "last_modified_time": "2023-09-08T06:35:43.426468Z", "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.0353774, 60.3027034 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 12c", "sv": "Örtgränden 12c" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 12c, Vantaa", "sv": "Örtgränden 12c, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_12c_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_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:35:43.795042Z", "last_modified_time": "2023-09-08T06:35:43.795063Z", "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.0359924, 60.3027032 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 13", "sv": "Örtgränden 13" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 13, Vantaa", "sv": "Örtgränden 13, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_13_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_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:35:43.979543Z", "last_modified_time": "2023-09-08T06:35:43.979562Z", "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.0355404, 60.3028739 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 14", "sv": "Örtgränden 14" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 14, Vantaa", "sv": "Örtgränden 14, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_14_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_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-19T06:12:35.569796Z", "last_modified_time": "2023-09-19T06:12:35.569815Z", "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.6551686, 60.1970421 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 1", "sv": "Örtgränden 1" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 1, Espoo", "sv": "Örtgränden 1, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_1_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_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:35:41.297914Z", "last_modified_time": "2023-09-08T06:35:41.297939Z", "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.0335302, 60.3003254 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 1", "sv": "Örtgränden 1" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 1, Vantaa", "sv": "Örtgränden 1, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_1_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_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-19T06:12:36.363018Z", "last_modified_time": "2023-09-19T06:12:36.363036Z", "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.6556543, 60.197142 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 2", "sv": "Örtgränden 2" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 2, Espoo", "sv": "Örtgränden 2, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_2_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_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:35:44.164782Z", "last_modified_time": "2023-09-08T06:35:44.164800Z", "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.0335125, 60.3007652 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 2", "sv": "Örtgränden 2" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 2, Vantaa", "sv": "Örtgränden 2, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_2_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_3a_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-19T06:12:37.761391Z", "last_modified_time": "2023-09-19T06:12:37.761409Z", "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.6550078, 60.196898 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 3a", "sv": "Örtgränden 3a" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 3a, Espoo", "sv": "Örtgränden 3a, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_3a_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_3b_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-19T06:12:38.962103Z", "last_modified_time": "2023-09-19T06:12:38.962123Z", "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.6552269, 60.1966383 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 3b", "sv": "Örtgränden 3b" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 3b, Espoo", "sv": "Örtgränden 3b, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_3b_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_3_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:35:44.372927Z", "last_modified_time": "2023-09-08T06:35:44.372944Z", "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.0336569, 60.3004331 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 3", "sv": "Örtgränden 3" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 3, Vantaa", "sv": "Örtgränden 3, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_3_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_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-19T06:12:39.752703Z", "last_modified_time": "2023-09-19T06:12:39.752722Z", "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.6554766, 60.1968903 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 4", "sv": "Örtgränden 4" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 4, Espoo", "sv": "Örtgränden 4, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_4_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_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:35:44.766367Z", "last_modified_time": "2023-09-08T06:35:44.766385Z", "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.0336755, 60.3009537 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 4", "sv": "Örtgränden 4" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 4, Vantaa", "sv": "Örtgränden 4, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_4_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_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-19T06:12:41.168027Z", "last_modified_time": "2023-09-19T06:12:41.168047Z", "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.6554636, 60.1964145 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 5", "sv": "Örtgränden 5" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 5, Espoo", "sv": "Örtgränden 5, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_5_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_5_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:35:45.179102Z", "last_modified_time": "2023-09-08T06:35:45.179122Z", "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.0341275, 60.3008548 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 5", "sv": "Örtgränden 5" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 5, Vantaa", "sv": "Örtgränden 5, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_5_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_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-19T06:12:41.754671Z", "last_modified_time": "2023-09-19T06:12:41.754692Z", "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.6559141, 60.1964337 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 6", "sv": "Örtgränden 6" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 6, Espoo", "sv": "Örtgränden 6, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_6_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yrttikuja_6_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:35:45.578786Z", "last_modified_time": "2023-09-08T06:35:45.578807Z", "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.0343995, 60.3014741 ] }, "telephone": null, "street_address": { "fi": "Yrttikuja 6", "sv": "Örtgränden 6" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Yrttikuja 6, Vantaa", "sv": "Örtgränden 6, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yrttikuja_6_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }