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

{
    "meta": {
        "count": 152276,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=219&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=217&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:67610",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pasila",
                        "sv": "Böle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pasila",
                        "sv": "Östra Böle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pasila",
                        "sv": "Böle"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:07.158473Z",
            "last_modified_time": "2024-03-22T06:10:17.084121Z",
            "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.935991,
                    60.203594
                ]
            },
            "street_address": {
                "fi": "Ratapihantie 17",
                "sv": "Bangårdsvägen 17",
                "en": "Ratapihantie 17"
            },
            "telephone": null,
            "description": {
                "fi": "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": "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": "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."
            },
            "info_url": {
                "fi": "https://www.europark.fi/",
                "sv": "https://www.europark.fi/",
                "en": "https://www.europark.fi/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "EuroPark, P-Messukeskus",
                "sv": "EuroPark, P-Messukeskus",
                "en": "EuroPark, P-Messukeskus"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67610/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67611",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pasila",
                        "sv": "Böle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pasila",
                        "sv": "Östra Böle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pasila",
                        "sv": "Böle"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:07.291683Z",
            "last_modified_time": "2024-03-22T06:10:17.119833Z",
            "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.935991,
                    60.203594
                ]
            },
            "street_address": {
                "fi": "Ratamestarinkatu 14",
                "sv": "Banmästargatan 14",
                "en": "Ratamestarinkatu 14"
            },
            "telephone": null,
            "description": {
                "fi": "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": "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": "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."
            },
            "info_url": {
                "fi": "https://www.europark.fi/",
                "sv": "https://www.europark.fi/",
                "en": "https://www.europark.fi/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "EuroPark, P-Messukeskus Siipi",
                "sv": "EuroPark, P-Messukeskus Siipi",
                "en": "EuroPark, P-Messukeskus Siipi"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67611/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67629",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:niinisaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Niinisaari",
                        "sv": "Bastö"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:11.879778Z",
            "last_modified_time": "2024-03-26T06:10:06.219885Z",
            "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.175306,
                    60.222282
                ]
            },
            "street_address": {
                "fi": "Komentosilta 1",
                "sv": "Kommandobryggan 1",
                "en": "Komentosilta 1"
            },
            "telephone": null,
            "description": {
                "fi": "Kattamaton pysäköintialue. 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": "Otäckt parkering. 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": "Uncovered 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."
            },
            "info_url": {
                "fi": "https://www.europark.fi/pysakointi/p-porttikeskus-p6/",
                "sv": "https://www.europark.fi/pysakointi/p-porttikeskus-p6/",
                "en": "https://www.europark.fi/en/parking/p-porttikeskus-p6/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "EuroPark, P-Porttikeskus P7",
                "sv": "EuroPark, P-Porttikeskus P7",
                "en": "EuroPark, P-Porttikeskus P7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67629/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67630",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:niinisaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Niinisaari",
                        "sv": "Bastö"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:12.015530Z",
            "last_modified_time": "2024-03-22T06:10:17.783191Z",
            "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.175356,
                    60.22171
                ]
            },
            "street_address": {
                "fi": "Provianttikatu 5",
                "sv": "Proviantgatan 5",
                "en": "Provianttikatu 5"
            },
            "telephone": null,
            "description": {
                "fi": "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": "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": "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."
            },
            "info_url": {
                "fi": "https://www.europark.fi/pysakointi/p-porttikeskus-p8/",
                "sv": "https://www.europark.fi/pysakointi/p-porttikeskus-p8/",
                "en": "https://www.europark.fi/en/parking/p-porttikeskus-p8/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "EuroPark, P-Porttikeskus P8",
                "sv": "EuroPark, P-Porttikeskus P8",
                "en": "EuroPark, P-Porttikeskus P8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67630/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67631",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri: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"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:12.171201Z",
            "last_modified_time": "2024-03-26T06:10:06.252722Z",
            "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.938955,
                    60.171593
                ]
            },
            "street_address": {
                "fi": "Elielinaukio 1",
                "sv": "Elielplatsen 1",
                "en": "Elielinaukio 1"
            },
            "telephone": null,
            "description": {
                "fi": "Kattamaton pysäköintialue. 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": "Otäckt parkering. 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": "Uncovered 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."
            },
            "info_url": {
                "fi": "https://www.europark.fi/pysakointi/p-posti/",
                "sv": "https://www.europark.fi/pysakointi/p-posti/",
                "en": "https://www.europark.fi/en/parking/p-posti/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "EuroPark, P-Posti",
                "sv": "EuroPark, P-Posti",
                "en": "EuroPark, P-Posti"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67631/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67612",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kampinmalmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kampinmalmi",
                        "sv": "Kampmalmen"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue: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"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:07.431449Z",
            "last_modified_time": "2024-03-22T06:10:17.154398Z",
            "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.934034,
                    60.170727
                ]
            },
            "street_address": {
                "fi": "Olavinkatu 1",
                "sv": "Olofsgatan 1",
                "en": "Olavinkatu 1"
            },
            "telephone": null,
            "description": {
                "fi": "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": "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": "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."
            },
            "info_url": {
                "fi": "https://www.europark.fi/",
                "sv": "https://www.europark.fi/",
                "en": "https://www.europark.fi/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "EuroPark, P-Presidentti",
                "sv": "EuroPark, P-Presidentti",
                "en": "EuroPark, P-Presidentti"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67612/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67614",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kampinmalmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kampinmalmi",
                        "sv": "Kampmalmen"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ruoholahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruoholahti",
                        "sv": "Gräsviken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:länsisatama",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsisatama",
                        "sv": "Västra Hamnen"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:08.005387Z",
            "last_modified_time": "2024-03-22T06:10:17.220950Z",
            "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.908127,
                    60.16368
                ]
            },
            "street_address": {
                "fi": "Länsisatamankatu 2",
                "sv": "Västrahamnsgatan 2",
                "en": "Länsisatamankatu 2"
            },
            "telephone": null,
            "description": {
                "fi": "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": "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": "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."
            },
            "info_url": {
                "fi": "https://www.europark.fi/",
                "sv": "https://www.europark.fi/",
                "en": "https://www.europark.fi/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "EuroPark, P-Ruoholahti, Länsisatamankatu 2",
                "sv": "EuroPark, P-Ruoholahti, Länsisatamankatu 2",
                "en": "EuroPark, P-Ruoholahti, Länsisatamankatu 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67614/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67613",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kampinmalmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kampinmalmi",
                        "sv": "Kampmalmen"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ruoholahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruoholahti",
                        "sv": "Gräsviken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:länsisatama",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsisatama",
                        "sv": "Västra Hamnen"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:07.570779Z",
            "last_modified_time": "2024-03-22T06:10:17.187753Z",
            "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.911594,
                    60.164124
                ]
            },
            "street_address": {
                "fi": "Porkkalankatu 20",
                "sv": "Porkalagatan 20",
                "en": "Porkkalankatu 20"
            },
            "telephone": null,
            "description": {
                "fi": "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": "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": "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."
            },
            "info_url": {
                "fi": "https://www.europark.fi/",
                "sv": "https://www.europark.fi/",
                "en": "https://www.europark.fi/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "EuroPark, P-Ruoholahti, Porkkalankatu 20",
                "sv": "EuroPark, P-Ruoholahti, Porkkalankatu 20",
                "en": "EuroPark, P-Ruoholahti, Porkkalankatu 20"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67613/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67615",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kampinmalmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kampinmalmi",
                        "sv": "Kampmalmen"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ruoholahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruoholahti",
                        "sv": "Gräsviken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:länsisatama",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsisatama",
                        "sv": "Västra Hamnen"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:08.387908Z",
            "last_modified_time": "2024-03-22T06:10:17.255416Z",
            "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.912558,
                    60.165134
                ]
            },
            "street_address": {
                "fi": "Salmisaarenkatu 9",
                "sv": "Sundholmsgatan 9",
                "en": "Salmisaarenkatu 9"
            },
            "telephone": null,
            "description": {
                "fi": "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": "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": "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."
            },
            "info_url": {
                "fi": "https://www.europark.fi/",
                "sv": "https://www.europark.fi/",
                "en": "https://www.europark.fi/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "EuroPark, P-Ruoholahti, Salmisaarenkatu 9",
                "sv": "EuroPark, P-Ruoholahti, Salmisaarenkatu 9",
                "en": "EuroPark, P-Ruoholahti, Salmisaarenkatu 9"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67615/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67632",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vironniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vironniemi",
                        "sv": "Estnäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:katajanokka",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Katajanokka",
                        "sv": "Skatudden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:katajanokka",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Katajanokka",
                        "sv": "Skatudden"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:12.590867Z",
            "last_modified_time": "2024-03-26T06:10:06.283800Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00160",
            "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.964346,
                    60.165916
                ]
            },
            "street_address": {
                "fi": "Katajanokanlaituri 7",
                "sv": "Skatuddskajen 7",
                "en": "Katajanokanlaituri 7"
            },
            "telephone": null,
            "description": {
                "fi": "Kattamaton pysäköintialue. 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": "Otäckt parkering. 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": "Uncovered 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."
            },
            "info_url": {
                "fi": "https://www.europark.fi/pysakointi/p-scandic-grand-marina/",
                "sv": "https://www.europark.fi/pysakointi/p-scandic-grand-marina/",
                "en": "https://www.europark.fi/en/parking/p-scandic-grand-marina/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "EuroPark, P-Scandic Grand Marina",
                "sv": "EuroPark, P-Scandic Grand Marina",
                "en": "EuroPark, P-Scandic Grand Marina"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67632/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67617",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kampinmalmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kampinmalmi",
                        "sv": "Kampmalmen"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue: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"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:09.243757Z",
            "last_modified_time": "2024-03-22T06:10:17.337314Z",
            "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.93594,
                    60.169365
                ]
            },
            "street_address": {
                "fi": "Simonkatu 7",
                "sv": "Simonsgatan 7",
                "en": "Simonkatu 7"
            },
            "telephone": null,
            "description": {
                "fi": "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": "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": "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."
            },
            "info_url": {
                "fi": "https://www.europark.fi/",
                "sv": "https://www.europark.fi/",
                "en": "https://www.europark.fi/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "EuroPark, P-Simonkenttä",
                "sv": "EuroPark, P-Simonkenttä",
                "en": "EuroPark, P-Simonkenttä"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67617/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67633",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vironniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vironniemi",
                        "sv": "Estnäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:katajanokka",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Katajanokka",
                        "sv": "Skatudden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:katajanokka",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Katajanokka",
                        "sv": "Skatudden"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:12.890530Z",
            "last_modified_time": "2024-03-26T06:10:06.314388Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00160",
            "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.96285,
                    60.167088
                ]
            },
            "street_address": {
                "fi": "Kanavakatu 1",
                "sv": "Kanalgatan 1",
                "en": "Kanavakatu 1"
            },
            "telephone": null,
            "description": {
                "fi": "Kattamaton pysäköintialue. 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": "Otäckt parkering. 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": "Uncovered 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."
            },
            "info_url": {
                "fi": "https://www.europark.fi/pysakointi/p-uspenski/",
                "sv": "https://www.europark.fi/pysakointi/p-uspenski/",
                "en": "https://www.europark.fi/en/parking/p-uspenski/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "EuroPark, P-Uspenski",
                "sv": "EuroPark, P-Uspenski",
                "en": "EuroPark, P-Uspenski"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67633/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67634",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pitäjänmäen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäen yritysalue",
                        "sv": "Sockenbacka företagsområde"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:13.487137Z",
            "last_modified_time": "2024-03-26T06:10:06.346114Z",
            "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.877798,
                    60.21862
                ]
            },
            "street_address": {
                "fi": "Valimotie 10",
                "sv": "Gjuterivägen 10",
                "en": "Valimotie 10"
            },
            "telephone": null,
            "description": {
                "fi": "Kattamaton pysäköintialue. 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": "Otäckt parkering. 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": "Uncovered 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."
            },
            "info_url": {
                "fi": "https://www.europark.fi/pysakointi/p-valimotie-10/",
                "sv": "https://www.europark.fi/pysakointi/p-valimotie-10/",
                "en": "https://www.europark.fi/en/parking/p-valimotie-10/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "EuroPark, P-Valimotie 10",
                "sv": "EuroPark, P-Valimotie 10",
                "en": "EuroPark, P-Valimotie 10"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67634/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67635",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pitäjänmäen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäen yritysalue",
                        "sv": "Sockenbacka företagsområde"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:13.656908Z",
            "last_modified_time": "2024-03-26T06:10:06.380618Z",
            "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.876694,
                    60.2209
                ]
            },
            "street_address": {
                "fi": "Valimotie 25-27",
                "sv": "Gjuterivägen 25-27",
                "en": "Valimotie 25-27"
            },
            "telephone": null,
            "description": {
                "fi": "Kattamaton pysäköintialue. 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": "Otäckt parkering. 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": "Uncovered 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."
            },
            "info_url": {
                "fi": "https://www.europark.fi/pysakointi/p-valimotie-25-27/",
                "sv": "https://www.europark.fi/pysakointi/p-valimotie-25-27/",
                "en": "https://www.europark.fi/en/parking/p-valimotie-25-27/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "EuroPark, P-Valimotie 25-27",
                "sv": "EuroPark, P-Valimotie 25-27",
                "en": "EuroPark, P-Valimotie 25-27"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67635/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67636",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri: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"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:13.787488Z",
            "last_modified_time": "2024-03-22T06:10:17.988282Z",
            "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.943514,
                    60.169598
                ]
            },
            "street_address": {
                "fi": "Keskuskatu 7",
                "sv": "Centralgatan 7",
                "en": "Keskuskatu 7"
            },
            "telephone": null,
            "description": {
                "fi": "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": "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": "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."
            },
            "info_url": {
                "fi": "https://www.europark.fi/pysakointi/p-wtc/",
                "sv": "https://www.europark.fi/pysakointi/p-wtc/",
                "en": "https://www.europark.fi/en/parking/p-wtc/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "EuroPark, P-WTC",
                "sv": "EuroPark, P-WTC",
                "en": "EuroPark, P-WTC"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67636/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:77030",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:utsjoki",
                    "municipality": null,
                    "name": {
                        "fi": "Utsjoki",
                        "sv": "Utsjoki"
                    }
                }
            ],
            "created_time": "2025-03-15T06:10:23.510658Z",
            "last_modified_time": "2025-04-18T05:10:07.274508Z",
            "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": [
                    26.010593,
                    69.40117
                ]
            },
            "street_address": {
                "fi": "-",
                "sv": "-",
                "en": "-"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "address_locality": null,
            "name": {
                "fi": "EuroVelo 11 - Itä-Euroopan reitti"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77030/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:75718",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kampinmalmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kampinmalmi",
                        "sv": "Kampmalmen"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etu-töölö",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Etu-Töölö",
                        "sv": "Främre Tölö"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:etu-töölö",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Etu-Töölö",
                        "sv": "Främre Tölö"
                    }
                }
            ],
            "created_time": "2024-08-06T05:11:17.500546Z",
            "last_modified_time": "2024-08-06T05:11:17.500573Z",
            "custom_data": null,
            "email": "eva@evainternationalartgallery.com",
            "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.929771,
                    60.170578
                ]
            },
            "street_address": {
                "fi": "Pohjoinen Rautatiekatu 17 B 18",
                "sv": "Norra Järnvägsgatan 17 B 18",
                "en": "Pohjoinen Rautatiekatu 17 B 18"
            },
            "telephone": null,
            "description": {
                "fi": "Eva International Art Gallery on Helsingin keskustassa sijaitseva nykytaidegalleria.",
                "sv": "Eva International Art Gallery är ett konstgalleri i Helsingfors centrum.",
                "en": "Eva International Art Gallery is a contemporary art gallery situated in Helsinki. The gallery organizes exhibitions in Helsinki as well as abroad in collaboration with other art galleries in Spain, Portugal, Brazil and Japan."
            },
            "info_url": {
                "fi": "https://evainternationalartgallery.com/",
                "sv": "https://evainternationalartgallery.com/",
                "en": "https://evainternationalartgallery.com/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Eva International Art Gallery",
                "sv": "Eva International Art Gallery",
                "en": "Eva International Art Gallery"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:75718/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:20328",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T08:15:50.590223Z",
            "last_modified_time": "2024-02-06T13:10:38.102550Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.821432,
                    60.21403
                ]
            },
            "street_address": {
                "fi": "Everstinkuja 6",
                "sv": "Överstegränden 6",
                "en": "Everstinkuja 6"
            },
            "telephone": {
                "fi": "+358 50 307 5677"
            },
            "description": {
                "fi": "Päiväkotimme sijaitsee kerrostalon alakerrassa rauhallisella ja puistomaisella Perkkaan asuinalueella. Leppävaaran palvelut ja kulkuyhteydet ovat lähellä. Lähiympäristössä sijaitsevat Perkkaan asukaspuisto ja Everstinkadun leikkipuisto, lähikoulun urheilukenttä ja metsät mahdollistavat monipuolisen liikunnan ja retkeilyn. Lisäksi lähistöllä sijaitsevat mm. kirjasto, lastenkappeli Arkki sekä Sello-sali, jossa järjestetään lasten kulttuuritapahtumia.\nTarjoamme päivähoitoa ensijaisesti lähialueen lapsiperheille. Tällä pyrimme tukemaan lapsen ystävyyssuhteiden jatkumista sekä säilyttämään pysyvyyttä lapsen siirtyessä päivähoidosta esikouluun ja alkuopetukseen. Päiväkotimme toiminta on vahvasti yhteisöllistä, ja pyrimme ottamaan huomioon erilaiset perheet ja perheiden tarpeet päivittäisessä toiminnassamme.\nVarhaiskasvatuspaikkaa haetaan suoraan päiväkodista.\nOstopalvelupäiväkodeissa on samat varhaiskasvatusmaksut kuin kunnallisissa varhaiskasvatusyksiköissä.",
                "sv": "Detta är ett finskspråkigt daghem.",
                "en": "This is a Finnish-language day care center."
            },
            "info_url": {
                "fi": "http://everstinkadunpaivakoti.net/",
                "sv": "http://everstinkadunpaivakoti.net/",
                "en": "http://everstinkadunpaivakoti.net/"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Everstinkadun päiväkoti",
                "sv": "Everstinkadun päiväkoti",
                "en": "Everstinkadun päiväkoti"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:20328/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:29464",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T09:13:21.487978Z",
            "last_modified_time": "2026-03-04T10:09:26.343041Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 8704,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.823902,
                    60.212177
                ]
            },
            "street_address": {
                "fi": "Everstinkatu 3",
                "sv": "Överstegatan 3",
                "en": "Everstinkatu 3"
            },
            "telephone": {
                "fi": "+358 9 8162 5100"
            },
            "description": {
                "fi": "Perkkaalla sijaitseva puistoalue, jossa on mm. leikkipaikka ja laaja nurmialue.",
                "sv": "Parkområde i Bergans med en lekplats och en stor gräsmatta.",
                "en": "A park area located in Perkkaa, which includes a playground and a large grass area."
            },
            "info_url": {
                "fi": "https://www.espoo.fi/fi/toimipisteet/everstinpuisto",
                "sv": "https://www.espoo.fi/sv/enheter/oversteparken",
                "en": "https://www.espoo.fi/en/units/everstinpuisto-park"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Everstinpuisto",
                "sv": "Översteparken",
                "en": "Everstinpuisto park"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:29464/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:35337",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T09:15:42.504181Z",
            "last_modified_time": "2025-03-14T13:09:45.275852Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 8855,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.823902,
                    60.212177
                ]
            },
            "street_address": {
                "fi": "Everstinkatu 3",
                "sv": "Överstegatan 3",
                "en": "Everstinkatu 3"
            },
            "telephone": {
                "fi": "+358 9 8162 5100"
            },
            "description": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Everstinpuiston leikkipaikka",
                "sv": "Översteparkens lekplats",
                "en": "Everstinpuisto playground"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:35337/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}