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

{
    "meta": {
        "count": 151656,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=28&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=26&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:67700",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pikku_huopalahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pikku Huopalahti",
                        "sv": "Lillhoplax"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruskeasuo",
                        "sv": "Brunakärr"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:29.360223Z",
            "last_modified_time": "2024-03-26T06:10:08.116303Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00300",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.900614,
                    60.19864
                ]
            },
            "name": {
                "fi": "Aimo Park, Tilkka, Halli",
                "sv": "Aimo Park, Tilkka, Halli",
                "en": "Aimo Park, Tilkka, Halli"
            },
            "telephone": null,
            "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."
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/tilkka/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/tilkka/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/tilkka/"
            },
            "street_address": {
                "fi": "Sanitäärinkatu 1",
                "sv": "Sanitärgatan 1",
                "en": "Sanitäärinkatu 1"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67700/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67701",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pikku_huopalahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pikku Huopalahti",
                        "sv": "Lillhoplax"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruskeasuo",
                        "sv": "Brunakärr"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:29.501685Z",
            "last_modified_time": "2024-03-26T06:10:08.148013Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00300",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.899275,
                    60.199562
                ]
            },
            "name": {
                "fi": "Aimo Park, Tilkka, Ulkoalue",
                "sv": "Aimo Park, Tilkka, Ulkoalue",
                "en": "Aimo Park, Tilkka, Ulkoalue"
            },
            "telephone": null,
            "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."
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/tilkka/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/tilkka/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/tilkka/"
            },
            "street_address": {
                "fi": "Sanitäärinkatu 5",
                "sv": "Sanitärgatan 5",
                "en": "Sanitäärinkatu 5"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67701/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67703",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pitäjänmäen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäen yritysalue",
                        "sv": "Sockenbacka företagsområde"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:29.785717Z",
            "last_modified_time": "2024-03-26T06:10:08.213507Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00380",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.87912,
                    60.220257
                ]
            },
            "name": {
                "fi": "Aimo Park, Valimo 21, Halli",
                "sv": "Aimo Park, Valimo 21, Halli",
                "en": "Aimo Park, Valimo 21, Halli"
            },
            "telephone": null,
            "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."
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/valimo-21/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/valimo-21/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/valimo-21/"
            },
            "street_address": {
                "fi": "Valimotie 21",
                "sv": "Gjuterivägen 21",
                "en": "Valimotie 21"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67703/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67704",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pitäjänmäen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäen yritysalue",
                        "sv": "Sockenbacka företagsområde"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:29.918954Z",
            "last_modified_time": "2024-03-26T06:10:08.248935Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00380",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.87912,
                    60.220257
                ]
            },
            "name": {
                "fi": "Aimo Park, Valimo 21, Ulkoalue",
                "sv": "Aimo Park, Valimo 21, Ulkoalue",
                "en": "Aimo Park, Valimo 21, Ulkoalue"
            },
            "telephone": null,
            "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."
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/valimo-21/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/valimo-21/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/valimo-21/"
            },
            "street_address": {
                "fi": "Valimotie 21",
                "sv": "Gjuterivägen 21",
                "en": "Valimotie 21"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67704/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67705",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pitäjänmäen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäen yritysalue",
                        "sv": "Sockenbacka företagsområde"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:30.062152Z",
            "last_modified_time": "2024-03-26T06:10:08.280176Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00380",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.87788,
                    60.219025
                ]
            },
            "name": {
                "fi": "Aimo Park, Valimotie 12",
                "sv": "Aimo Park, Valimotie 12",
                "en": "Aimo Park, Valimotie 12"
            },
            "telephone": null,
            "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."
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/valimotie-12/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/valimotie-12/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/valimotie-12/"
            },
            "street_address": {
                "fi": "Valimotie 12",
                "sv": "Gjuterivägen 12",
                "en": "Valimotie 12"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67705/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67706",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pitäjänmäen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäen yritysalue",
                        "sv": "Sockenbacka företagsområde"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:30.495343Z",
            "last_modified_time": "2024-03-26T06:10:08.311263Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00380",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.876085,
                    60.218872
                ]
            },
            "name": {
                "fi": "Aimo Park, Valimotie 12, Hiomotien sisäänkäynti",
                "sv": "Aimo Park, Valimotie 12, Hiomotien sisäänkäynti",
                "en": "Aimo Park, Valimotie 12, Hiomotien sisäänkäynti"
            },
            "telephone": null,
            "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."
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/valimotie-12/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/valimotie-12/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/valimotie-12/"
            },
            "street_address": {
                "fi": "Hiomotie 5",
                "sv": "Sliperivägen 5",
                "en": "Hiomotie 5"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67706/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67702",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pitäjänmäen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäen yritysalue",
                        "sv": "Sockenbacka företagsområde"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:29.648665Z",
            "last_modified_time": "2024-03-26T06:10:08.181117Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00380",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.878588,
                    60.22066
                ]
            },
            "name": {
                "fi": "Aimo Park, Valimotie 23",
                "sv": "Aimo Park, Valimotie 23",
                "en": "Aimo Park, Valimotie 23"
            },
            "telephone": null,
            "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."
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/"
            },
            "street_address": {
                "fi": "Valimotie 23",
                "sv": "Gjuterivägen 23",
                "en": "Valimotie 23"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67702/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67707",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:30.882702Z",
            "last_modified_time": "2024-03-26T06:10:08.344162Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00510",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.949963,
                    60.19457
                ]
            },
            "name": {
                "fi": "Aimo Park, Vallila",
                "sv": "Aimo Park, Vallila",
                "en": "Aimo Park, Vallila"
            },
            "telephone": null,
            "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."
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/vallila/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/vallila/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/vallila/"
            },
            "street_address": {
                "fi": "Elimäenkatu 15",
                "sv": "Elimägatan 15",
                "en": "Elimäenkatu 15"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67707/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67710",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:31.699059Z",
            "last_modified_time": "2024-03-26T06:10:08.445343Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.01429,
                    60.227737
                ]
            },
            "name": {
                "fi": "Aimo Park, Viikin kampus, Kanslerinkaari 4",
                "sv": "Aimo Park, Viikin kampus, Kanslerinkaari 4",
                "en": "Aimo Park, Viikin kampus, Kanslerinkaari 4"
            },
            "telephone": null,
            "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."
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/"
            },
            "street_address": {
                "fi": "Kanslerinkaari 4",
                "sv": "Kanslersbågen 4",
                "en": "Kanslerinkaari 4"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67710/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67713",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:32.129625Z",
            "last_modified_time": "2024-03-26T06:10:08.543033Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.018143,
                    60.224052
                ]
            },
            "name": {
                "fi": "Aimo Park, Viikin kampus, Koetilantie 2",
                "sv": "Aimo Park, Viikin kampus, Koetilantie 2",
                "en": "Aimo Park, Viikin kampus, Koetilantie 2"
            },
            "telephone": null,
            "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."
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/"
            },
            "street_address": {
                "fi": "Koetilantie 2",
                "sv": "Försöksgårdsvägen 2",
                "en": "Koetilantie 2"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67713/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67711",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:31.837170Z",
            "last_modified_time": "2024-03-26T06:10:08.479062Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.015776,
                    60.22886
                ]
            },
            "name": {
                "fi": "Aimo Park, Viikin kampus, Latokartanonkaari 5-7",
                "sv": "Aimo Park, Viikin kampus, Latokartanonkaari 5-7",
                "en": "Aimo Park, Viikin kampus, Latokartanonkaari 5-7"
            },
            "telephone": null,
            "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."
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/"
            },
            "street_address": {
                "fi": "Latokartanonkaari 5-7",
                "sv": "Ladugårdsbågen 5-7",
                "en": "Latokartanonkaari 5-7"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67711/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67712",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:31.972715Z",
            "last_modified_time": "2024-03-26T06:10:08.511561Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.023022,
                    60.23
                ]
            },
            "name": {
                "fi": "Aimo Park, Viikin kampus, Mustialankatu 2",
                "sv": "Aimo Park, Viikin kampus, Mustialankatu 2",
                "en": "Aimo Park, Viikin kampus, Mustialankatu 2"
            },
            "telephone": null,
            "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."
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/"
            },
            "street_address": {
                "fi": "Mustialankatu 2",
                "sv": "Mustialagatan 2",
                "en": "Mustialankatu 2"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67712/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67708",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:31.426893Z",
            "last_modified_time": "2024-03-26T06:10:08.377997Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.015427,
                    60.22655
                ]
            },
            "name": {
                "fi": "Aimo Park, Viikin kampus, Viikinkaari 7",
                "sv": "Aimo Park, Viikin kampus, Viikinkaari 7",
                "en": "Aimo Park, Viikin kampus, Viikinkaari 7"
            },
            "telephone": null,
            "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."
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/"
            },
            "street_address": {
                "fi": "Viikinkaari 7",
                "sv": "Viksbågen 7",
                "en": "Viikinkaari 7"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67708/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67709",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:viikin_tiedepuisto",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikin tiedepuisto",
                        "sv": "Viks forskarpark"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:31.561193Z",
            "last_modified_time": "2024-03-26T06:10:08.409771Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.012295,
                    60.22701
                ]
            },
            "name": {
                "fi": "Aimo Park, Viikin kampus, Viikinkaari 8",
                "sv": "Aimo Park, Viikin kampus, Viikinkaari 8",
                "en": "Aimo Park, Viikin kampus, Viikinkaari 8"
            },
            "telephone": null,
            "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."
            },
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/"
            },
            "street_address": {
                "fi": "Viikinkaari 8",
                "sv": "Viksbågen 8",
                "en": "Viikinkaari 8"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67709/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:41385",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pohjois-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pohjois-Haaga",
                        "sv": "Norra Haga"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                }
            ],
            "created_time": "2023-08-15T10:16:31.368641Z",
            "last_modified_time": "2024-02-06T13:13:41.651441Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00400",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.889194,
                    60.22501
                ]
            },
            "name": {
                "fi": "Aino Acktén kenttä / Hiekkakenttä",
                "sv": "Aino Acktés plan / Bollplan",
                "en": "Aino Ackté sports field / Sand field"
            },
            "telephone": {
                "fi": "+358 9 310 87503"
            },
            "description": {
                "fi": "Hiekkakenttä, laji: jalkapallo. Ei valvontaa",
                "sv": "Bollplan, grenar: fotboll. Ingen bevakning",
                "en": "Sand field, sport events: football. No supervision"
            },
            "info_url": null,
            "street_address": {
                "fi": "Aino Acktén tie 16",
                "sv": "Aino Acktés väg 16",
                "en": "Aino Acktén tie 16"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:41385/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:40419",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pohjois-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pohjois-Haaga",
                        "sv": "Norra Haga"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                }
            ],
            "created_time": "2023-08-15T10:14:14.963675Z",
            "last_modified_time": "2024-02-06T13:13:18.629804Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00400",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.890171,
                    60.22443
                ]
            },
            "name": {
                "fi": "Aino Acktén kenttä / Lentopallokenttä",
                "sv": "Aino Acktés plan / Volleybollplan",
                "en": "Aino Acté sports field / Volleyball court"
            },
            "telephone": {
                "fi": "+358 9 310 87933"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.hel.fi/helsinki/fi/kulttuuri-ja-vapaa-aika/liikunta/ulkoliikuntapaikat/liikuntapuistot-kentat-ja-lahiliikuntapaikat/",
                "sv": "https://www.hel.fi/helsinki/fi/kulttuuri-ja-vapaa-aika/liikunta/ulkoliikuntapaikat/liikuntapuistot-kentat-ja-lahiliikuntapaikat/",
                "en": "https://www.hel.fi/helsinki/fi/kulttuuri-ja-vapaa-aika/liikunta/ulkoliikuntapaikat/liikuntapuistot-kentat-ja-lahiliikuntapaikat/"
            },
            "street_address": {
                "fi": "Aino Acktén tie 16",
                "sv": "Aino Acktés väg 16",
                "en": "Aino Acktén tie 16"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:40419/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:39999",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pohjois-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pohjois-Haaga",
                        "sv": "Norra Haga"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                }
            ],
            "created_time": "2023-08-15T10:13:23.974725Z",
            "last_modified_time": "2025-08-27T15:09:46.505988Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00400",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.88923,
                    60.22501
                ]
            },
            "name": {
                "fi": "Aino Acktén kenttä / Luistelukenttä",
                "sv": "Aino Acktés plan / Skridskobana",
                "en": "Aino Ackté sports field / Skating rink"
            },
            "telephone": {
                "fi": "+358 9 310 87503"
            },
            "description": {
                "fi": "Luistelukenttien luistelukausi on riippuvainen sääolosuhteista. Ajantasaisen tiedon jäiden kunnosta pääset katsomaan ulkoliikunta.fi -kartalta. Palvelut: Valaistus, kentällä ei ole valvontaa.",
                "sv": "Skridskobana spolas då vädret har varit kallt tillräckligt länge. Du kan följa med i vilket skick naturisplanerna är via Utemotionskarta. Tjänster: Belysning, ingen bevakning.",
                "en": "Skating rink is flooded and frozen as weather permits. The state of the skating rinks can be monitored through Outdoor exercise map. Services: Lighting, no supervision."
            },
            "info_url": null,
            "street_address": {
                "fi": "Aino Acktén tie 16",
                "sv": "Aino Acktés väg 16",
                "en": "Aino Acktén tie 16"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:39999/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:10989",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pohjois-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pohjois-Haaga",
                        "sv": "Norra Haga"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                }
            ],
            "created_time": "2023-08-15T08:13:41.774000Z",
            "last_modified_time": "2024-02-09T14:09:33.857259Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00400",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.887253,
                    60.225174
                ]
            },
            "name": {
                "fi": "Aino Acktén puiston koira-aitaus",
                "sv": "Aino Acktés park , hundpark",
                "en": "Aino Acktén puisto, dog park"
            },
            "telephone": {
                "fi": "+358 9 310 22111"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.hel.fi/fi/kaupunkiymparisto-ja-liikenne/ympariston-ja-luonnon-suojelu/elaimet/lemmikit-ja-kotielaimet#palveluja-koirille",
                "sv": "https://www.hel.fi/sv/stadsmiljo-och-trafik/miljo-och-naturskydd/djur/sallskapsdjur-och-husdjur#tjanster-for-hundar",
                "en": "https://www.hel.fi/en/urban-environment-and-traffic/protection-of-the-environment-and-nature/animals/pets-and-domestic-animals#services-for-dogs"
            },
            "street_address": {
                "fi": "Ohjaajantie 32",
                "sv": "Regissörsvägen 32"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:10989/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:41100",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pohjois-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pohjois-Haaga",
                        "sv": "Norra Haga"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                }
            ],
            "created_time": "2023-08-15T10:15:48.694501Z",
            "last_modified_time": "2025-03-01T06:09:55.651386Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00400",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.885695,
                    60.225807
                ]
            },
            "name": {
                "fi": "Aino Acktén puisto / Skeittipaikka",
                "sv": "Aino Acktés parken / Plats för skejtning"
            },
            "telephone": {
                "fi": "+358 9 310 1691"
            },
            "description": {
                "fi": "Skeittipaikan välineistö uusittu betonisiin tehdasvalmisteisiin skeittivälineisiin 2004, asfalttipohja. Lähiympäristö puistomainen, kauempana metsää. Obstaakkelit / skeittausrakenteet:\n- Lemminkäisen valmisvälineet:\nminiramppi, ditsi ja kaari\n- Rhinon valmisväline: funboxi, jossa\nkeskellä ledge\n- Graniittiset kurbit x 4"
            },
            "info_url": {
                "fi": "https://www.hel.fi/fi/paatoksenteko-ja-hallinto/kaupungin-organisaatio/toimialat/kaupunkiympariston-toimiala",
                "sv": "https://www.hel.fi/fi/paatoksenteko-ja-hallinto/kaupungin-organisaatio/toimialat/kaupunkiympariston-toimiala",
                "en": "https://www.hel.fi/fi/paatoksenteko-ja-hallinto/kaupungin-organisaatio/toimialat/kaupunkiympariston-toimiala"
            },
            "street_address": {
                "fi": "Ohjaajantie 18",
                "sv": "Regissörsvägen 18",
                "en": "Ohjaajantie 18"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:41100/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60040",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pohjois-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pohjois-Haaga",
                        "sv": "Norra Haga"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                }
            ],
            "created_time": "2023-08-15T15:13:12.466505Z",
            "last_modified_time": "2024-02-06T13:16:59.909115Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00400",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.888903,
                    60.22423
                ]
            },
            "name": {
                "fi": "Aino Ackten puisto, viljelypalstat"
            },
            "telephone": {
                "fi": "+358 9 310 22111"
            },
            "description": null,
            "info_url": {
                "fi": "https://hyotykasviyhdistys.fi/palstat/palsta-alueet/",
                "sv": "https://hyotykasviyhdistys.fi/palstat/palsta-alueet/",
                "en": "https://hyotykasviyhdistys.fi/palstat/palsta-alueet/"
            },
            "street_address": {
                "fi": "Aino Acktén tie 16",
                "sv": "Aino Acktés väg 16",
                "en": "Aino Acktén tie 16"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60040/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}