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=7516&show_all_places=true
{ "meta": { "count": 152281, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7517&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7515&show_all_places=true" }, "data": [ { "id": "osoite:ylänkötie_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:oulunkylä", "municipality": "Helsinki", "name": { "fi": "Oulunkylä", "sv": "Åggelby" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:veräjämäki", "municipality": "Helsinki", "name": { "fi": "Veräjämäki", "sv": "Grindbacka" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä", "municipality": "Helsinki", "name": { "fi": "Oulunkylä", "sv": "Åggelby" } } ], "created_time": "2023-08-27T05:35:39.880328Z", "last_modified_time": "2023-08-27T05:35:39.880345Z", "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.9759269, 60.2286058 ] }, "telephone": null, "street_address": { "fi": "Ylänkötie 5", "sv": "Högaliden 5" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "info_url": null, "description": null, "name": { "fi": "Ylänkötie 5, Helsinki", "sv": "Högaliden 5, Helsingfors" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nk%C3%B6tie_5_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänkötie_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:34:42.284951Z", "last_modified_time": "2023-09-08T06:34:42.284971Z", "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.0085055, 60.3211699 ] }, "telephone": null, "street_address": { "fi": "Ylänkötie 5", "sv": "Höglandsvägen 5" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Ylänkötie 5, Vantaa", "sv": "Höglandsvägen 5, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nk%C3%B6tie_5_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänkötie_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:oulunkylä", "municipality": "Helsinki", "name": { "fi": "Oulunkylä", "sv": "Åggelby" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:veräjämäki", "municipality": "Helsinki", "name": { "fi": "Veräjämäki", "sv": "Grindbacka" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä", "municipality": "Helsinki", "name": { "fi": "Oulunkylä", "sv": "Åggelby" } } ], "created_time": "2023-08-27T05:35:41.172388Z", "last_modified_time": "2023-08-27T05:35:41.172406Z", "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.9748621, 60.2286864 ] }, "telephone": null, "street_address": { "fi": "Ylänkötie 6", "sv": "Högaliden 6" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "info_url": null, "description": null, "name": { "fi": "Ylänkötie 6, Helsinki", "sv": "Högaliden 6, Helsingfors" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nk%C3%B6tie_6_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänkötie_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:34:42.655615Z", "last_modified_time": "2023-09-08T06:34:42.655636Z", "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.0090123, 60.3214122 ] }, "telephone": null, "street_address": { "fi": "Ylänkötie 6", "sv": "Höglandsvägen 6" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Ylänkötie 6, Vantaa", "sv": "Höglandsvägen 6, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nk%C3%B6tie_6_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänkötie_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-22T06:36:59.852339Z", "last_modified_time": "2023-09-22T06:36:59.852360Z", "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.7720842, 60.2489838 ] }, "telephone": null, "street_address": { "fi": "Ylänkötie 7", "sv": "Höglandsvägen 7" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Ylänkötie 7, Espoo", "sv": "Höglandsvägen 7, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nk%C3%B6tie_7_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänkötie_8_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:oulunkylä", "municipality": "Helsinki", "name": { "fi": "Oulunkylä", "sv": "Åggelby" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:veräjämäki", "municipality": "Helsinki", "name": { "fi": "Veräjämäki", "sv": "Grindbacka" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä", "municipality": "Helsinki", "name": { "fi": "Oulunkylä", "sv": "Åggelby" } } ], "created_time": "2023-08-27T05:35:42.569539Z", "last_modified_time": "2023-08-27T05:35:42.569556Z", "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.9749339, 60.2292608 ] }, "telephone": null, "street_address": { "fi": "Ylänkötie 8", "sv": "Högaliden 8" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "info_url": null, "description": null, "name": { "fi": "Ylänkötie 8, Helsinki", "sv": "Högaliden 8, Helsingfors" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nk%C3%B6tie_8_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänkötie_8_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:34:42.838512Z", "last_modified_time": "2023-09-08T06:34:42.838529Z", "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.0089579, 60.321134 ] }, "telephone": null, "street_address": { "fi": "Ylänkötie 8", "sv": "Höglandsvägen 8" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Ylänkötie 8, Vantaa", "sv": "Höglandsvägen 8, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nk%C3%B6tie_8_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänkötie_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-22T06:37:01.051544Z", "last_modified_time": "2023-09-22T06:37:01.051564Z", "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.7717589, 60.2490282 ] }, "telephone": null, "street_address": { "fi": "Ylänkötie 9", "sv": "Höglandsvägen 9" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Ylänkötie 9, Espoo", "sv": "Höglandsvägen 9, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nk%C3%B6tie_9_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänteenkatu_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-26T06:26:54.866306Z", "last_modified_time": "2023-09-26T06:26:54.866324Z", "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.817573, 60.2224511 ] }, "telephone": null, "street_address": { "fi": "Ylänteenkatu 1", "sv": "Ylännegatan 1" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Ylänteenkatu 1, Espoo", "sv": "Ylännegatan 1, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nteenkatu_1_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylänteenkatu_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-26T06:26:57.063428Z", "last_modified_time": "2023-09-26T06:26:57.063443Z", "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.8170505, 60.2223248 ] }, "telephone": null, "street_address": { "fi": "Ylänteenkatu 2", "sv": "Ylännegatan 2" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Ylänteenkatu 2, Espoo", "sv": "Ylännegatan 2, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4nteenkatu_2_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yläportti_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-26T06:38:24.175726Z", "last_modified_time": "2023-09-26T06:38:24.175743Z", "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.7351392, 60.1751821 ] }, "telephone": null, "street_address": { "fi": "Yläportti 1", "sv": "Överporten 1" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yläportti 1, Espoo", "sv": "Överporten 1, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4portti_1_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yläportti_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-26T06:38:25.878276Z", "last_modified_time": "2023-09-26T06:38:25.878293Z", "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.7345999, 60.1750374 ] }, "telephone": null, "street_address": { "fi": "Yläportti 2", "sv": "Överporten 2" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yläportti 2, Espoo", "sv": "Överporten 2, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4portti_2_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yläportti_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-26T06:38:27.677074Z", "last_modified_time": "2023-09-26T06:38:27.677092Z", "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.7345067, 60.1754232 ] }, "telephone": null, "street_address": { "fi": "Yläportti 4", "sv": "Överporten 4" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yläportti 4, Espoo", "sv": "Överporten 4, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4portti_4_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylärinne_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-10T06:11:32.544496Z", "last_modified_time": "2023-09-10T06:11:32.544512Z", "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.6693804, 60.1516891 ] }, "telephone": null, "street_address": { "fi": "Ylärinne 10", "sv": "Högbranten 10" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Ylärinne 10, Espoo", "sv": "Högbranten 10, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4rinne_10_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylärinne_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-10T06:11:33.652256Z", "last_modified_time": "2023-09-10T06:11:33.652272Z", "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.6688401, 60.1517147 ] }, "telephone": null, "street_address": { "fi": "Ylärinne 11", "sv": "Högbranten 11" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Ylärinne 11, Espoo", "sv": "Högbranten 11, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4rinne_11_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylärinne_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-10T06:11:34.550253Z", "last_modified_time": "2023-09-10T06:11:34.550270Z", "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.668915, 60.1514276 ] }, "telephone": null, "street_address": { "fi": "Ylärinne 12", "sv": "Högbranten 12" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Ylärinne 12, Espoo", "sv": "Högbranten 12, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4rinne_12_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylärinne_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-10T06:11:35.745178Z", "last_modified_time": "2023-09-10T06:11:35.745196Z", "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.6686793, 60.1515886 ] }, "telephone": null, "street_address": { "fi": "Ylärinne 13", "sv": "Högbranten 13" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Ylärinne 13, Espoo", "sv": "Högbranten 13, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4rinne_13_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylärinne_14_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-10T06:11:37.343739Z", "last_modified_time": "2023-09-10T06:11:37.343755Z", "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.6686465, 60.1512744 ] }, "telephone": null, "street_address": { "fi": "Ylärinne 14", "sv": "Högbranten 14" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Ylärinne 14, Espoo", "sv": "Högbranten 14, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4rinne_14_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylärinne_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-10T06:11:38.746415Z", "last_modified_time": "2023-09-10T06:11:38.746431Z", "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.668232, 60.1513093 ] }, "telephone": null, "street_address": { "fi": "Ylärinne 15", "sv": "Högbranten 15" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Ylärinne 15, Espoo", "sv": "Högbranten 15, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4rinne_15_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:ylärinne_1a_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-10T06:11:28.258535Z", "last_modified_time": "2023-09-10T06:11:28.258552Z", "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.6713519, 60.1525826 ] }, "telephone": null, "street_address": { "fi": "Ylärinne 1a", "sv": "Högbranten 1a" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Ylärinne 1a, Espoo", "sv": "Högbranten 1a, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4rinne_1a_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }