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=25&show_all_places=true
https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=26&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=24&show_all_places=true" }, "data": [ { "id": "tprek:67679", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:ullanlinna", "municipality": "Helsinki", "name": { "fi": "Ullanlinna", "sv": "Ulrikasborg" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kaartinkaupunki", "municipality": "Helsinki", "name": { "fi": "Kaartinkaupunki", "sv": "Gardesstaden" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaartinkaupunki", "municipality": "Helsinki", "name": { "fi": "Kaartinkaupunki", "sv": "Gardesstaden" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:23.789598Z", "last_modified_time": "2024-03-26T06:10:07.453050Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00130", "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.953035, 60.164635 ] }, "street_address": { "fi": "Eteläranta 7", "sv": "Södra kajen 7", "en": "Eteläranta 7" }, "name": { "fi": "Aimo Park, Makasiiniterminaali", "sv": "Aimo Park, Makasiiniterminaali", "en": "Aimo Park, Makasiiniterminaali" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Ulkoalue. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Utomhusparkering. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Outdoor area. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67679/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67680", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:myllypuro", "municipality": "Helsinki", "name": { "fi": "Myllypuro", "sv": "Kvarnbäcken" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:myllypuro", "municipality": "Helsinki", "name": { "fi": "Myllypuro", "sv": "Kvarnbäcken" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä", "municipality": "Helsinki", "name": { "fi": "Vartiokylä", "sv": "Botby" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:24.206812Z", "last_modified_time": "2024-03-26T06:10:07.482934Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00920", "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.075592, 60.223495 ] }, "street_address": { "fi": "Kivensilmänkuja 2", "sv": "Kvarnögsgränden 2", "en": "Kivensilmänkuja 2" }, "name": { "fi": "Aimo Park, Myllypuron Ostari", "sv": "Aimo Park, Myllypuron Ostari", "en": "Aimo Park, Myllypuron Ostari" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/myllypuron-ostari/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/myllypuron-ostari/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/myllypuron-ostari/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Halli. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Parkeringshus. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Parking hall. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67680/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67681", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "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" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:24.788220Z", "last_modified_time": "2024-03-26T06:10:07.514831Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00510", "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.952194, 60.194656 ] }, "street_address": { "fi": "Nilsiänkatu 5", "sv": "Nilsiägatan 5", "en": "Nilsiänkatu 5" }, "name": { "fi": "Aimo Park, Nilsiänkatu 5", "sv": "Aimo Park, Nilsiänkatu 5", "en": "Aimo Park, Nilsiänkatu 5" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/nilsi%c3%a4nkatu-5/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/nilsi%C3%A4nkatu-5/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/nilsi%C3%A4nkatu-5/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Ulkoalue. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Utomhusparkering. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Outdoor area. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67681/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67684", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:ullanlinna", "municipality": "Helsinki", "name": { "fi": "Ullanlinna", "sv": "Ulrikasborg" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kaivopuisto", "municipality": "Helsinki", "name": { "fi": "Kaivopuisto", "sv": "Brunnsparken" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaivopuisto", "municipality": "Helsinki", "name": { "fi": "Kaivopuisto", "sv": "Brunnsparken" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:25.212448Z", "last_modified_time": "2024-03-26T06:10:07.607261Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00140", "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.960524, 60.160133 ] }, "street_address": { "fi": "Olympiaranta 1", "sv": "Olympiastranden 1", "en": "Olympiaranta 1" }, "name": { "fi": "Aimo Park, Olympiaparkki", "sv": "Aimo Park, Olympiaparkki", "en": "Aimo Park, Olympiaparkki" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Halli. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Parkeringshus. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Parking hall. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67684/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67683", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:ullanlinna", "municipality": "Helsinki", "name": { "fi": "Ullanlinna", "sv": "Ulrikasborg" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kaivopuisto", "municipality": "Helsinki", "name": { "fi": "Kaivopuisto", "sv": "Brunnsparken" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaivopuisto", "municipality": "Helsinki", "name": { "fi": "Kaivopuisto", "sv": "Brunnsparken" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:25.070217Z", "last_modified_time": "2024-03-26T06:10:07.576387Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00140", "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.957737, 60.16149 ] }, "street_address": { "fi": "Olympiaranta 3", "sv": "Olympiastranden 3", "en": "Olympiaranta 3" }, "name": { "fi": "Aimo Park, Olympiaterminaali lyhytpys.", "sv": "Aimo Park, Olympiaterminaali lyhytpys.", "en": "Aimo Park, Olympiaterminaali lyhytpys." }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "ulkoalue. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Utomhusparkering. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Outdoor area. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67683/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67682", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:ullanlinna", "municipality": "Helsinki", "name": { "fi": "Ullanlinna", "sv": "Ulrikasborg" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kaivopuisto", "municipality": "Helsinki", "name": { "fi": "Kaivopuisto", "sv": "Brunnsparken" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaivopuisto", "municipality": "Helsinki", "name": { "fi": "Kaivopuisto", "sv": "Brunnsparken" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:24.934786Z", "last_modified_time": "2024-03-26T06:10:07.545180Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00140", "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.9589, 60.160748 ] }, "street_address": { "fi": "Olympiaranta 1", "sv": "Olympiastranden 1", "en": "Olympiaranta 1" }, "name": { "fi": "Aimo Park, Olympiaterminaali P1", "sv": "Aimo Park, Olympiaterminaali P1", "en": "Aimo Park, Olympiaterminaali P1" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Ulkoalue. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Utomhusparkering. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Outdoor area. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67682/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67685", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "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" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:25.339074Z", "last_modified_time": "2024-03-26T06:10:07.637906Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00510", "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.958641, 60.19047 ] }, "street_address": { "fi": "Gebhardinaukio 1", "sv": "Gebhardsplatsen 1", "en": "Gebhardinaukio 1" }, "name": { "fi": "Aimo Park, OP-Vallila vieraspysäköinti", "sv": "Aimo Park, OP-Vallila", "en": "Aimo Park, OP-Vallila" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Ulkoalue. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Utomhusparkering. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Outdoor area. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67685/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67686", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:ullanlinna", "municipality": "Helsinki", "name": { "fi": "Ullanlinna", "sv": "Ulrikasborg" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:punavuori", "municipality": "Helsinki", "name": { "fi": "Punavuori", "sv": "Rödbergen" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:punavuori", "municipality": "Helsinki", "name": { "fi": "Punavuori", "sv": "Rödbergen" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:25.473302Z", "last_modified_time": "2024-03-26T06:10:07.669713Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00120", "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.943222, 60.164467 ] }, "street_address": { "fi": "Yrjönkatu 8-10", "sv": "Georgsgatan 8-10", "en": "Yrjönkatu 8-10" }, "name": { "fi": "Aimo Park, Pikku-Erottaja", "sv": "Aimo Park, Pikku-Erottaja", "en": "Aimo Park, Pikku-Erottaja" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/pikku-erottaja/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/pikku-erottaja/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/pikku-erottaja/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Lämmin halli. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Varmt parkeringshus. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Heated parking hall. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67686/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67687", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kallio", "municipality": "Helsinki", "name": { "fi": "Kallio", "sv": "Berghäll" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kalasatama", "municipality": "Helsinki", "name": { "fi": "Kalasatama", "sv": "Fiskehamnen" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen", "municipality": "Helsinki", "name": { "fi": "Sörnäinen", "sv": "Sörnäs" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:25.603816Z", "last_modified_time": "2024-03-26T06:10:07.703439Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00580", "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.977644, 60.188286 ] }, "street_address": { "fi": "Hermannin rantatie 5", "sv": "Hermanstads strandväg 5", "en": "Hermannin rantatie 5" }, "name": { "fi": "Aimo Park, Redi, Hermannin rantatie 5", "sv": "Aimo Park, Redi, Hermannin rantatie 5", "en": "Aimo Park, Redi, Hermannin rantatie 5" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/redi/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/redi/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/redi/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Lämmin halli. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Varmt parkeringshus. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Heated parking hall. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67687/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67688", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kallio", "municipality": "Helsinki", "name": { "fi": "Kallio", "sv": "Berghäll" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kalasatama", "municipality": "Helsinki", "name": { "fi": "Kalasatama", "sv": "Fiskehamnen" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen", "municipality": "Helsinki", "name": { "fi": "Sörnäinen", "sv": "Sörnäs" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:25.991413Z", "last_modified_time": "2024-03-26T06:10:07.739203Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00580", "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.97592, 60.18728 ] }, "street_address": { "fi": "Sörnäisten rantatie", "sv": "Sörnäs strandväg", "en": "Sörnäisten rantatie" }, "name": { "fi": "Aimo Park, Redi, Sörnäisten rantatie", "sv": "Aimo Park, Redi, Sörnäisten rantatie", "en": "Aimo Park, Redi, Sörnäisten rantatie" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/redi/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/redi/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/redi/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Lämmin halli. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Varmt parkeringshus. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Heated parking hall. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67688/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67689", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kallio", "municipality": "Helsinki", "name": { "fi": "Kallio", "sv": "Berghäll" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kalasatama", "municipality": "Helsinki", "name": { "fi": "Kalasatama", "sv": "Fiskehamnen" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen", "municipality": "Helsinki", "name": { "fi": "Sörnäinen", "sv": "Sörnäs" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:26.306430Z", "last_modified_time": "2024-03-26T06:10:07.770182Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00580", "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.978922, 60.18772 ] }, "street_address": { "fi": "Työpajankatu 17", "sv": "Verkstadsgatan 17", "en": "Työpajankatu 17" }, "name": { "fi": "Aimo Park, Redi, Työpajankatu 17", "sv": "Aimo Park, Redi, Työpajankatu 17", "en": "Aimo Park, Redi, Työpajankatu 17" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/redi/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/redi/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/redi/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Lämmin halli. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Varmt parkeringshus. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Heated parking hall. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67689/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67690", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "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:ruoholahti", "municipality": "Helsinki", "name": { "fi": "Ruoholahti", "sv": "Gräsviken" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:länsisatama", "municipality": "Helsinki", "name": { "fi": "Länsisatama", "sv": "Västra Hamnen" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:26.887414Z", "last_modified_time": "2024-03-26T06:10:07.803278Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00180", "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.900694, 60.16519 ] }, "street_address": { "fi": "Salmisaarenranta 9-11", "sv": "Sundholmsstranden 9-11", "en": "Salmisaarenranta 9-11" }, "name": { "fi": "Aimo Park, Salmiparkki", "sv": "Aimo Park, Salmiparkki", "en": "Aimo Park, Salmiparkki" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/salmiparkki/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/salmiparkki/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/salmiparkki/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Ulkoalue. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Utomhusparkering. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Outdoor area. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67690/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67691", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "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:jätkäsaari", "municipality": "Helsinki", "name": { "fi": "Jätkäsaari", "sv": "Busholmen" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:länsisatama", "municipality": "Helsinki", "name": { "fi": "Länsisatama", "sv": "Västra Hamnen" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:27.115085Z", "last_modified_time": "2024-03-26T06:10:07.833892Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00220", "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.91613, 60.152843 ] }, "street_address": { "fi": "Länsisatamankatu 45", "sv": "Västrahamnsgatan 45", "en": "Länsisatamankatu 45" }, "name": { "fi": "Aimo Park, Satamaparkki", "sv": "Aimo Park, Satamaparkki", "en": "Aimo Park, Satamaparkki" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Kylmä halli. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Kallt parkeringshus. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Cold parking hall. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67691/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67692", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pasila", "municipality": "Helsinki", "name": { "fi": "Pasila", "sv": "Böle" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pasila", "municipality": "Helsinki", "name": { "fi": "Länsi-Pasila", "sv": "Västra Böle" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pasila", "municipality": "Helsinki", "name": { "fi": "Pasila", "sv": "Böle" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:27.260590Z", "last_modified_time": "2024-03-26T06:10:07.865085Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00240", "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.925829, 60.199062 ] }, "street_address": { "fi": "Maistraatinportti 3", "sv": "Magistratsporten 3", "en": "Maistraatinportti 3" }, "name": { "fi": "Aimo Park, Scandic Pasila", "sv": "Aimo Park, Scandic Pasila", "en": "Aimo Park, Scandic Pasila" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/kaupungit/helsinki/scandic-pasila/", "sv": "https://www.aimopark.fi/sv/stader/helsinki/scandic-pasila/", "en": "https://www.aimopark.fi/en/cities/helsinki/scandic-pasila/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Halli. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Parkeringshus. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Parking hall. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67692/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67693", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "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:lassila", "municipality": "Helsinki", "name": { "fi": "Lassila", "sv": "Lassas" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga", "municipality": "Helsinki", "name": { "fi": "Haaga", "sv": "Haga" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:27.399566Z", "last_modified_time": "2024-03-26T06:10:07.897242Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00440", "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.878515, 60.2282 ] }, "street_address": { "fi": "Sentnerikuja 1", "sv": "Centnergränden 1", "en": "Sentnerikuja 1" }, "name": { "fi": "Aimo Park, Sentnerikuja 1", "sv": "Aimo Park, Sentnerikuja 1", "en": "Aimo Park, Sentnerikuja 1" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/sentnerikuja-1/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/sentnerikuja-1/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/sentnerikuja-1/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Ulkoalue. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Utomhusparkering. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Outdoor area. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67693/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67694", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "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:kamppi", "municipality": "Helsinki", "name": { "fi": "Kamppi", "sv": "Kampen" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kamppi", "municipality": "Helsinki", "name": { "fi": "Kamppi", "sv": "Kampen" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:27.534512Z", "last_modified_time": "2024-03-26T06:10:07.929366Z", "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.939808, 60.168346 ] }, "street_address": { "fi": "Kalevankatu 1", "sv": "Kalevagatan 1", "en": "Kalevankatu 1" }, "name": { "fi": "Aimo Park, Stockmann Helsinki, Kalevankatu 1", "sv": "Aimo Park, Stockmann Helsinki, Kalevankatu 1", "en": "Aimo Park, Stockmann Helsinki, Kalevankatu 1" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/stockmann-helsinki/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/stockmann-helsinki/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/stockmann-helsinki/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Lämmin halli. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Varmt parkeringshus. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Heated parking hall. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67694/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67695", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "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:kamppi", "municipality": "Helsinki", "name": { "fi": "Kamppi", "sv": "Kampen" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kamppi", "municipality": "Helsinki", "name": { "fi": "Kamppi", "sv": "Kampen" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:27.672001Z", "last_modified_time": "2024-03-26T06:10:07.960469Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00180", "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.927176, 60.1657 ] }, "street_address": { "fi": "Ruoholahdenkatu 3", "sv": "Gräsviksgatan 3", "en": "Ruoholahdenkatu 3" }, "name": { "fi": "Aimo Park, Stockmann Helsinki, Ruoholahdenkatu 3", "sv": "Aimo Park, Stockmann Helsinki, Ruoholahdenkatu 3", "en": "Aimo Park, Stockmann Helsinki, Ruoholahdenkatu 3" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/stockmann-helsinki/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/stockmann-helsinki/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/stockmann-helsinki/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Lämmin halli. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Varmt parkeringshus. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Heated parking hall. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67695/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67696", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "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:jätkäsaari", "municipality": "Helsinki", "name": { "fi": "Jätkäsaari", "sv": "Busholmen" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:länsisatama", "municipality": "Helsinki", "name": { "fi": "Länsisatama", "sv": "Västra Hamnen" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:27.808439Z", "last_modified_time": "2024-03-26T06:10:07.990141Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00220", "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.920694, 60.158463 ] }, "street_address": { "fi": "Suezinkatu 3", "sv": "Suezgatan 3", "en": "Suezinkatu 3" }, "name": { "fi": "Aimo Park, Suezinkatu 3", "sv": "Aimo Park, Suezinkatu 3", "en": "Aimo Park, Suezinkatu 3" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Ulkoalue. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Utomhusparkering. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Outdoor area. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67696/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67697", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:taka-töölö", "municipality": "Helsinki", "name": { "fi": "Taka-Töölö", "sv": "Bortre Tölö" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:taka-töölö", "municipality": "Helsinki", "name": { "fi": "Taka-Töölö", "sv": "Bortre Tölö" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:taka-töölö", "municipality": "Helsinki", "name": { "fi": "Taka-Töölö", "sv": "Bortre Tölö" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:28.201620Z", "last_modified_time": "2024-03-26T06:10:08.020466Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00260", "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.91644, 60.17672 ] }, "street_address": { "fi": "Pohjoinen Hesperiankatu 33", "sv": "Norra Hesperiagatan 33", "en": "Pohjoinen Hesperiankatu 33" }, "name": { "fi": "Aimo Park, Taivallahden Kasarmi", "sv": "Aimo Park, Taivallahden Kasarmi", "en": "Aimo Park, Taivallahden Kasarmi" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/taivallahden-kasarmi/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/taivallahden-kasarmi/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/taivallahden-kasarmi/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Lämmin halli. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Varmt parkeringshus. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Heated parking hall. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67697/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:67698", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pitäjänmäki", "municipality": "Helsinki", "name": { "fi": "Pitäjänmäki", "sv": "Sockenbacka" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pitäjänmäki", "municipality": "Helsinki", "name": { "fi": "Pitäjänmäki", "sv": "Sockenbacka" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:reimarla", "municipality": "Helsinki", "name": { "fi": "Reimarla", "sv": "Reimars" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-15T16:26:28.589786Z", "last_modified_time": "2024-03-26T06:10:08.051344Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00370", "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.853888, 60.226192 ] }, "street_address": { "fi": "Konalantie 6-8", "sv": "Kånalavägen 6-8", "en": "Konalantie 6-8" }, "name": { "fi": "Aimo Park, Tanelinkuja", "sv": "Aimo Park, Tanelinkuja", "en": "Aimo Park, Tanelinkuja" }, "telephone": null, "info_url": { "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/", "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/", "en": "https://www.aimopark.fi/en-gb/cities/helsinki/" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Kylmä halli/ulkoalue. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.", "sv": "Kallt parkeringshus / utomhusparkering. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.", "en": "Cold parking hall / outdoor area. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section." }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67698/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }{ "meta": { "count": 151447, "next": "