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

{
    "meta": {
        "count": 152280,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=288&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=286&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:41244",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T10:16:09.330917Z",
            "last_modified_time": "2025-07-24T12:09:53.767328Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 9377,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.034399,
                    60.208576
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Herttoniemen liikuntapuiston alueella sijaitseva hiekkakenttä, joka tarjoaa hyvät mahdollisuudet monenlaisten lajien harjoitteluun ja pelaamiseen. Liikuntapuisto sijaitsee noin 10 minuutin kävelymatkan päässä Siilitien metroasemalta. Hiekkakenttä on vapaassa käytössä niinä aikoina, kun täällä ei ole varattuja vuoroja. Kentältä löytyy jalkapallomaalit, jotka ovat käytössä myös vapaaharjoitteluaikoina. Tarkemmat tiedot ja aikataulut kentän varatuista vuoroista löydät \"katso varatut vuorot\"-linkin kautta. Kenttä on käytettävissä liikuntapuiston aukioloaikoina, ja nämä pääset tarkistamaan liikuntapuiston omalta sivulta \"Herttoniemen\" -linkistä. Saapuminen: Liikuntapuistosta löytyy pysäköintialue. Tämän lisäksi pääset saapumaan paikalle myös esimerkiksi julkisilla tai kaupunkipyörällä.",
                "sv": "Mitt i friidrottsområdet i Hertonäs idrottspark finns en sandplan där man bland annat kan spela fotboll.",
                "en": "In the middle of the athletics area in Herttoniemi sports park, there is a sand field where it is possible to play football, for example."
            },
            "info_url": null,
            "name": {
                "fi": "Herttoniemen liikuntapuisto / Hiekkakenttä 1",
                "sv": "Hertonäs idrottspark / Bollplan 1",
                "en": "Herttoniemi sports park / Sand field 1"
            },
            "telephone": {
                "fi": "+358 9 310 71538"
            },
            "street_address": {
                "fi": "Siilitie 12",
                "sv": "Igelkottsvägen 12",
                "en": "Siilitie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:41244/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:41961",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2025-09-23T05:09:42.963010Z",
            "last_modified_time": "2025-09-23T05:09:42.963022Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "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.03592,
                    60.208508
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://palvelukartta.hel.fi/unit/45633",
                "sv": "https://palvelukartta.hel.fi/unit/45633",
                "en": "https://palvelukartta.hel.fi/unit/45633"
            },
            "name": {
                "fi": "Herttoniemen liikuntapuisto / Huoltorakennus",
                "sv": "Hertonäs idrottspark / Servicebyggnad",
                "en": "Herttoniemi sports park / Service building"
            },
            "telephone": {
                "fi": "+358 9 310 71538"
            },
            "street_address": {
                "fi": "Siilitie 12",
                "sv": "Igelkottsvägen 12",
                "en": "Siilitie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:41961/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:40970",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T10:15:30.658186Z",
            "last_modified_time": "2025-08-28T07:09:52.622106Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "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.035206,
                    60.208057
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Luistelukenttien luistelukausi on riippuvainen sääolosuhteista. Ajantasaisen tiedon jäiden kunnosta pääset katsomaan ulkoliikunta.fi -kartalta."
            },
            "info_url": null,
            "name": {
                "fi": "Herttoniemen liikuntapuisto / Luistelukaukalo",
                "sv": "Hertonäs idrottspark / Rink (Skridskor)",
                "en": "Herttoniemi sports park / Skate rink"
            },
            "telephone": {
                "fi": "+358 9 310 71538"
            },
            "street_address": {
                "fi": "Siilitie 12",
                "sv": "Igelkottsvägen 12",
                "en": "Siilitie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:40970/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:41935",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T10:18:02.540261Z",
            "last_modified_time": "2025-08-27T15:09:51.940617Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "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.034452,
                    60.208576
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Luistelukenttien luistelukausi on riippuvainen sääolosuhteista. Ajantasaisen tiedon jäiden kunnosta pääset katsomaan ulkoliikunta.fi -kartalta.",
                "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.",
                "en": "Skating rink is flooded and frozen as weather permits. The state of the skating rinks can be monitored through Outdoor exercise map."
            },
            "info_url": null,
            "name": {
                "fi": "Herttoniemen liikuntapuisto / Luistelukenttä",
                "sv": "Hertonäs idrottspark / Skridskobana",
                "en": "Herttoniemi sports park / Skating rink"
            },
            "telephone": {
                "fi": "+358 9 310 71538"
            },
            "street_address": {
                "fi": "Siilitie 12",
                "sv": "Igelkottsvägen 12",
                "en": "Siilitie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:41935/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:54093",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T12:16:09.865127Z",
            "last_modified_time": "2024-02-06T13:15:38.528768Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 10007,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.033531,
                    60.20982
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Herttoniemen liikuntapuiston ympäristössä kulkee erimittaisia kuntoratoja. Luonnon siimeksessä kulkevat radat tarjoavat tasaisia suoria sekä vaihtelua tuovia nousuja ja laskuja.",
                "sv": "I omgivningen runt Hertonäs idrottspark finns olika långa motionsspår. Spåren mitt i naturen bjuder på jämna sträckor samt omväxlande upp- och nedgångar som ger variation.",
                "en": "Around Herttoniemi sports park are fitness tracks of varying lengths. The tracks, located in the heart of nature, offer steady straights and varied climbs and descents."
            },
            "info_url": null,
            "name": {
                "fi": "Herttoniemen liikuntapuiston kuntorata 1 km",
                "sv": "Hertonäs konditionsbana 1 km",
                "en": "Herttoniemi sports park / Jogging track 1 km"
            },
            "telephone": {
                "fi": "+358 9 310 87906"
            },
            "street_address": {
                "fi": "Siilitie 12",
                "sv": "Igelkottsvägen 12",
                "en": "Siilitie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:54093/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:54091",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T12:16:09.578083Z",
            "last_modified_time": "2024-02-06T13:15:38.441599Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 10005,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.033981,
                    60.209827
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Herttoniemen liikuntapuiston ympäristössä kulkee erimittaisia kuntoratoja. Luonnon siimeksessä kulkevat radat tarjoavat tasaisia suoria sekä vaihtelua tuovia nousuja ja laskuja.",
                "sv": "I omgivningen runt Hertonäs idrottspark finns olika långa motionsspår. Spåren mitt i naturen bjuder på jämna sträckor samt omväxlande upp- och nedgångar som ger variation.",
                "en": "Around Herttoniemi sports park, there are fitness tracks of varying lengths. The tracks, located in the heart of nature, offer steady straights and varied climbs and descents."
            },
            "info_url": null,
            "name": {
                "fi": "Herttoniemen liikuntapuiston kuntorata 2,2 km",
                "sv": "Hertonäs konditionsbana 2,2 km",
                "en": "Herttoniemi sports park / Jogging tracks 2,2 km"
            },
            "telephone": {
                "fi": "+358 9 310 87906"
            },
            "street_address": {
                "fi": "Siilitie 12",
                "sv": "Igelkottsvägen 12",
                "en": "Siilitie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:54091/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:54090",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T12:16:09.442733Z",
            "last_modified_time": "2025-04-27T05:09:43.354974Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 10004,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.03455,
                    60.213303
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Herttoniemen liikuntapuiston ympäristössä kulkee erimittaisia kuntoratoja. Luonnon siimeksessä kulkevat radat tarjoavat tasaisia suoria sekä vaihtelua tuovia nousuja ja laskuja.",
                "sv": "I omgivningen runt Hertonäs idrottspark finns olika långa motionsspår. Spåren mitt i naturen bjuder på jämna sträckor samt omväxlande upp- och nedgångar som ger variation.",
                "en": "Around Herttoniemi sports park, there are fitness tracks of varying lengths. The tracks, located in the heart of nature, offer steady straights and varied climbs and descents."
            },
            "info_url": null,
            "name": {
                "fi": "Herttoniemen liikuntapuiston kuntorata 3,2 km",
                "sv": "Hertonäs idrottspark konditionsbana 3,2 km",
                "en": "Herttoniemi sports park / Jogging track 3,2 km"
            },
            "telephone": {
                "fi": "+358 9 310 87906"
            },
            "street_address": {
                "fi": "Siilitie 12",
                "sv": "Igelkottsvägen 12",
                "en": "Siilitie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:54090/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:54092",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T12:16:09.714574Z",
            "last_modified_time": "2024-02-06T13:15:38.485784Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 10006,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.034296,
                    60.21302
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Herttoniemen liikuntapuiston ympäristössä kulkee erimittaisia kuntoratoja. Luonnon siimeksessä kulkevat radat tarjoavat tasaisia suoria sekä vaihtelua tuovia nousuja ja laskuja.",
                "sv": "I omgivningen runt Hertonäs idrottspark finns olika långa motionsspår. Spåren mitt i naturen bjuder på jämna sträckor samt omväxlande upp- och nedgångar som ger variation.",
                "en": "Around Herttoniemi sports park, there are fitness tracks of varying lengths. The tracks, located in the heart of nature, offer steady straights and varied climbs and descents."
            },
            "info_url": null,
            "name": {
                "fi": "Herttoniemen liikuntapuiston kuntorata 4,9 km",
                "sv": "Hertonäs idrottspark konditionsbana 4,9 km",
                "en": "Herttoniemi sports park / Jogging tracks 4,9 km"
            },
            "telephone": {
                "fi": "+358 9 310 87906"
            },
            "street_address": {
                "fi": "Siilitie 12",
                "sv": "Igelkottsvägen 12",
                "en": "Siilitie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:54092/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:54005",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T12:15:26.590751Z",
            "last_modified_time": "2025-01-09T06:09:59.765372Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "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.03308,
                    60.209812
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Herttoniemen liikuntapuiston latu 1,7 km",
                "sv": "Hertonäs idrottspark skidspår 1,7 km",
                "en": "Herttoniemi sports park / Skiing tracks 1,8 km"
            },
            "telephone": null,
            "street_address": {
                "fi": "Siilitie 12",
                "sv": "Igelkottsvägen 12",
                "en": "Siilitie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:54005/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:54010",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T12:15:30.337746Z",
            "last_modified_time": "2024-02-06T13:15:35.681480Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "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.032629,
                    60.20981
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Herttoniemen liikuntapuiston latu 1 km",
                "sv": "Hertonäs idrottspark skidspår 1 km",
                "en": "Herttoniemi sports park / Skiing tracks 1 km"
            },
            "telephone": null,
            "street_address": {
                "fi": "Siilitie 12",
                "sv": "Igelkottsvägen 12",
                "en": "Siilitie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:54010/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:54007",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T12:15:29.916455Z",
            "last_modified_time": "2024-02-06T13:15:35.564997Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "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.034098,
                    60.213295
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Herttoniemen liikuntapuiston latu 3,2 km",
                "sv": "Hertonäs idrottspark skidpår 3,2 km",
                "en": "Herttoniemi sports park / Skiing tracks 3,2 km"
            },
            "telephone": null,
            "street_address": {
                "fi": "Siilitie 12",
                "sv": "Igelkottsvägen 12",
                "en": "Siilitie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:54007/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:54004",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T12:15:25.913742Z",
            "last_modified_time": "2024-02-06T13:15:35.473441Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "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.033844,
                    60.213013
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Herttoniemen liikuntapuiston latu 4,9 km",
                "sv": "Hertonäs idrottspark skidspår 4,9 km",
                "en": "Herttoniemi sports park / Skiing tracks 4,9 km"
            },
            "telephone": null,
            "street_address": {
                "fi": "Siilitie 12",
                "sv": "Igelkottsvägen 12",
                "en": "Siilitie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:54004/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:75578",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2024-07-18T05:09:57.067413Z",
            "last_modified_time": "2026-02-27T13:10:01.537507Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 1495001,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.035429,
                    60.20825
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Herttoniemen liikuntapuistossa sijaitsee 4 hiekkatekonurmipintaista tenniskenttää. Kentälle 1 voit varata maksullisia pelivuoroja varaamosta (varaamo.hel.fi). Jos kentällä on tyhjää voi siellä pelata myös maksutta ilman varausta. Peliaika maksimissaan yksi tunti ja vapauta kenttä sen jälkeen seuraaville pelaajille. Kentältä löydät lyöntiseinän sekä maalaukset kaksin- ja nelinpeliin. Saapuminen: Liikuntapuistosta löytyy pysäköintialue. Tämän lisäksi pääset saapumaan paikalle myös esimerkiksi julkisilla tai kaupunkipyörällä.",
                "sv": "Hertonäs idrottspark har 4 tennisbanor med konstgräs med sand. På bana 1 kan man boka avgiftsbelagda spelturer via Varaamo. Om banan är tom kan man spela där även avgiftsfritt och utan bokning. Speltiden är högst en timme, lämna sedan över banan till följande spelarna. Banan har en slagvägg och markeringar för singel- och dubbelspel. Ankomst: Idrottsparken har en parkeringsplats. Dessutom kan man komma dit till exempel med kollektivtrafiken eller en stadscykel.",
                "en": "Herttoniemi sports park features 4 tennis courts with a sand-filled artificial turf. You can reserve slots for court 1 for a fee via Varaamo. If the court is empty, it can also be used free of charge without a reservation. The maximum playing time is one hour, then pass turn to the next players. The court features a rebound wall and lines for singles and doubles matches. How to get there: The sports park has a parking area. You can also access the park by public transport or a city bike, for example."
            },
            "info_url": null,
            "name": {
                "fi": "Herttoniemen liikuntapuisto / Tenniskenttä 1",
                "sv": "Hertonäs idrottspark / Tennisplan 1",
                "en": "Herttoniemi sports park / Tennis court 1"
            },
            "telephone": {
                "fi": "+358 9 310 71538"
            },
            "street_address": {
                "fi": "Siilitie 12",
                "sv": "Igelkottsvägen 12",
                "en": "Siilitie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:75578/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:75582",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2024-07-18T05:09:57.193543Z",
            "last_modified_time": "2026-02-27T13:10:01.620880Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 1495001,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.035236,
                    60.20815
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Herttoniemen liikuntapuistossa sijaitsee 4 hiekkatekonurmipintaista tenniskenttää. Kentälle 2 voit varata maksullisia pelivuoroja varaamosta (varaamo.hel.fi). Jos kentällä on tyhjää voi siellä pelata myös maksutta ilman varausta. Peliaika maksimissaan yksi tunti ja vapauta kenttä sen jälkeen seuraaville pelaajille. Kentältä löydät lyöntiseinän sekä maalaukset kaksin- ja nelinpeliin. Saapuminen: Liikuntapuistosta löytyy pysäköintialue. Tämän lisäksi pääset saapumaan paikalle myös esimerkiksi julkisilla tai kaupunkipyörällä.",
                "sv": "Hertonäs idrottspark har 4 tennisbanor med konstgräs med sand. På bana 2 kan man boka avgiftsbelagda spelturer via Varaamo. Om banan är tom kan man spela där även avgiftsfritt och utan bokning. Speltiden är högst en timme, lämna sedan över banan till följande spelarna. Banan har en slagvägg och markeringar för singel- och dubbelspel. Ankomst: Idrottsparken har en parkeringsplats. Dessutom kan man komma dit till exempel med kollektivtrafiken eller en stadscykel.",
                "en": "Herttoniemi sports park features 4 tennis courts with a sand-filled artificial turf. You can reserve slots for court 2 for a fee via Varaamo. If the court is empty, it can also be used free of charge without a reservation. The maximum playing time is one hour, then pass turn to the next players. The court features a rebound wall and lines for singles and doubles matches. How to get there: The sports park has a parking area. You can also access the park by public transport or a city bike, for example."
            },
            "info_url": null,
            "name": {
                "fi": "Herttoniemen liikuntapuisto / Tenniskenttä 2",
                "sv": "Hertonäs idrottspark / Tennisplan 2",
                "en": "Herttoniemi sports park / Tennis court 2"
            },
            "telephone": {
                "fi": "+358 9 310 71538"
            },
            "street_address": {
                "fi": "Siilitie 12",
                "sv": "Igelkottsvägen 12",
                "en": "Siilitie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:75582/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:75590",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2024-07-18T05:09:57.411800Z",
            "last_modified_time": "2026-02-27T13:10:01.710893Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 1495001,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.035082,
                    60.208027
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Herttoniemen liikuntapuistossa sijaitsee 4 hiekkatekonurmipintaista tenniskenttää. Kenttä 3 on maksuton ja vapaassa käytössä. Kentälle ei voi varata pelivuoroja. Pelaaminen tapahtuu saapumisjärjestyksessä ja vuoron saa jonottamalla. Peliaika maksimissaan yksi tunti ja vapauta kenttä sen jälkeen seuraaville pelaajille. Kentältä löydät lyöntiseinän sekä maalaukset kaksin- ja nelinpeliin. Saapuminen: Liikuntapuistosta löytyy pysäköintialue. Tämän lisäksi pääset saapumaan paikalle myös esimerkiksi julkisilla tai kaupunkipyörällä.",
                "sv": "Hertonäs idrottspark har 4 tennisbanor med konstgräs med sand. Bana 3 är avgiftsfri och kan användas fritt. Det är inte möjlig att boka spelturer på banan. Man spelar i ankomstordning och köar för sin tur. Speltiden är högst en timme, lämna sedan över banan till följande spelarna. Banan har en slagvägg och markeringar för singel- och dubbelspel. Ankomst: Idrottsparken har en parkeringsplats. Dessutom kan man komma dit till exempel med kollektivtrafiken eller en stadscykel.",
                "en": "Herttoniemi sports park features 4 tennis courts with a sand-filled artificial turf. Court 3 is free of charge and can be used freely. It is not possible to reserve slots for this court. Players can use the court on a first-come, first-served basis and queue for a turn. The maximum playing time is one hour, then pass turn to the next players. The court features a rebound wall and lines for singles and doubles matches. How to get there: The sports park has a parking area. You can also access the park by public transport or a city bike, for example."
            },
            "info_url": null,
            "name": {
                "fi": "Herttoniemen liikuntapuisto / Tenniskenttä 3",
                "sv": "Hertonäs idrottspark / Tennisplan 3",
                "en": "Herttoniemi sports park / Tennis court 3"
            },
            "telephone": {
                "fi": "+358 9 310 71538"
            },
            "street_address": {
                "fi": "Siilitie 12",
                "sv": "Igelkottsvägen 12",
                "en": "Siilitie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:75590/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:75587",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2024-07-18T05:09:57.330589Z",
            "last_modified_time": "2026-02-27T14:09:59.657842Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 1495001,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.03487,
                    60.207928
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Herttoniemen liikuntapuistossa sijaitsee 4 hiekkatekonurmipintaista tenniskenttää. Kenttä 4 on maksuton ja vapaassa käytössä. Kentälle ei voi varata pelivuoroja. Pelaaminen tapahtuu saapumisjärjestyksessä ja vuoron saa jonottamalla. Peliaika maksimissaan yksi tunti ja vapauta kenttä sen jälkeen seuraaville pelaajille. Kentältä löydät lyöntiseinän sekä maalaukset kaksin- ja nelinpeliin. Saapuminen: Liikuntapuistosta löytyy pysäköintialue. Tämän lisäksi pääset saapumaan paikalle myös esimerkiksi julkisilla tai kaupunkipyörällä.",
                "sv": "Hertonäs idrottspark har 4 tennisbanor med konstgräs med sand. Bana 4 är avgiftsfri och kan användas fritt. Det är inte möjlig att boka spelturer på banan. Man spelar i ankomstordning och köar för sin tur. Speltiden är högst en timme, lämna sedan över banan till följande spelarna. Banan har en slagvägg och markeringar för singel- och dubbelspel. Ankomst: Idrottsparken har en parkeringsplats. Dessutom kan man komma dit till exempel med kollektivtrafiken eller en stadscykel.",
                "en": "Herttoniemi sports park features 4 tennis courts with a sand-filled artificial turf. Court 4 is free of charge and can be used freely. It is not possible to reserve slots for this court. Players can use the court on a first-come, first-served basis and queue for a turn. The maximum playing time is one hour, then pass turn to the next players. The court features a rebound wall and lines for singles and doubles matches. How to get there: The sports park has a parking area. You can also access the park by public transport or a city bike, for example."
            },
            "info_url": null,
            "name": {
                "fi": "Herttoniemen liikuntapuisto / Tenniskenttä 4",
                "sv": "Hertonäs idrottspark / Tennisplan 4",
                "en": "Herttoniemi sports park / Tennis court 4"
            },
            "telephone": {
                "fi": "+358 9 310 71538"
            },
            "street_address": {
                "fi": "Siilitie 12",
                "sv": "Igelkottsvägen 12",
                "en": "Siilitie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:75587/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:40012",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T10:13:25.356906Z",
            "last_modified_time": "2025-07-24T13:09:51.683255Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 9240,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.034063,
                    60.210278
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Herttoniemen liikuntapuistossa sijaitsee puiden suojaama ulkokuntosali, joka tarjoaa laadukkaat välineet kunto- ja voimaharjoitteluun. Ulkokuntosali sijaitsee liikuntapuiston läheisyydessä noin 2 kilometrin matkan päässä Herttoniemen metroasemasta. Ulkokuntosalilta löydät säädettävillä painoilla toimivat ulkokuntoilulaitteet sekä kuntotelineen ja tukkipatterin. Saapuminen: Liikuntapuistosta löytyy pysäköintialue. Tämän lisäksi pääset saapumaan paikalle myös esimerkiksi julkisilla tai kaupunkipyörällä.",
                "sv": "I Hertonäs idrottspark finns ett utomhusgym som skyddas av träd och som erbjuder högklassiga redskap för konditions- och styrketräning. Utomhusgymmet finns i närheten av idrottsparken, omkring två kilometer från Hertonäs metrostation. Utomhusgymmet har gymutrustning med reglerbara vikter samt en träningsställning och ett stockbatteri. Ankomst: Idrottsparken har en parkeringsplats. Dessutom kan man komma dit till exempel med kollektivtrafiken eller en stadscykel.",
                "en": "Herttoniemi Sports Park features an outdoor gym sheltered by trees that provides high-quality equipment for fitness and strength training. The outdoor gym is located near the sports park, roughly two kilometres away from the Herttoniemi metro station. The outdoor gym features outdoor exercise equipment with adjustable weights, as well as a fitness rack and Viking press logs. How to get there: The sports park has a parking area. You can also access the park by public transport or a city bike, for example."
            },
            "info_url": null,
            "name": {
                "fi": "Herttoniemen liikuntapuisto / Ulkokuntosali (Hyppyrimäen länsipuoli)",
                "sv": "Hertonäs idrottspark / Friluftsgym (Väster från backhoppplats)",
                "en": "Herttoniemi sports park / Outdoor exercise (On the west side of ski jump)"
            },
            "telephone": {
                "fi": "+358 9 310 71538"
            },
            "street_address": {
                "fi": "Siilitie 12",
                "sv": "Igelkottsvägen 12",
                "en": "Siilitie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:40012/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:41710",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T10:17:25.235907Z",
            "last_modified_time": "2026-02-20T12:09:34.808362Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00800",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 9424,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.033266,
                    60.208496
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Herttoniemen liikuntapuistossa sijaitseva yleisurheilun harjoitteluun soveltuva alue. Liikuntapuisto sijaitsee noin 10 minuutin kävelymatkan päässä Siilitien metroasemalta. Harjoitusalueelta löytyy 400 m. juoksurata sekä pituushyppyalue. Yleisurheiluvälineitä ei saa lainaan paikanpäältä. Alue on vapaasti käytettävissä puiston aukioloaikoina, jotka pääset tarkistamaan \"Herttoniemen liikuntapuisto\" -linkistä. Saapuminen: Liikuntapuistosta löytyy pysäköintialue. Tämän lisäksi pääset saapumaan paikalle myös esimerkiksi julkisilla tai kaupunkipyörällä.",
                "sv": "I Hertonäs idrottspark finns ett träningsområde för friidrott där man kan bland annat idka konditionsträning och friidrott samt spela fotboll. På vintern beläggs planen med konstis för skridskoåkning och ishockey.",
                "en": "Herttoniemi sports park has an athletics practice area where it is possible to practise, among other things, fitness training, athletics and football and, in winter, there is an ice rink for ice skating and ice hockey."
            },
            "info_url": null,
            "name": {
                "fi": "Herttoniemen liikuntapuisto / Yleisurheilun harjoitusalue",
                "sv": "Hertonäs idrottspark / Enstaka övningsplats för friidrott",
                "en": "Herttoniemi sports park / Range of athletics"
            },
            "telephone": {
                "fi": "+358 9 310 71538"
            },
            "street_address": {
                "fi": "Siilitie 12",
                "sv": "Igelkottsvägen 12",
                "en": "Siilitie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:41710/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:57945",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T14:12:33.989494Z",
            "last_modified_time": "2024-02-06T13:16:29.639120Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00810",
            "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.03088,
                    60.195023
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://kaupunkiliikenne.fi/liikennointi/metrolla/metroasemat/#herttoniemi",
                "sv": "https://kaupunkiliikenne.fi/liikennointi/metrolla/metroasemat/#herttoniemi",
                "en": "https://kaupunkiliikenne.fi/liikennointi/metrolla/metroasemat/#herttoniemi"
            },
            "name": {
                "fi": "Herttoniemen metroasema B",
                "sv": "Hertonäs metrostation B",
                "en": "Herttoniemi metro station B"
            },
            "telephone": null,
            "street_address": {
                "fi": "Hiihtomäentie",
                "sv": "Skidbacksvägen",
                "en": "Hiihtomäentie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:57945/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:27393",
            "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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsi-Herttoniemi",
                        "sv": "Västra Hertonäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T09:12:22.126279Z",
            "last_modified_time": "2024-02-06T13:11:34.407789Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00810",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 8652,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.031296,
                    60.19501
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://kaupunkiliikenne.fi/liikennointi/metrolla/metroasemat/#herttoniemi",
                "sv": "https://kaupunkiliikenne.fi/liikennointi/metrolla/metroasemat/#herttoniemi",
                "en": "https://kaupunkiliikenne.fi/liikennointi/metrolla/metroasemat/#herttoniemi"
            },
            "name": {
                "fi": "Herttoniemen metroasema B",
                "sv": "Hertonäs metrostation B",
                "en": "Herttoniemi metro station B"
            },
            "telephone": null,
            "street_address": {
                "fi": "Hiihtomäentie",
                "sv": "Skidbacksvägen",
                "en": "Hiihtomäentie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:27393/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}