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

See the result

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

See the result

Place source

Will restrict places to a specific data source.

Example:

place/?data_source=tprek

See the result

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

See the result

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

See the result

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

See the result

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

See the result

GET /v1/place/?format=api&page=28&show_all_places=true
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 152288,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=29&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=27&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:67697",
            "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: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ö"
                    }
                }
            ],
            "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
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Pohjoinen Hesperiankatu 33",
                "sv": "Norra Hesperiagatan 33",
                "en": "Pohjoinen Hesperiankatu 33"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "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/"
            },
            "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."
            },
            "name": {
                "fi": "Aimo Park, Taivallahden Kasarmi",
                "sv": "Aimo Park, Taivallahden Kasarmi",
                "en": "Aimo Park, Taivallahden Kasarmi"
            },
            "@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": "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: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": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                }
            ],
            "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
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Konalantie 6-8",
                "sv": "Kånalavägen 6-8",
                "en": "Konalantie 6-8"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "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/"
            },
            "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."
            },
            "name": {
                "fi": "Aimo Park, Tanelinkuja",
                "sv": "Aimo Park, Tanelinkuja",
                "en": "Aimo Park, Tanelinkuja"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67698/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67699",
            "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: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"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:29.214670Z",
            "last_modified_time": "2024-03-26T06:10:08.083250Z",
            "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.982374,
                    60.187317
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Capellan puistotie 11",
                "sv": "Capellas allé 11",
                "en": "Capellan puistotie 11"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/tehyke/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/tehyke/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/tehyke/"
            },
            "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."
            },
            "name": {
                "fi": "Aimo Park, Tehyke",
                "sv": "Aimo Park, Tehyke",
                "en": "Aimo Park, Tehyke"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67699/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67700",
            "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:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pikku_huopalahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pikku Huopalahti",
                        "sv": "Lillhoplax"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruskeasuo",
                        "sv": "Brunakärr"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:29.360223Z",
            "last_modified_time": "2024-03-26T06:10:08.116303Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00300",
            "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.900614,
                    60.19864
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Sanitäärinkatu 1",
                "sv": "Sanitärgatan 1",
                "en": "Sanitäärinkatu 1"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/tilkka/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/tilkka/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/tilkka/"
            },
            "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."
            },
            "name": {
                "fi": "Aimo Park, Tilkka, Halli",
                "sv": "Aimo Park, Tilkka, Halli",
                "en": "Aimo Park, Tilkka, Halli"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67700/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67701",
            "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:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pikku_huopalahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pikku Huopalahti",
                        "sv": "Lillhoplax"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruskeasuo",
                        "sv": "Brunakärr"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:29.501685Z",
            "last_modified_time": "2024-03-26T06:10:08.148013Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00300",
            "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.899275,
                    60.199562
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Sanitäärinkatu 5",
                "sv": "Sanitärgatan 5",
                "en": "Sanitäärinkatu 5"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/tilkka/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/tilkka/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/tilkka/"
            },
            "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."
            },
            "name": {
                "fi": "Aimo Park, Tilkka, Ulkoalue",
                "sv": "Aimo Park, Tilkka, Ulkoalue",
                "en": "Aimo Park, Tilkka, Ulkoalue"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67701/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67703",
            "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: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:pitäjänmäen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäen yritysalue",
                        "sv": "Sockenbacka företagsområde"
                    }
                },
                {
                    "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"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:29.785717Z",
            "last_modified_time": "2024-03-26T06:10:08.213507Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00380",
            "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.87912,
                    60.220257
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Valimotie 21",
                "sv": "Gjuterivägen 21",
                "en": "Valimotie 21"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/valimo-21/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/valimo-21/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/valimo-21/"
            },
            "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."
            },
            "name": {
                "fi": "Aimo Park, Valimo 21, Halli",
                "sv": "Aimo Park, Valimo 21, Halli",
                "en": "Aimo Park, Valimo 21, Halli"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67703/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67704",
            "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: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:pitäjänmäen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäen yritysalue",
                        "sv": "Sockenbacka företagsområde"
                    }
                },
                {
                    "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"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:29.918954Z",
            "last_modified_time": "2024-03-26T06:10:08.248935Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00380",
            "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.87912,
                    60.220257
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Valimotie 21",
                "sv": "Gjuterivägen 21",
                "en": "Valimotie 21"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/valimo-21/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/valimo-21/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/valimo-21/"
            },
            "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."
            },
            "name": {
                "fi": "Aimo Park, Valimo 21, Ulkoalue",
                "sv": "Aimo Park, Valimo 21, Ulkoalue",
                "en": "Aimo Park, Valimo 21, Ulkoalue"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67704/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67705",
            "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: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:pitäjänmäen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäen yritysalue",
                        "sv": "Sockenbacka företagsområde"
                    }
                },
                {
                    "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"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:30.062152Z",
            "last_modified_time": "2024-03-26T06:10:08.280176Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00380",
            "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.87788,
                    60.219025
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Valimotie 12",
                "sv": "Gjuterivägen 12",
                "en": "Valimotie 12"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/valimotie-12/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/valimotie-12/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/valimotie-12/"
            },
            "description": {
                "fi": "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": "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": "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."
            },
            "name": {
                "fi": "Aimo Park, Valimotie 12",
                "sv": "Aimo Park, Valimotie 12",
                "en": "Aimo Park, Valimotie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67705/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67706",
            "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: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:pitäjänmäen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäen yritysalue",
                        "sv": "Sockenbacka företagsområde"
                    }
                },
                {
                    "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"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:30.495343Z",
            "last_modified_time": "2024-03-26T06:10:08.311263Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00380",
            "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.876085,
                    60.218872
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Hiomotie 5",
                "sv": "Sliperivägen 5",
                "en": "Hiomotie 5"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/valimotie-12/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/valimotie-12/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/valimotie-12/"
            },
            "description": {
                "fi": "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": "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": "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."
            },
            "name": {
                "fi": "Aimo Park, Valimotie 12, Hiomotien sisäänkäynti",
                "sv": "Aimo Park, Valimotie 12, Hiomotien sisäänkäynti",
                "en": "Aimo Park, Valimotie 12, Hiomotien sisäänkäynti"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67706/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67702",
            "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: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:pitäjänmäen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäen yritysalue",
                        "sv": "Sockenbacka företagsområde"
                    }
                },
                {
                    "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"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:29.648665Z",
            "last_modified_time": "2024-03-26T06:10:08.181117Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00380",
            "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.878588,
                    60.22066
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Valimotie 23",
                "sv": "Gjuterivägen 23",
                "en": "Valimotie 23"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "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/"
            },
            "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."
            },
            "name": {
                "fi": "Aimo Park, Valimotie 23",
                "sv": "Aimo Park, Valimotie 23",
                "en": "Aimo Park, Valimotie 23"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67702/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67707",
            "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:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:30.882702Z",
            "last_modified_time": "2024-03-26T06:10:08.344162Z",
            "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.949963,
                    60.19457
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Elimäenkatu 15",
                "sv": "Elimägatan 15",
                "en": "Elimäenkatu 15"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/vallila/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/vallila/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/vallila/"
            },
            "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."
            },
            "name": {
                "fi": "Aimo Park, Vallila",
                "sv": "Aimo Park, Vallila",
                "en": "Aimo Park, Vallila"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67707/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67710",
            "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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:31.699059Z",
            "last_modified_time": "2024-03-26T06:10:08.445343Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "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.01429,
                    60.227737
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Kanslerinkaari 4",
                "sv": "Kanslersbågen 4",
                "en": "Kanslerinkaari 4"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "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/"
            },
            "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."
            },
            "name": {
                "fi": "Aimo Park, Viikin kampus, Kanslerinkaari 4",
                "sv": "Aimo Park, Viikin kampus, Kanslerinkaari 4",
                "en": "Aimo Park, Viikin kampus, Kanslerinkaari 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67710/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67713",
            "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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:32.129625Z",
            "last_modified_time": "2024-03-26T06:10:08.543033Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "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.018143,
                    60.224052
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Koetilantie 2",
                "sv": "Försöksgårdsvägen 2",
                "en": "Koetilantie 2"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "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/"
            },
            "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."
            },
            "name": {
                "fi": "Aimo Park, Viikin kampus, Koetilantie 2",
                "sv": "Aimo Park, Viikin kampus, Koetilantie 2",
                "en": "Aimo Park, Viikin kampus, Koetilantie 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67713/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67711",
            "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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:31.837170Z",
            "last_modified_time": "2024-03-26T06:10:08.479062Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "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.015776,
                    60.22886
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Latokartanonkaari 5-7",
                "sv": "Ladugårdsbågen 5-7",
                "en": "Latokartanonkaari 5-7"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "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/"
            },
            "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."
            },
            "name": {
                "fi": "Aimo Park, Viikin kampus, Latokartanonkaari 5-7",
                "sv": "Aimo Park, Viikin kampus, Latokartanonkaari 5-7",
                "en": "Aimo Park, Viikin kampus, Latokartanonkaari 5-7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67711/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67712",
            "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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:31.972715Z",
            "last_modified_time": "2024-03-26T06:10:08.511561Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "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.023022,
                    60.23
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Mustialankatu 2",
                "sv": "Mustialagatan 2",
                "en": "Mustialankatu 2"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "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/"
            },
            "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."
            },
            "name": {
                "fi": "Aimo Park, Viikin kampus, Mustialankatu 2",
                "sv": "Aimo Park, Viikin kampus, Mustialankatu 2",
                "en": "Aimo Park, Viikin kampus, Mustialankatu 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67712/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67708",
            "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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:31.426893Z",
            "last_modified_time": "2024-03-26T06:10:08.377997Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "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.015427,
                    60.22655
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Viikinkaari 7",
                "sv": "Viksbågen 7",
                "en": "Viikinkaari 7"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "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/"
            },
            "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."
            },
            "name": {
                "fi": "Aimo Park, Viikin kampus, Viikinkaari 7",
                "sv": "Aimo Park, Viikin kampus, Viikinkaari 7",
                "en": "Aimo Park, Viikin kampus, Viikinkaari 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67708/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67709",
            "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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:31.561193Z",
            "last_modified_time": "2024-03-26T06:10:08.409771Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "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.012295,
                    60.22701
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Viikinkaari 8",
                "sv": "Viksbågen 8",
                "en": "Viikinkaari 8"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "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/"
            },
            "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."
            },
            "name": {
                "fi": "Aimo Park, Viikin kampus, Viikinkaari 8",
                "sv": "Aimo Park, Viikin kampus, Viikinkaari 8",
                "en": "Aimo Park, Viikin kampus, Viikinkaari 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67709/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:41385",
            "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:pohjois-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pohjois-Haaga",
                        "sv": "Norra 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:16:31.368641Z",
            "last_modified_time": "2024-02-06T13:13:41.651441Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00400",
            "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.889194,
                    60.22501
                ]
            },
            "telephone": {
                "fi": "+358 9 310 87503"
            },
            "street_address": {
                "fi": "Aino Acktén tie 16",
                "sv": "Aino Acktés väg 16",
                "en": "Aino Acktén tie 16"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": null,
            "description": {
                "fi": "Hiekkakenttä, laji: jalkapallo. Ei valvontaa",
                "sv": "Bollplan, grenar: fotboll. Ingen bevakning",
                "en": "Sand field, sport events: football. No supervision"
            },
            "name": {
                "fi": "Aino Acktén kenttä / Hiekkakenttä",
                "sv": "Aino Acktés plan / Bollplan",
                "en": "Aino Ackté sports field / Sand field"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:41385/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:40419",
            "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:pohjois-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pohjois-Haaga",
                        "sv": "Norra 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:14:14.963675Z",
            "last_modified_time": "2024-02-06T13:13:18.629804Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00400",
            "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.890171,
                    60.22443
                ]
            },
            "telephone": {
                "fi": "+358 9 310 87933"
            },
            "street_address": {
                "fi": "Aino Acktén tie 16",
                "sv": "Aino Acktés väg 16",
                "en": "Aino Acktén tie 16"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "https://www.hel.fi/helsinki/fi/kulttuuri-ja-vapaa-aika/liikunta/ulkoliikuntapaikat/liikuntapuistot-kentat-ja-lahiliikuntapaikat/",
                "sv": "https://www.hel.fi/helsinki/fi/kulttuuri-ja-vapaa-aika/liikunta/ulkoliikuntapaikat/liikuntapuistot-kentat-ja-lahiliikuntapaikat/",
                "en": "https://www.hel.fi/helsinki/fi/kulttuuri-ja-vapaa-aika/liikunta/ulkoliikuntapaikat/liikuntapuistot-kentat-ja-lahiliikuntapaikat/"
            },
            "description": null,
            "name": {
                "fi": "Aino Acktén kenttä / Lentopallokenttä",
                "sv": "Aino Acktés plan / Volleybollplan",
                "en": "Aino Acté sports field / Volleyball court"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:40419/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:39999",
            "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:pohjois-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pohjois-Haaga",
                        "sv": "Norra 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:13:23.974725Z",
            "last_modified_time": "2025-08-27T15:09:46.505988Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00400",
            "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.88923,
                    60.22501
                ]
            },
            "telephone": {
                "fi": "+358 9 310 87503"
            },
            "street_address": {
                "fi": "Aino Acktén tie 16",
                "sv": "Aino Acktés väg 16",
                "en": "Aino Acktén tie 16"
            },
            "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": "Aino Acktén kenttä / Luistelukenttä",
                "sv": "Aino Acktés plan / Skridskobana",
                "en": "Aino Ackté sports field / Skating rink"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:39999/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}