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=26&show_all_places=true
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 151448,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=27&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=25&show_all_places=true"
    },
    "data": [
        {
            "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
                ]
            },
            "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."
            },
            "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/"
            },
            "street_address": {
                "fi": "Länsisatamankatu 45",
                "sv": "Västrahamnsgatan 45",
                "en": "Länsisatamankatu 45"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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
                ]
            },
            "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, 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/"
            },
            "street_address": {
                "fi": "Maistraatinportti 3",
                "sv": "Magistratsporten 3",
                "en": "Maistraatinportti 3"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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
                ]
            },
            "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, 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/"
            },
            "street_address": {
                "fi": "Sentnerikuja 1",
                "sv": "Centnergränden 1",
                "en": "Sentnerikuja 1"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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
                ]
            },
            "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, 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/"
            },
            "street_address": {
                "fi": "Kalevankatu 1",
                "sv": "Kalevagatan 1",
                "en": "Kalevankatu 1"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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
                ]
            },
            "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, 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/"
            },
            "street_address": {
                "fi": "Ruoholahdenkatu 3",
                "sv": "Gräsviksgatan 3",
                "en": "Ruoholahdenkatu 3"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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
                ]
            },
            "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, 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/"
            },
            "street_address": {
                "fi": "Suezinkatu 3",
                "sv": "Suezgatan 3",
                "en": "Suezinkatu 3"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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
                ]
            },
            "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"
            },
            "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/"
            },
            "street_address": {
                "fi": "Pohjoinen Hesperiankatu 33",
                "sv": "Norra Hesperiagatan 33",
                "en": "Pohjoinen Hesperiankatu 33"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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": "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"
                    }
                },
                {
                    "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
                ]
            },
            "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"
            },
            "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/"
            },
            "street_address": {
                "fi": "Konalantie 6-8",
                "sv": "Kånalavägen 6-8",
                "en": "Konalantie 6-8"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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": "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: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
                ]
            },
            "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"
            },
            "telephone": null,
            "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/"
            },
            "street_address": {
                "fi": "Capellan puistotie 11",
                "sv": "Capellas allé 11",
                "en": "Capellan puistotie 11"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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": "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "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
                ]
            },
            "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"
            },
            "telephone": null,
            "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/"
            },
            "street_address": {
                "fi": "Sanitäärinkatu 1",
                "sv": "Sanitärgatan 1",
                "en": "Sanitäärinkatu 1"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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": "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "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
                ]
            },
            "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"
            },
            "telephone": null,
            "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/"
            },
            "street_address": {
                "fi": "Sanitäärinkatu 5",
                "sv": "Sanitärgatan 5",
                "en": "Sanitäärinkatu 5"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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": "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "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
                ]
            },
            "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"
            },
            "telephone": null,
            "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/"
            },
            "street_address": {
                "fi": "Valimotie 21",
                "sv": "Gjuterivägen 21",
                "en": "Valimotie 21"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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": "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "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
                ]
            },
            "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"
            },
            "telephone": null,
            "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/"
            },
            "street_address": {
                "fi": "Valimotie 21",
                "sv": "Gjuterivägen 21",
                "en": "Valimotie 21"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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": "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "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
                ]
            },
            "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"
            },
            "telephone": null,
            "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/"
            },
            "street_address": {
                "fi": "Valimotie 12",
                "sv": "Gjuterivägen 12",
                "en": "Valimotie 12"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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": "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "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
                ]
            },
            "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"
            },
            "telephone": null,
            "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/"
            },
            "street_address": {
                "fi": "Hiomotie 5",
                "sv": "Sliperivägen 5",
                "en": "Hiomotie 5"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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": "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "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
                ]
            },
            "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"
            },
            "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/"
            },
            "street_address": {
                "fi": "Valimotie 23",
                "sv": "Gjuterivägen 23",
                "en": "Valimotie 23"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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": "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: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
                ]
            },
            "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"
            },
            "telephone": null,
            "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/"
            },
            "street_address": {
                "fi": "Elimäenkatu 15",
                "sv": "Elimägatan 15",
                "en": "Elimäenkatu 15"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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": "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "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
                ]
            },
            "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"
            },
            "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/"
            },
            "street_address": {
                "fi": "Kanslerinkaari 4",
                "sv": "Kanslersbågen 4",
                "en": "Kanslerinkaari 4"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                },
                {
                    "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": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "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
                ]
            },
            "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"
            },
            "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/"
            },
            "street_address": {
                "fi": "Koetilantie 2",
                "sv": "Försöksgårdsvägen 2",
                "en": "Koetilantie 2"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@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": "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "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
                ]
            },
            "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"
            },
            "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/"
            },
            "street_address": {
                "fi": "Latokartanonkaari 5-7",
                "sv": "Ladugårdsbågen 5-7",
                "en": "Latokartanonkaari 5-7"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67711/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}