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=214&show_all_places=true
{ "meta": { "count": 152276, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=215&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=213&show_all_places=true" }, "data": [ { "id": "tprek:62445", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T16:20:24.847117Z", "last_modified_time": "2025-11-22T06:09:50.975325Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02710", "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.748116, 60.228886 ] }, "telephone": null, "street_address": { "fi": "Viherkalliontie 10", "sv": "Grönbackavägen 10", "en": "Viherkalliontie 10" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "2 pysäköintipaikkaa", "sv": "2 parkeringplatser", "en": "2 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue Viherkalliontie", "sv": "Obehindrad parkeringplats Viherkalliontie", "en": "Accessible car park Viherkalliontie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62445/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:62544", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T16:20:39.125678Z", "last_modified_time": "2025-11-22T06:09:51.618538Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02710", "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.742443, 60.226803 ] }, "telephone": null, "street_address": { "fi": "Rajamännynahde 6", "sv": "Råtallbacken 6", "en": "Rajamännynahde 6" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "1 pysäköintipaikkaa", "sv": "1 parkeringplatser", "en": "1 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue Viherlaaksontori", "sv": "Obehindrad parkeringplats Viherlaaksontori", "en": "Accessible car park Viherlaaksontori" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62544/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:62543", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T16:20:38.975583Z", "last_modified_time": "2025-11-22T06:09:51.586581Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02710", "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.742277, 60.226856 ] }, "telephone": null, "street_address": { "fi": "Rajamännynahde 6", "sv": "Råtallbacken 6", "en": "Rajamännynahde 6" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "1 pysäköintipaikkaa", "sv": "1 parkeringplatser", "en": "1 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue Viherlaaksontori", "sv": "Obehindrad parkeringplats Viherlaaksontori", "en": "Accessible car park Viherlaaksontori" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62543/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:74912", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2024-04-05T05:09:52.062272Z", "last_modified_time": "2026-02-10T06:09:54.552011Z", "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.08996, 60.355686 ] }, "telephone": null, "street_address": { "fi": "Villisianpolku", "sv": "Vildsvinsstigen", "en": "Villisianpolku" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "info_url": null, "description": { "fi": "1 esteetön autopaikka", "sv": "1 tillgänglig p-plats", "en": "1 accessible parking space" }, "name": { "fi": "Esteetön pysäköintialue Villisianpolku", "sv": "Obehindrad parkeringsplats Villisianpolku", "en": "Unrestrained car park Villisianpolku" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74912/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:62448", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T16:20:25.257296Z", "last_modified_time": "2025-11-22T06:09:51.008749Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02770", "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.654512, 60.20557 ] }, "telephone": null, "street_address": { "fi": "Kirkkojärventie 4", "sv": "Kyrkträskvägen 4", "en": "Kirkkojärventie 4" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "2 pysäköintipaikkaa", "sv": "2 parkeringplatser", "en": "2 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue Virastopiha", "sv": "Obehindrad parkeringplats Virastopiha", "en": "Accessible car park Virastopiha" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62448/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:77873", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2025-06-17T05:10:25.375640Z", "last_modified_time": "2026-02-10T06:10:00.637662Z", "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.850727, 60.266438 ] }, "telephone": null, "street_address": { "fi": "Virtatie", "sv": "Flodvägen", "en": "Virtatie" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "info_url": null, "description": { "fi": "2 esteetöntä autopaikkaa", "sv": "2 tillgängliga p-platser", "en": "2 accessible parking spaces" }, "name": { "fi": "Esteetön pysäköintialue Virtatie", "sv": "Obehindrad parkeringsplats Virtatie", "en": "Unrestrained car park Virtatie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77873/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:77871", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2025-06-17T05:10:25.269021Z", "last_modified_time": "2026-02-10T06:10:00.546238Z", "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.849335, 60.26644 ] }, "telephone": null, "street_address": { "fi": "Virtatie", "sv": "Flodvägen", "en": "Virtatie" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "info_url": null, "description": { "fi": "1 esteetön autopaikka", "sv": "1 tillgänglig p-plats", "en": "1 accessible parking space" }, "name": { "fi": "Esteetön pysäköintialue Virtatie", "sv": "Obehindrad parkeringsplats Virtatie", "en": "Unrestrained car park Virtatie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77871/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:77872", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2025-06-17T05:10:25.324470Z", "last_modified_time": "2026-02-10T06:10:00.594672Z", "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.850632, 60.266804 ] }, "telephone": null, "street_address": { "fi": "Virtatie", "sv": "Flodvägen", "en": "Virtatie" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "info_url": null, "description": { "fi": "1 esteetön autopaikka", "sv": "1 tillgänglig p-plats", "en": "1 accessible parking space" }, "name": { "fi": "Esteetön pysäköintialue Virtatie", "sv": "Obehindrad parkeringsplats Virtatie", "en": "Unrestrained car park Virtatie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77872/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:68729", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T17:12:20.486744Z", "last_modified_time": "2025-11-22T06:09:55.843686Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02200", "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.764502, 60.173912 ] }, "telephone": null, "street_address": { "fi": "Vuoritontuntie 3", "sv": "Bergstomtevägen 3", "en": "Vuoritontuntie 3" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "2 pysäköintipaikkaa", "sv": "2 parkeringplatser", "en": "2 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue Vuoritontuntie", "sv": "Obehindrad parkeringplats Vuoritontuntie", "en": "Accessible car park Vuoritontuntie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68729/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:68686", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T17:11:56.683707Z", "last_modified_time": "2025-11-22T06:09:55.793145Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02200", "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.764658, 60.173744 ] }, "telephone": null, "street_address": { "fi": "Vuoritontuntie 18", "sv": "Bergstomtevägen 18", "en": "Vuoritontuntie 18" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "2 pysäköintipaikkaa", "sv": "2 parkeringplatser", "en": "2 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue Vuoritontuntie", "sv": "Obehindrad parkeringplats Vuoritontuntie", "en": "Accessible car park Vuoritontuntie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68686/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:62451", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T16:20:25.697434Z", "last_modified_time": "2025-11-22T06:09:51.039796Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02600", "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.81996, 60.212284 ] }, "telephone": null, "street_address": { "fi": "Yhdyskunnankuja 2", "sv": "Samhällsgränden 2", "en": "Yhdyskunnankuja 2" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "1 pysäköintipaikkaa", "sv": "1 parkeringplatser", "en": "1 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue Yhdyskunnankuja", "sv": "Obehindrad parkeringplats Yhdyskunnankuja", "en": "Accessible car park Yhdyskunnankuja" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62451/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:62453", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T16:20:26.004820Z", "last_modified_time": "2025-11-22T06:09:51.071868Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02360", "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.66656, 60.142178 ] }, "telephone": null, "street_address": { "fi": "Yläkartanonkuja 1", "sv": "Övergårdsgränden 1", "en": "Yläkartanonkuja 1" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "1 pysäköintipaikkaa", "sv": "1 parkeringplatser", "en": "1 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue Yläkartanonkuja", "sv": "Obehindrad parkeringplats Yläkartanonkuja", "en": "Accessible car park Yläkartanonkuja" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62453/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:76171", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:kirkkonummi", "municipality": null, "name": { "fi": "Kirkkonummi", "sv": "Kyrkslätt" } } ], "created_time": "2024-11-20T06:09:57.724013Z", "last_modified_time": "2026-02-07T06:09:53.253947Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02480", "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.394125, 59.977802 ] }, "telephone": null, "street_address": { "fi": "Omsatuntie 76", "sv": "Omsatuvägen 76", "en": "Omsatuntie 76" }, "address_locality": { "fi": "Kirkkonummi", "sv": "Kyrkslätt", "en": "Kirkkonummi" }, "info_url": null, "description": null, "name": { "fi": "Esteetön reitti", "sv": "Tillgänglig led" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:76171/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:57331", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T13:18:34.946170Z", "last_modified_time": "2024-02-06T13:16:19.653468Z", "custom_data": null, "email": "etunimi.sukunimi@espoo.fi", "contact_type": null, "address_region": null, "postal_code": "02600", "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.822403, 60.214092 ] }, "telephone": { "fi": "+358 9 8162 5000" }, "street_address": { "fi": "Säterinkatu 3", "sv": "Säterigatan 3", "en": "Säterinkatu 3" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://espoo.fi/liikunta", "sv": "https://espoo.fi/liikunta", "en": "https://espoo.fi/liikunta" }, "description": null, "name": { "fi": "Esteetön testireitti / Leppävaara" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:57331/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:74837", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2024-03-28T06:09:59.601886Z", "last_modified_time": "2024-03-28T06:09:59.601901Z", "custom_data": null, "email": "info@espoontelinetaiturit.fi", "contact_type": null, "address_region": null, "postal_code": "02270", "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.703135, 60.166565 ] }, "telephone": { "fi": "+358 10 201 2300" }, "street_address": { "fi": "Niittyrinne 4", "sv": "Ängsbrinken 4", "en": "Niittyrinne 4" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoontelinetaiturit.fi/", "sv": "https://www.espoontelinetaiturit.fi/", "en": "https://www.espoontelinetaiturit.fi/" }, "description": null, "name": { "fi": "EsTT:n telinevoimistelutila (Suomenoja)", "sv": "EsTT gymnastikutrymmet (Finno)" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74837/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:57123", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T13:16:58.283682Z", "last_modified_time": "2024-03-28T06:09:49.949060Z", "custom_data": null, "email": "info@espoontelinetaiturit.fi", "contact_type": null, "address_region": null, "postal_code": "02630", "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.767641, 60.207874 ] }, "telephone": { "fi": "+358 10 201 2300" }, "street_address": { "fi": "Vitikka 4", "sv": "Vitikka 4", "en": "Vitikka 4" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "http://espoontelinetaiturit.fi", "sv": "http://espoontelinetaiturit.fi", "en": "http://espoontelinetaiturit.fi" }, "description": null, "name": { "fi": "EsTT:n telinevoimistelutila (Vitikka)", "sv": "EsTT gymnastikutrymmet (Vitikka)" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:57123/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:63180", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "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:haaga", "municipality": "Helsinki", "name": { "fi": "Haaga", "sv": "Haga" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etelä-haaga", "municipality": "Helsinki", "name": { "fi": "Etelä-Haaga", "sv": "Södra Haga" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga", "municipality": "Helsinki", "name": { "fi": "Haaga", "sv": "Haga" } } ], "created_time": "2023-08-15T16:21:56.839727Z", "last_modified_time": "2025-06-04T06:10:08.828344Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00320", "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.900227, 60.21656 ] }, "telephone": { "fi": "+358 9 587 2600" }, "street_address": { "fi": "Oskelantie 1", "sv": "Åskelsvägen 1", "en": "Oskelantie 1" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": { "fi": "http://www.etela-haaganapteekki.fi", "sv": "http://www.etela-haaganapteekki.fi", "en": "http://www.etela-haaganapteekki.fi" }, "description": { "fi": "Etelä-Haagan apteekki myy sekä reseptilääkkeitä että itsehoitolääkkeitä, joiden ostamiseen et tarvitse lääkärin lääkemääräystä. Lisäksi apteekki myy lääkkeiden käyttöön tarvittavia välineitä, sidetarpeita, lääkinnällisiä laitteita, ravintolisiä ja kosmetiikkaa. Saat apteekista myös lääkeneuvontaa sekä opastusta lääkkeiden ja muiden apteekissa myytävien tuotteiden käytössä. Lisäksi saat neuvontaa sairauksien lääkkeettömään hoitoon ja terveyden edistämiseen. Apteekkiin voit palauttaa käyttämättömäksi jääneet ja vanhentuneet lääkkeet." }, "name": { "fi": "Etelä-Haagan apteekki" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63180/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:41173", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "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:haaga", "municipality": "Helsinki", "name": { "fi": "Haaga", "sv": "Haga" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etelä-haaga", "municipality": "Helsinki", "name": { "fi": "Etelä-Haaga", "sv": "Södra Haga" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga", "municipality": "Helsinki", "name": { "fi": "Haaga", "sv": "Haga" } } ], "created_time": "2023-08-15T10:15:59.531970Z", "last_modified_time": "2024-02-06T13:13:36.542405Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00320", "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.893162, 60.215523 ] }, "telephone": { "fi": "+358 9 310 87703" }, "street_address": { "fi": "Kylänevankuja 3", "sv": "Bymossagränd 3", "en": "Kylänevankuja 3" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": null, "description": { "fi": "Hiekkakenttä, lajit: jalkapallo, lentopallo, pikajuoksu. Ei valvontaa.", "sv": "Bollplan, grenar: fotboll, volleyboll, sprintlöpning. Ingen bevakning.", "en": "Sand field, sport events: football, volleyball, sprint. No supervision." }, "name": { "fi": "Etelä-Haagan kenttä / Hiekkakenttä", "sv": "Södra Haga plan / Bollplan (sand)", "en": "Etelä-Haaga sports field / Sand field" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:41173/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:42076", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "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:haaga", "municipality": "Helsinki", "name": { "fi": "Haaga", "sv": "Haga" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etelä-haaga", "municipality": "Helsinki", "name": { "fi": "Etelä-Haaga", "sv": "Södra Haga" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga", "municipality": "Helsinki", "name": { "fi": "Haaga", "sv": "Haga" } } ], "created_time": "2023-08-15T10:18:24.596798Z", "last_modified_time": "2025-08-27T15:09:52.278902Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00320", "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.893217, 60.215523 ] }, "telephone": { "fi": "+358 9 310 87703" }, "street_address": { "fi": "Kylänevankuja 3", "sv": "Bymossagränd 3", "en": "Kylänevankuja 3" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": null, "description": { "fi": "Luistelukenttien luistelukausi on riippuvainen sääolosuhteista. Ajantasaisen tiedon jäiden kunnosta pääset katsomaan ulkoliikunta.fi -kartalta. Palvelut: Valaistus, kentällä ei ole valvontaa.", "sv": "Skridskobana spolas då vädret har varit kallt tillräckligt länge. Du kan följa med i vilket skick naturisplanerna är via Utemotionskarta. Tjänster: Belysning, ingen bevakning.", "en": "Skating rink is flooded and frozen as weather permits. The state of the skating rinks can be monitored through Outdoor exercise map. Services: Lighting, no supervision." }, "name": { "fi": "Etelä-Haagan kenttä / Luistelukenttä", "sv": "Södra Haga plan / Skridskobana", "en": "Etelä-Haaga sports field / Skating rink" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:42076/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:5651", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "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:kampinmalmi", "municipality": "Helsinki", "name": { "fi": "Kampinmalmi", "sv": "Kampmalmen" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etu-töölö", "municipality": "Helsinki", "name": { "fi": "Etu-Töölö", "sv": "Främre Tölö" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:etu-töölö", "municipality": "Helsinki", "name": { "fi": "Etu-Töölö", "sv": "Främre Tölö" } } ], "created_time": "2023-08-15T08:11:36.143640Z", "last_modified_time": "2026-02-21T06:09:14.270000Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00100", "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.922106, 60.17036 ] }, "telephone": { "fi": "+358 9 310 01105" }, "street_address": { "fi": "Hietaniemenkatu 9 B", "sv": "Sanduddsgatan 9 B", "en": "Hietaniemenkatu 9 B" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": null, "description": { "fi": "Eteläinen kotihoitoyksikkö palvelee Eiran, Jätkäsaaren, Kampin, Kaskisaaren, Kuusisaaren, Lauttasaaren, Lehtisaaren, Meilahden, Munkkiniemen, Munkkivuoren, Punavuoren, Ruoholahden, Töölön ja Ullanlinnan alueilla. Töölö 2 lähipalvelualueella palvelemme myös ruotsiksi.", "sv": "Södra hemvårdsenheten betjänar invånarna i Eira, Busholmen, Kampen, Svedjeholmen, Granö, Drumsö, Lövö, Mejlans, Munksnäs, Munkshöjden, Rödbergen, Gräsviken, Tölö och Ulrikasborg. I närserviceområdet Tölö 2 betjänar vi även på svenska.", "en": "The Southern Home Care Unit serves residents of Eira, Jätkäsaari, Kamppi, Kaskisaari, Kuusisaari, Lauttasaari, Lehtisaari, Meilahti, Munkkiniemi, Munkkivuori, Punavuori, Ruoholahti, Töölö and Ullanlinna." }, "name": { "fi": "Eteläinen kotihoitoyksikkö", "sv": "Södra hemvårdsenheten", "en": "Southern Home Care Unit" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:5651/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }