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=7468&show_all_places=true
{ "meta": { "count": 152280, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7469&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7467&show_all_places=true" }, "data": [ { "id": "osoite:vääksynkuja_2_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } } ], "created_time": "2023-08-27T06:09:45.176257Z", "last_modified_time": "2023-08-27T06:09:45.176281Z", "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.9606153, 60.1907978 ] }, "info_url": null, "name": { "fi": "Vääksynkuja 2, Helsinki", "sv": "Vääksygränd 2, Helsingfors" }, "telephone": null, "description": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "street_address": { "fi": "Vääksynkuja 2", "sv": "Vääksygränd 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4ksynkuja_2_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääksynkuja_3_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } } ], "created_time": "2023-08-27T06:09:46.574277Z", "last_modified_time": "2023-08-27T06:09:46.574298Z", "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.9610475, 60.191139 ] }, "info_url": null, "name": { "fi": "Vääksynkuja 3, Helsinki", "sv": "Vääksygränd 3, Helsingfors" }, "telephone": null, "description": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "street_address": { "fi": "Vääksynkuja 3", "sv": "Vääksygränd 3" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4ksynkuja_3_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääksynkuja_4_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } } ], "created_time": "2023-08-27T06:09:48.465122Z", "last_modified_time": "2023-08-27T06:09:48.465143Z", "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.9602903, 60.1912375 ] }, "info_url": null, "name": { "fi": "Vääksynkuja 4, Helsinki", "sv": "Vääksygränd 4, Helsingfors" }, "telephone": null, "description": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "street_address": { "fi": "Vääksynkuja 4", "sv": "Vääksygränd 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4ksynkuja_4_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääksynkuja_5_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } } ], "created_time": "2023-08-27T06:09:50.074558Z", "last_modified_time": "2023-08-27T06:09:50.074578Z", "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.9606505, 60.1915248 ] }, "info_url": null, "name": { "fi": "Vääksynkuja 5, Helsinki", "sv": "Vääksygränd 5, Helsingfors" }, "telephone": null, "description": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "street_address": { "fi": "Vääksynkuja 5", "sv": "Vääksygränd 5" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4ksynkuja_5_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääksyntie_1_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } } ], "created_time": "2023-08-27T06:09:52.081084Z", "last_modified_time": "2023-08-27T06:09:52.081124Z", "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.9617693, 60.1904571 ] }, "info_url": null, "name": { "fi": "Vääksyntie 1, Helsinki", "sv": "Vääksyvägen 1, Helsingfors" }, "telephone": null, "description": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "street_address": { "fi": "Vääksyntie 1", "sv": "Vääksyvägen 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4ksyntie_1_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääksyntie_2_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } } ], "created_time": "2023-08-27T06:09:53.169462Z", "last_modified_time": "2023-08-27T06:09:53.169490Z", "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.9610304, 60.1903402 ] }, "info_url": null, "name": { "fi": "Vääksyntie 2, Helsinki", "sv": "Vääksyvägen 2, Helsingfors" }, "telephone": null, "description": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "street_address": { "fi": "Vääksyntie 2", "sv": "Vääksyvägen 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4ksyntie_2_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääksyntie_4_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } } ], "created_time": "2023-08-27T06:09:54.466992Z", "last_modified_time": "2023-08-27T06:09:54.467009Z", "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.9606153, 60.1907978 ] }, "info_url": null, "name": { "fi": "Vääksyntie 4, Helsinki", "sv": "Vääksyvägen 4, Helsingfors" }, "telephone": null, "description": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "street_address": { "fi": "Vääksyntie 4", "sv": "Vääksyvägen 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4ksyntie_4_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääksyntie_6_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vallila", "municipality": "Helsinki", "name": { "fi": "Vallila", "sv": "Vallgård" } } ], "created_time": "2023-08-27T06:09:56.369040Z", "last_modified_time": "2023-08-27T06:09:56.369058Z", "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.9614803, 60.1909596 ] }, "info_url": null, "name": { "fi": "Vääksyntie 6, Helsinki", "sv": "Vääksyvägen 6, Helsingfors" }, "telephone": null, "description": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "street_address": { "fi": "Vääksyntie 6", "sv": "Vääksyvägen 6" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4ksyntie_6_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääräjärventie_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-15T06:13:22.051113Z", "last_modified_time": "2023-09-15T06:13:22.051129Z", "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.6187314, 60.3167642 ] }, "info_url": null, "name": { "fi": "Vääräjärventie 11, Espoo", "sv": "Vääräjärvivägen 11, Esbo" }, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vääräjärventie 11", "sv": "Vääräjärvivägen 11" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4r%C3%A4j%C3%A4rventie_11_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääräjärventie_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-15T06:13:24.353632Z", "last_modified_time": "2023-09-15T06:13:24.353648Z", "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.6139943, 60.31185 ] }, "info_url": null, "name": { "fi": "Vääräjärventie 12, Espoo", "sv": "Vääräjärvivägen 12, Esbo" }, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vääräjärventie 12", "sv": "Vääräjärvivägen 12" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4r%C3%A4j%C3%A4rventie_12_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääräjärventie_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-15T06:13:25.455549Z", "last_modified_time": "2023-09-15T06:13:25.455567Z", "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.6072321, 60.3099992 ] }, "info_url": null, "name": { "fi": "Vääräjärventie 16, Espoo", "sv": "Vääräjärvivägen 16, Esbo" }, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vääräjärventie 16", "sv": "Vääräjärvivägen 16" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4r%C3%A4j%C3%A4rventie_16_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääräjärventie_18_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:13:27.954881Z", "last_modified_time": "2023-09-15T06:13:27.954900Z", "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.6053158, 60.3098858 ] }, "info_url": null, "name": { "fi": "Vääräjärventie 18, Espoo", "sv": "Vääräjärvivägen 18, Esbo" }, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vääräjärventie 18", "sv": "Vääräjärvivägen 18" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4r%C3%A4j%C3%A4rventie_18_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääräjärventie_19_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:13:30.664689Z", "last_modified_time": "2023-09-15T06:13:30.664706Z", "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.6004714, 60.3110471 ] }, "info_url": null, "name": { "fi": "Vääräjärventie 19, Espoo", "sv": "Vääräjärvivägen 19, Esbo" }, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vääräjärventie 19", "sv": "Vääräjärvivägen 19" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4r%C3%A4j%C3%A4rventie_19_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääräjärventie_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-15T06:13:19.668599Z", "last_modified_time": "2023-09-15T06:13:19.668621Z", "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.636901, 60.3132698 ] }, "info_url": null, "name": { "fi": "Vääräjärventie 1, Espoo", "sv": "Vääräjärvivägen 1, Esbo" }, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vääräjärventie 1", "sv": "Vääräjärvivägen 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4r%C3%A4j%C3%A4rventie_1_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääräjärventie_20_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:13:34.756153Z", "last_modified_time": "2023-09-15T06:13:34.756171Z", "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.5987308, 60.311356 ] }, "info_url": null, "name": { "fi": "Vääräjärventie 20, Espoo", "sv": "Vääräjärvivägen 20, Esbo" }, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vääräjärventie 20", "sv": "Vääräjärvivägen 20" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4r%C3%A4j%C3%A4rventie_20_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääräjärventie_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:13:32.658886Z", "last_modified_time": "2023-09-15T06:13:32.658904Z", "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.6372293, 60.3130283 ] }, "info_url": null, "name": { "fi": "Vääräjärventie 2, Espoo", "sv": "Vääräjärvivägen 2, Esbo" }, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vääräjärventie 2", "sv": "Vääräjärvivägen 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4r%C3%A4j%C3%A4rventie_2_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääräjärventie_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:13:36.160230Z", "last_modified_time": "2023-09-15T06:13:36.160250Z", "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.6291266, 60.3127906 ] }, "info_url": null, "name": { "fi": "Vääräjärventie 3, Espoo", "sv": "Vääräjärvivägen 3, Esbo" }, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vääräjärventie 3", "sv": "Vääräjärvivägen 3" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4r%C3%A4j%C3%A4rventie_3_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääräjärventie_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:13:39.262739Z", "last_modified_time": "2023-09-15T06:13:39.262782Z", "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.6268935, 60.3134665 ] }, "info_url": null, "name": { "fi": "Vääräjärventie 5, Espoo", "sv": "Vääräjärvivägen 5, Esbo" }, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vääräjärventie 5", "sv": "Vääräjärvivägen 5" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4r%C3%A4j%C3%A4rventie_5_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääräjärventie_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:13:41.856917Z", "last_modified_time": "2023-09-15T06:13:41.856936Z", "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.6234697, 60.3138338 ] }, "info_url": null, "name": { "fi": "Vääräjärventie 7, Espoo", "sv": "Vääräjärvivägen 7, Esbo" }, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vääräjärventie 7", "sv": "Vääräjärvivägen 7" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4r%C3%A4j%C3%A4rventie_7_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vääräjärventie_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:13:44.156364Z", "last_modified_time": "2023-09-15T06:13:44.156383Z", "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.620474, 60.3162935 ] }, "info_url": null, "name": { "fi": "Vääräjärventie 9, Espoo", "sv": "Vääräjärvivägen 9, Esbo" }, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vääräjärventie 9", "sv": "Vääräjärvivägen 9" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4%C3%A4r%C3%A4j%C3%A4rventie_9_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }