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

{
    "meta": {
        "count": 151446,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=25&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=23&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:67658",
            "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:18.814633Z",
            "last_modified_time": "2024-03-26T06:10:06.762810Z",
            "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.879044,
                    60.21501
                ]
            },
            "street_address": {
                "fi": "Höyläämötie 1",
                "sv": "Hyvlerivägen 1",
                "en": "Höyläämötie 1"
            },
            "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/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Höyläämötie 1",
                "sv": "Aimo Park, Höyläämötie 1",
                "en": "Aimo Park, Höyläämötie 1"
            },
            "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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67658/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67659",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:punavuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Punavuori",
                        "sv": "Rödbergen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:punavuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Punavuori",
                        "sv": "Rödbergen"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:18.952732Z",
            "last_modified_time": "2024-03-26T06:10:06.798078Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00120",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.943222,
                    60.164467
                ]
            },
            "street_address": {
                "fi": "Yrjönkatu 8-10",
                "sv": "Georgsgatan 8-10",
                "en": "Yrjönkatu 8-10"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/iso-erottaja/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/iso-erottaja/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/iso-erottaja/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Iso-Erottaja",
                "sv": "Aimo Park, Iso-Erottaja",
                "en": "Aimo Park, Iso-Erottaja"
            },
            "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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67659/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67660",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kaartinkaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaartinkaupunki",
                        "sv": "Gardesstaden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaartinkaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaartinkaupunki",
                        "sv": "Gardesstaden"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:19.388141Z",
            "last_modified_time": "2024-03-26T06:10:06.831535Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00130",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.949331,
                    60.165924
                ]
            },
            "street_address": {
                "fi": "Fabianinkatu 4",
                "sv": "Fabiansgatan 4",
                "en": "Fabianinkatu 4"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/kasarmitori/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/kasarmitori/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/kasarmitori/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Kasarmitori",
                "sv": "Aimo Park, Kasarmitori",
                "en": "Aimo Park, Kasarmitori"
            },
            "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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67660/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67661",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:arabianranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Arabianranta",
                        "sv": "Arabiastranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:toukola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Toukola",
                        "sv": "Majstad"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:19.692215Z",
            "last_modified_time": "2024-03-26T06:10:06.864732Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00560",
            "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.966879,
                    60.202232
                ]
            },
            "street_address": {
                "fi": "Hämeentie 109",
                "sv": "Tavastvägen 109",
                "en": "Hämeentie 109"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/kauppakeskus-arabia/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/kauppakeskus-arabia/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/kauppakeskus-arabia/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Kauppakeskus Arabia",
                "sv": "Aimo Park, Kauppakeskus Arabia",
                "en": "Aimo Park, Kauppakeskus Arabia"
            },
            "description": {
                "fi": "Puolilä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": "Halvvarmt 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": "Semi-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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67661/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67662",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:keski-vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Keski-Vuosaari",
                        "sv": "Mellersta Nordsjö"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:20.291867Z",
            "last_modified_time": "2024-03-26T06:10:06.898561Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00980",
            "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.147858,
                    60.208324
                ]
            },
            "street_address": {
                "fi": "Tyynylaavantie 1",
                "sv": "Kuddlavevägen 1",
                "en": "Tyynylaavantie 1"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/kaupungit/helsinki/kauppakeskus-columbus/",
                "sv": "https://www.aimopark.fi/sv/stader/helsinki/kauppakeskus-columbus/",
                "en": "https://www.aimopark.fi/en/cities/helsinki/kauppakeskus-columbus/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Kauppakeskus Columbus",
                "sv": "Aimo Park, Kauppakeskus Columbus",
                "en": "Aimo Park, Kauppakeskus Columbus"
            },
            "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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67662/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67663",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kannelmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kannelmäki",
                        "sv": "Gamlas"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:20.433999Z",
            "last_modified_time": "2024-03-26T06:10:06.932528Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00420",
            "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.890133,
                    60.235683
                ]
            },
            "street_address": {
                "fi": "Kantelettarentie 1",
                "sv": "Kanteletarvägen 1",
                "en": "Kantelettarentie 1"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/kauppakeskus-kaari/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/kauppakeskus-kaari/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/kauppakeskus-kaari/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Kauppakeskus Kaari, Halli",
                "sv": "Aimo Park, Kauppakeskus Kaari, Halli",
                "en": "Aimo Park, Kauppakeskus Kaari, Halli"
            },
            "description": {
                "fi": "Halli. Kauppakeskus Kaaressa on yhteensä 1700 pysäköintipaikkaa. Ensimmäiset kolme tuntia ilmaiseksi, jonka jälkeen pysäköinti maksaa € 0,50/ 30 min. Pysäköintitila on avoinna Maanantai - Sunnuntai ympäri vuorokauden.",
                "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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67663/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67665",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kannelmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kannelmäki",
                        "sv": "Gamlas"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:20.737904Z",
            "last_modified_time": "2024-03-26T06:10:07.001196Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00420",
            "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.89186,
                    60.237778
                ]
            },
            "street_address": {
                "fi": "Kantelettarentie 1e",
                "sv": "Kanteletarvägen 1e",
                "en": "Kantelettarentie 1e"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/kauppakeskus-kaari/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/kauppakeskus-kaari/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/kauppakeskus-kaari/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Kauppakeskus Kaari, Kattoparkki",
                "sv": "Aimo Park, Kauppakeskus Kaari, Kattoparkki",
                "en": "Aimo Park, Kauppakeskus Kaari, Kattoparkki"
            },
            "description": {
                "fi": "Kattoparkki. Kauppakeskus Kaaressa on yhteensä 1700 pysäköintipaikkaa. Ensimmäiset kolme tuntia ilmaiseksi, jonka jälkeen pysäköinti maksaa € 0,50/ 30 min. Pysäköintitila on avoinna Maanantai - Sunnuntai ympäri vuorokauden.",
                "sv": "Takparkering. 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": "Roof parking. 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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67665/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67664",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kannelmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kannelmäki",
                        "sv": "Gamlas"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:20.600309Z",
            "last_modified_time": "2024-03-26T06:10:06.967882Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00420",
            "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.889454,
                    60.236977
                ]
            },
            "street_address": {
                "fi": "Laulukuja 1",
                "sv": "Sånggränden 1",
                "en": "Laulukuja 1"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/kauppakeskus-kaari/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/kauppakeskus-kaari/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/kauppakeskus-kaari/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Kauppakeskus Kaari, Ulkoalue",
                "sv": "Aimo Park, Kauppakeskus Kaari, Ulkoalue",
                "en": "Aimo Park, Kauppakeskus Kaari, Ulkoalue"
            },
            "description": {
                "fi": "Ulkoalue. Kauppakeskus Kaaressa on yhteensä 1700 pysäköintipaikkaa. Ensimmäiset kolme tuntia ilmaiseksi, jonka jälkeen pysäköinti maksaa € 0,50/ 30 min. Pysäköintitila on avoinna Maanantai - Sunnuntai ympäri vuorokauden.",
                "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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67664/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67666",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vironniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vironniemi",
                        "sv": "Estnäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kluuvi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kluuvi",
                        "sv": "Gloet"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kluuvi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kluuvi",
                        "sv": "Gloet"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:20.872939Z",
            "last_modified_time": "2024-03-26T06:10:07.034517Z",
            "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.947826,
                    60.173294
                ]
            },
            "street_address": {
                "fi": "Puutarhakatu 1",
                "sv": "Trädgårdsgatan 1",
                "en": "Puutarhakatu 1"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/kaupungit/helsinki/kauppakeskus-kluuvi/",
                "sv": "https://www.aimopark.fi/sv/stader/helsinki/kauppakeskus-kluuvi/",
                "en": "https://www.aimopark.fi/en/cities/helsinki/kauppakeskus-kluuvi/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Kauppakeskus Kluuvi",
                "sv": "Aimo Park, Kauppakeskus Kluuvi",
                "en": "Aimo Park, Kauppakeskus Kluuvi"
            },
            "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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67666/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67667",
            "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:konala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Konala",
                        "sv": "Kånala"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:konala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Konala",
                        "sv": "Kånala"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:21.008386Z",
            "last_modified_time": "2024-03-26T06:10:07.067067Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00390",
            "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.849876,
                    60.23919
                ]
            },
            "street_address": {
                "fi": "Ajomiehentie 1",
                "sv": "Körkarlsvägen 1",
                "en": "Ajomiehentie 1"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/kauppakeskus-ristikko/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/kauppakeskus-ristikko/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/kauppakeskus-ristikko/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Kauppakeskus Ristikko",
                "sv": "Aimo Park, Kauppakeskus Ristikko",
                "en": "Aimo Park, Kauppakeskus Ristikko"
            },
            "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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67667/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67669",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:yliskylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Yliskylä",
                        "sv": "Uppby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:21.143574Z",
            "last_modified_time": "2024-03-26T06:10:07.100311Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00840",
            "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.052073,
                    60.17928
                ]
            },
            "street_address": {
                "fi": "Yliskylän puistokatu 4",
                "sv": "Uppby parkgata 4",
                "en": "Yliskylän puistokatu 4"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/kauppakeskus-saari/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/kauppakeskus-saari/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/kauppakeskus-saari/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Kauppakeskus Saari",
                "sv": "Aimo Park, Kauppakeskus Saari",
                "en": "Aimo Park, Kauppakeskus Saari"
            },
            "description": {
                "fi": "Lämmin 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": "Varmt 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": "Heated 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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67669/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67670",
            "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:21.591918Z",
            "last_modified_time": "2024-03-26T06:10:07.140515Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00520",
            "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.946997,
                    60.19669
                ]
            },
            "street_address": {
                "fi": "Kuortaneenkatu 1",
                "sv": "Kuortanegatan 1",
                "en": "Kuortaneenkatu 1"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/kuortaneenkatu-1/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/kuortaneenkatu-1/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/kuortaneenkatu-1/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Kuortaneenkatu 1, Lämmin halli",
                "sv": "Aimo Park, Kuortaneenkatu 1, Lämmin halli",
                "en": "Aimo Park, Kuortaneenkatu 1, Lämmin halli"
            },
            "description": {
                "fi": "Lämmin halli. Pysäköintipaikkoja: 165\nInva-paikat: 0\nSähkölatauspisteet: 3\nAjokorkeus (metreinä): 2.4 Aukioloajat\nPäivä/ Saapuminen:\nMaanantai/ 06:00 - 18:00\nTiistai/ 06:00 - 18:00\nKeskiviikko/ 06:00 - 18:00\nTorstai/ 06:00 - 18:00\nPerjantai/ 06:00 - 18:00\nPoistuminen koko vuorokauden ajan.",
                "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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67670/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67671",
            "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:21.899954Z",
            "last_modified_time": "2024-03-26T06:10:07.174622Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00520",
            "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.946997,
                    60.19669
                ]
            },
            "street_address": {
                "fi": "Kuortaneenkatu 1",
                "sv": "Kuortanegatan 1",
                "en": "Kuortaneenkatu 1"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/kuortaneenkatu-1/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/kuortaneenkatu-1/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/kuortaneenkatu-1/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Kuortaneenkatu 1, Ulkoalue",
                "sv": "Aimo Park, Kuortaneenkatu 1, Ulkoalue",
                "en": "Aimo Park, Kuortaneenkatu 1, Ulkoalue"
            },
            "description": {
                "fi": "Ulkoalue. Pysäköintipaikkoja: 165\nInva-paikat: 0\nSähkölatauspisteet: 3\nAjokorkeus (metreinä): 2.4 Aukioloajat\nPäivä/ Saapuminen:\nMaanantai/ 06:00 - 18:00\nTiistai/ 06:00 - 18:00\nKeskiviikko/ 06:00 - 18:00\nTorstai/ 06:00 - 18:00\nPerjantai/ 06:00 - 18:00\nPoistuminen koko vuorokauden ajan.",
                "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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67671/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67672",
            "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:22.589484Z",
            "last_modified_time": "2024-03-26T06:10:07.207937Z",
            "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.951412,
                    60.195896
                ]
            },
            "street_address": {
                "fi": "Lemuntie 1-5",
                "sv": "Lemovägen 1-5",
                "en": "Lemuntie 1-5"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/lemuntie-3-5/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/lemuntie-3-5/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/lemuntie-3-5/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Lemuntie 3-5",
                "sv": "Aimo Park, Lemuntie 3-5",
                "en": "Aimo Park, Lemuntie 3-5"
            },
            "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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67672/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67673",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:herttoniemen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemen yritysalue",
                        "sv": "Hertonäs företagsområde"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:22.730702Z",
            "last_modified_time": "2024-03-26T06:10:07.242406Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00880",
            "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.035114,
                    60.194798
                ]
            },
            "street_address": {
                "fi": "Insinöörinkatu 4",
                "sv": "Ingenjörsgatan 4",
                "en": "Insinöörinkatu 4"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/l%c3%a4hipalvelukeskus-hertsi/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/l%C3%A4hipalvelukeskus-hertsi/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/l%C3%A4hipalvelukeskus-hertsi/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Lähipalvelukeskus Hertsi, Insinöörinkatu",
                "sv": "Aimo Park, Lähipalvelukeskus Hertsi, Halli, Insinöörinkatu",
                "en": "Aimo Park, Lähipalvelukeskus Hertsi, Halli, Insinöörinkatu"
            },
            "description": {
                "fi": "Halli. Hinnat:\nEnsimmäiset kaksi tuntia ilmaiseksi, jonka jälkeen € 2,00/h\nLiityntäpysäköinti P1-P2: € 1,00/12h\n12. tunnin jälkeen: € 2,00 /h\nAukioloajat\nMaanantai - Sunnuntai: 05:00 - 23:59",
                "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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67673/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67674",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:herttoniemen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemen yritysalue",
                        "sv": "Hertonäs företagsområde"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:22.877833Z",
            "last_modified_time": "2024-03-26T06:10:07.274006Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00880",
            "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.033346,
                    60.195114
                ]
            },
            "street_address": {
                "fi": "Operaattorinkatu 4",
                "sv": "Operatörsgatan 4",
                "en": "Operaattorinkatu 4"
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/l%c3%a4hipalvelukeskus-hertsi/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/l%C3%A4hipalvelukeskus-hertsi/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/l%C3%A4hipalvelukeskus-hertsi/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Lähipalvelukeskus Hertsi, Operaattorinkatu 4",
                "sv": "Aimo Par, Lähipalvelukeskus Hertsi, Operaattorinkatu 4",
                "en": "Aimo Park, Lähipalvelukeskus Hertsi, Operaattorinkatu 4"
            },
            "description": {
                "fi": "Halli, Operaattorinkatu 4. Hinnat:\nEnsimmäiset kaksi tuntia ilmaiseksi, jonka jälkeen € 2,00/h\nLiityntäpysäköinti P1-P2: € 1,00/12h\n12. tunnin jälkeen: € 2,00 /h\nAukioloajat\nMaanantai - Sunnuntai: 05:00 - 23:59",
                "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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67674/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67678",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:länsisatama",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsisatama",
                        "sv": "Västra Hamnen"
                    }
                },
                {
                    "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": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:23.417463Z",
            "last_modified_time": "2024-03-26T06:10:07.418120Z",
            "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.91654,
                    60.15205
                ]
            },
            "street_address": {
                "fi": "Tyynenmerenkatu 25",
                "sv": "Stillahavsgatan 25",
                "en": "Tyynenmerenkatu 25"
            },
            "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/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Länsiterminaali matkailuajoneuvot, Tyynenmerenkatu 25",
                "sv": "Aimo Park, Länsiterminaali matkailuajoneuvot, Tyynenmerenkatu 25",
                "en": "Aimo Park, Länsiterminaali matkailuajoneuvot, Tyynenmerenkatu 25"
            },
            "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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67678/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67677",
            "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:23.286520Z",
            "last_modified_time": "2024-03-26T06:10:07.383597Z",
            "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.914938,
                    60.151752
                ]
            },
            "street_address": {
                "fi": "Valtamerilaituri 3",
                "sv": "Oceankajen 3",
                "en": "Valtamerilaituri 3"
            },
            "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/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Länsiterminaali matkailuajoneuvot, Valtamerilaituri 3",
                "sv": "Aimo Park, Länsiterminaali matkailuajoneuvot, Valtamerilaituri 3",
                "en": "Aimo, Park, Länsisatama matkailuajoneuvo, Valtamerilaituri 3"
            },
            "description": {
                "fi": "Ulkoalue.\nKatso 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.\nSe ö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.\nFor 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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67677/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67675",
            "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:23.015175Z",
            "last_modified_time": "2024-03-26T06:10:07.314373Z",
            "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.921886,
                    60.158142
                ]
            },
            "street_address": {
                "fi": "Tyynenmerenkatu 6-8",
                "sv": "Stillahavsgatan 6-8",
                "en": "Tyynenmerenkatu 6-8"
            },
            "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/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Länsiterminaali T1",
                "sv": "Aimo Park, Länsiterminaali T1",
                "en": "Aimo Park, Länsiterminaali T1"
            },
            "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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67675/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67676",
            "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:23.148816Z",
            "last_modified_time": "2024-03-26T06:10:07.346082Z",
            "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.915642,
                    60.150024
                ]
            },
            "street_address": {
                "fi": "Tyynenmerenkatu 14",
                "sv": "Stillahavsgatan 14",
                "en": "Tyynenmerenkatu 14"
            },
            "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/"
            },
            "telephone": null,
            "name": {
                "fi": "Aimo Park, Länsiterminaali T2",
                "sv": "Aimo Park, Länsiterminaali T2",
                "en": "Aimo Park, Länsiterminaali T2"
            },
            "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."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67676/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}