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

{
    "meta": {
        "count": 151650,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=5&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:8096",
            "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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ylä-malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ylä-Malmi",
                        "sv": "Övre Malm"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:35.586315Z",
            "last_modified_time": "2024-02-06T13:09:55.138813Z",
            "custom_data": null,
            "email": "malmin.nuorisotalo@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00700",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 79,
            "image": 7803,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.000816,
                    60.252678
                ]
            },
            "street_address": {
                "fi": "Kunnantie 3",
                "sv": "Kommunalvägen 3",
                "en": "Kunnantie 3"
            },
            "telephone": {
                "fi": "+358 9 310 78088"
            },
            "info_url": {
                "fi": "https://nuorten.helsinki/nuorisotalot/malmin-nuorisotalo/",
                "sv": "http://malmi.munstadi.fi/",
                "en": "http://malmi.munstadi.fi/"
            },
            "name": {
                "fi": "Malmin nuorisotalo",
                "sv": "Malms ungdomsgård",
                "en": "Malmi Youth Centre"
            },
            "description": {
                "fi": "Malmin nuorisotalo sijaitsee Malmin kirkon vieressä osoitteessa Kunnantie 3. Upea, vanha kivitalo kätkee sisäänsä monenlaista toimintaa. Talolta löytyy; Aktiivitila josta löytyy biljardi- ja pingispöydät. Iso olohuone, jossa voi katsella elokuvia, kuunnella musiikkia, pelata lautapelejä ja hengailla kavereiden kanssa. Keittiö jossa voit valmistaa tai lämmittää mukanasi tuomat eväät. Myös ohjaajat järjestävät yhteisiä kokkailuhetkiä. Talolta löytyy myös laaja valikoima lautapelejä joita on mukava pelata ystävien ja ohjaajien kanssa. Pelaamiseen käytössä kolme PS4-konsolia, Nintendo Switch, sekä 6 pelitietokonetta. Paikalla aina mukavia nuoriso-ohjaajia. Tule suunnittelemaan ja toteuttamaan toimintaa yhdessä muiden nuorten ja ohjaajien kanssa."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8096/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8362",
            "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:tuomarinkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tuomarinkylä",
                        "sv": "Domarby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:paloheinä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Paloheinä",
                        "sv": "Svedängen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tuomarinkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tuomarinkylä",
                        "sv": "Domarby"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:47.601473Z",
            "last_modified_time": "2024-11-27T06:09:25.654157Z",
            "custom_data": null,
            "email": "paloheinan_kirjasto@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00670",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 75,
            "image": 153090,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.94135,
                    60.249065
                ]
            },
            "street_address": {
                "fi": "Paloheinäntie 22",
                "sv": "Svedängsvägen 22",
                "en": "Paloheinäntie 22"
            },
            "telephone": {
                "fi": "+358 9 310 85067"
            },
            "info_url": {
                "fi": "http://www.helmet.fi/paloheinankirjasto",
                "sv": "http://www.helmet.fi/svedangensbibliotek",
                "en": "http://www.helmet.fi/paloheinalibrary"
            },
            "name": {
                "fi": "Paloheinän kirjasto",
                "sv": "Svedängens bibliotek",
                "en": "Paloheinä Library"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8362/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:61900",
            "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:herttoniemen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemen yritysalue",
                        "sv": "Hertonäs företagsområde"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T16:19:37.520229Z",
            "last_modified_time": "2024-02-06T13:17:40.362897Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00880",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 74,
            "image": 10272,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.033401,
                    60.195087
                ]
            },
            "street_address": {
                "fi": "Linnanrakentajantie 2",
                "sv": "Borgbyggarvägen 2",
                "en": "Linnanrakentajantie 2"
            },
            "telephone": {
                "fi": "+358 40 334 8040"
            },
            "info_url": {
                "fi": "https://nuorten.helsinki/nuorisotalot/hertsin-nuorisotila/",
                "sv": "https://nuorten.helsinki/sv/ungdomsg%C3%A5rdar/hertsi-ungdomslokal/",
                "en": "https://nuorten.helsinki/en/youth-centers/hertsi-youth-club/"
            },
            "name": {
                "fi": "Hertsin nuorisotila",
                "sv": "Hertsi ungdomslokal",
                "en": "Hertsi Youth Club"
            },
            "description": {
                "fi": "Nuorisotila, jossa on avointa toimintaa nuorille,12-18v.",
                "sv": "En ungdomsgård med öppen verksamhet för unga, 12-18 år.",
                "en": "A youth center with open activities for young people, 12-18 years old."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61900/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8095",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kallahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallahti",
                        "sv": "Kallvik"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:35.462279Z",
            "last_modified_time": "2024-02-06T13:09:55.093286Z",
            "custom_data": null,
            "email": "jaana.malmivaara-torppa@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00980",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 74,
            "image": 7802,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.139854,
                    60.205605
                ]
            },
            "street_address": {
                "fi": "Pohjavedenkatu 5",
                "sv": "Grundvattensgatan 5",
                "en": "Pohjavedenkatu 5"
            },
            "telephone": {
                "fi": "+358 40 684 7537"
            },
            "info_url": {
                "fi": "https://nuorten.helsinki/nuorisotalot/kallahden-nuorisotalo/",
                "sv": "https://nuorten.helsinki/sv/ungdomsgardar/kallvik-ungdomsgard/",
                "en": "https://nuorten.helsinki/en/youth-centers/kallahti-youth-centre/"
            },
            "name": {
                "fi": "Kallahden nuorisotalo",
                "sv": "Kallviks ungdomsgård",
                "en": "Kallahti Youth Centre"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8095/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8062",
            "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:munkkiniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Munkkiniemi",
                        "sv": "Munksnäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vanha_munkkiniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanha Munkkiniemi",
                        "sv": "Gamla Munksnäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:munkkiniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Munkkiniemi",
                        "sv": "Munksnäs"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:32.966712Z",
            "last_modified_time": "2024-02-06T13:09:54.537946Z",
            "custom_data": null,
            "email": "munkkiniemen.nuorisotalo@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00330",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 74,
            "image": 7798,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.875578,
                    60.196865
                ]
            },
            "street_address": {
                "fi": "Riihitie 22",
                "sv": "Rievägen 22",
                "en": "Riihitie 22"
            },
            "telephone": {
                "fi": "+358 9 310 71711"
            },
            "info_url": {
                "fi": "https://nuorten.helsinki/nuorisotalot/munkkiniemen-nuorisotalo/",
                "sv": "http://munkka.munstadi.fi/",
                "en": "http://munkka.munstadi.fi/"
            },
            "name": {
                "fi": "Munkkiniemen studio",
                "sv": "Munksnäs ungdomsgård studio",
                "en": "Munkkiniemi Youth Centre studio"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8062/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:15344",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T08:14:09.045087Z",
            "last_modified_time": "2024-04-09T05:09:27.900271Z",
            "custom_data": null,
            "email": "kirjasto.laajalahti@espoo.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02140",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 73,
            "image": 7908,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.80551,
                    60.204033
                ]
            },
            "street_address": {
                "fi": "Kurkijoentie 24",
                "sv": "Kronoborgsvägen 24",
                "en": "Kurkijoentie 24"
            },
            "telephone": {
                "fi": "+358 9 8165 7714"
            },
            "info_url": {
                "fi": "https://helmet.finna.fi/OrganisationInfo/Home#84793",
                "sv": "https://helmet.finna.fi/OrganisationInfo/Home#84793",
                "en": "https://helmet.finna.fi/OrganisationInfo/Home#84793"
            },
            "name": {
                "fi": "Laajalahden kirjasto",
                "sv": "Bredviks bibliotek",
                "en": "Laajalahti Library"
            },
            "description": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15344/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:4914",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:keski-vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Keski-Vuosaari",
                        "sv": "Mellersta Nordsjö"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-15T08:11:22.603190Z",
            "last_modified_time": "2025-08-04T07:09:46.513580Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00980",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 73,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.13905,
                    60.215015
                ]
            },
            "street_address": {
                "fi": "Koukkusaarentie 9",
                "sv": "Krokholmsvägen 9",
                "en": "Koukkusaarentie 9"
            },
            "telephone": {
                "fi": "+358 50 310 5625"
            },
            "info_url": null,
            "name": {
                "fi": "Vuoniityn peruskoulu, Koukkusaarentien toimipiste, kouluterveydenhuolto",
                "sv": "Grundskolan Vuosaaren peruskoulu, Krokholmsvägens enhet, skolhälsovård",
                "en": "Vuosaari Comprehensive School, Koukkusaarentie unit, school health care"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:4914/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:1940",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:rastila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Rastila",
                        "sv": "Rastböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-17T04:48:22.695172Z",
            "last_modified_time": "2024-01-22T16:14:22.903784Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00980",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 68,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.1227152,
                    60.2054755
                ]
            },
            "street_address": {
                "fi": "Retkeilijänkatu 7 A (katutaso)"
            },
            "telephone": null,
            "info_url": {
                "fi": "www.hnnky.fi"
            },
            "name": {
                "fi": "Queendom – Tyttöjen ja nuorten naisten olohuone"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:1940/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8081",
            "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:pihlajamäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pihlajamäki",
                        "sv": "Rönnbacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:34.470420Z",
            "last_modified_time": "2024-06-18T14:09:26.880533Z",
            "custom_data": null,
            "email": "pihlajamaen.nuorisotalo@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00710",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 65,
            "image": 7799,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.011229,
                    60.23505
                ]
            },
            "street_address": {
                "fi": "Moreenitie 2",
                "sv": "Moränvägen 2",
                "en": "Moreenitie 2"
            },
            "telephone": {
                "fi": "+358 9 310 89082"
            },
            "info_url": {
                "fi": "http://nuorten.helsinki/pihlajamaki",
                "sv": "http://nuorten.helsinki/pihlajamaki",
                "en": "http://nuorten.helsinki/pihlajamaki"
            },
            "name": {
                "fi": "Pihlajamäen nuorisotalo",
                "sv": "Rönnbacka ungdomsgård",
                "en": "Pihlajamäki Youth Centre"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8081/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3471",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "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:konala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Konala",
                        "sv": "Kånala"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:konala",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Konala",
                        "sv": "Kånala"
                    }
                }
            ],
            "created_time": "2023-08-17T05:02:20.891987Z",
            "last_modified_time": "2024-01-22T16:14:27.269447Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00410",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 64,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.8533012,
                    60.2417117
                ]
            },
            "street_address": {
                "fi": "Ruosilantie 18"
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Malminkartanon harrastushalli"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3471/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8199",
            "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-15T08:12:39.833423Z",
            "last_modified_time": "2024-02-06T13:09:56.030520Z",
            "custom_data": null,
            "email": "vallilan_kirjasto@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00550",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 63,
            "image": 7818,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.962585,
                    60.19233
                ]
            },
            "street_address": {
                "fi": "Päijänteentie 5",
                "sv": "Päijännevägen 5",
                "en": "Päijänteentie 5"
            },
            "telephone": {
                "fi": "+358 9 310 85055"
            },
            "info_url": {
                "fi": "http://www.helmet.fi/vallilankirjasto",
                "sv": "http://www.helmet.fi/vallgardbibliotek",
                "en": "http://www.helmet.fi/vallilalibrary"
            },
            "name": {
                "fi": "Vallilan kirjasto",
                "sv": "Vallgårds bibliotek",
                "en": "Vallila Library"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8199/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:40029",
            "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:herttoniemenranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemenranta",
                        "sv": "Hertonäs strand"
                    }
                },
                {
                    "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:26.907187Z",
            "last_modified_time": "2024-11-28T08:10:20.219662Z",
            "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": true,
            "n_events": 62,
            "image": 9242,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.032381,
                    60.190437
                ]
            },
            "street_address": {
                "fi": "Petter Wetterin tie 5",
                "sv": "Petter Wetters väg 5",
                "en": "Petter Wetterin tie 5"
            },
            "telephone": {
                "fi": "+358 9 310 87898"
            },
            "info_url": null,
            "name": {
                "fi": "Herttoniemenrannan liikuntahalli",
                "sv": "Hertonäs strands idrottshall",
                "en": "Herttoniemenranta sports hall"
            },
            "description": {
                "fi": "Herttoniemenrannan liikuntahallista löydät laajan valikoiman erilaisia liikuntamahdollisuuksia ja se sijaitsee Itä-Helsingissä vain noin 10 minuutin kävelymatkan päässä Herttoniemen metroasemalta. Herttoniemen liikuntahallissa pääset liikkumaan monipuolisesti, sillä halli tarjoaa mahdollisuuden esimerkiksi voimisteluun tai erilaisten pallolajien pelaamiseen. Tämän lisäksi liikuntahalli sijaitsee aivan Herttoniemenrannan liikuntapuiston vieressä, joten pääset hyödyntämään myös liikuntapuiston palveluita. Pääsääntöisesti hallin tilat ovat liikuntaseurojen ja koulujen käytössä. Saapuminen: Liikuntapuiston alueelta löytyy pysäköintialue, jossa myös sähköautojen latauspiste, mutta pääset saapumaan paikalle myös esimerkiksi julkisilla tai kaupunkipyörällä.",
                "sv": "I Hertonäs strands idrottshall kan du spela till exempel futsal, basket, handboll och volleyboll. Lokalerna används i regel av idrottsklubbar och den närliggande skolan. Hertonäs strands idrottspark är ett mångsidigt motionscenter som erbjuder möjligheter till lagsporter och individuella sporter samt självständig träning. Idrottsparken erbjuder goda förutsättningar för att bland annat utöva fotboll, friidrott, basket, volleyboll och tennis samt under vintersäsongen ishockey, skidåkning och skridskoåkning. Dessutom erbjuder parkens redskap för utomhusträning och träningsområde goda förutsättningar för självständig styrketräning.",
                "en": "Herttoniemenranta sports hall offers opportunities to play, for example, futsal, basketball, handball and volleyball. As a rule, the facilities are used by sports clubs and a nearby school. Herttoniemenranta sports park is a diverse hub for physical activity that offers opportunities for team and individual sports and independent training. The sports park has good conditions for sports like football, athletics, basketball, volleyball and tennis, and for ice hockey, skiing and ice skating in winter. In addition, the outdoor exercise equipment and the training area offer good conditions for independent strength training."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:40029/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8150",
            "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:etelä-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Etelä-Haaga",
                        "sv": "Södra 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:12:37.983945Z",
            "last_modified_time": "2025-08-06T05:09:26.152118Z",
            "custom_data": null,
            "email": "etela-haagan_kirjasto@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00320",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 61,
            "image": 1423650,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.891476,
                    60.213963
                ]
            },
            "street_address": {
                "fi": "Isonnevantie 16 B",
                "sv": "Stormyrvägen 16 B",
                "en": "Isonnevantie 16 B"
            },
            "telephone": {
                "fi": "+358 9 310 85032"
            },
            "info_url": {
                "fi": "http://www.helmet.fi/etelahaagankirjasto",
                "sv": "http://www.helmet.fi/sodrahagabibliotek",
                "en": "http://www.helmet.fi/etelahaagalibrary"
            },
            "name": {
                "fi": "Etelä-Haagan kirjasto",
                "sv": "Södra Haga bibliotek",
                "en": "Etelä-Haaga Library"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8150/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8022",
            "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:reimarla",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reimarla",
                        "sv": "Reimars"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:30.686837Z",
            "last_modified_time": "2024-02-06T13:09:54.029157Z",
            "custom_data": null,
            "email": "pitajanmaen.nuorisotalo@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00370",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 61,
            "image": 7791,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.859873,
                    60.22608
                ]
            },
            "street_address": {
                "fi": "Jousipolku 1 C2",
                "sv": "Pilbågsstigen 1 C2",
                "en": "Jousipolku 1 C2"
            },
            "telephone": {
                "fi": "+358 9 310 89085"
            },
            "info_url": {
                "fi": "https://nuorten.helsinki/nuorisotalot/pitajanmaen-nuorisotalo/",
                "sv": "http://pitajanmaki.munstadi.fi/",
                "en": "http://pitajanmaki.munstadi.fi/"
            },
            "name": {
                "fi": "Pitäjänmäen nuorisotalo",
                "sv": "Sockenbacka ungdomsgård",
                "en": "Pitäjänmäki Youth Centre"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8022/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:9148",
            "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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ylä-malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ylä-Malmi",
                        "sv": "Övre Malm"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                }
            ],
            "created_time": "2023-08-15T08:13:16.326113Z",
            "last_modified_time": "2024-02-06T13:10:03.317957Z",
            "custom_data": null,
            "email": "franpe.nyberg@netti.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00700",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 60,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.007034,
                    60.25356
                ]
            },
            "street_address": {
                "fi": "Askartie 8",
                "sv": "Askarslättsvägen 8",
                "en": "Askartie 8"
            },
            "telephone": {
                "fi": "+358 9 385 2290"
            },
            "info_url": {
                "fi": "http://www.malminvpk.fi",
                "sv": "http://www.malminvpk.fi",
                "en": "http://www.malminvpk.fi"
            },
            "name": {
                "fi": "Malmin VPK",
                "sv": "Malm FBK",
                "en": "Malmi Voluntary Fire Brigade"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:9148/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:45663",
            "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:roihuvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Roihuvuori",
                        "sv": "Kasberget"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T11:14:41.296772Z",
            "last_modified_time": "2025-08-21T08:09:53.458019Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00820",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 60,
            "image": 1124621,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.055916,
                    60.196003
                ]
            },
            "street_address": {
                "fi": "Satumaanpolku 4",
                "sv": "Sagolandsstigen 4",
                "en": "Satumaanpolku 4"
            },
            "telephone": {
                "fi": "+358 9 310 71535"
            },
            "info_url": null,
            "name": {
                "fi": "Roihuvuoren liikuntapuisto",
                "sv": "Kasbergets idrottspark",
                "en": "Roihuvuori sports park"
            },
            "description": {
                "fi": "Roihuvuoren liikuntapuisto Tarjoaa kävijöilleen hyvät mahdollisuudet monipuoliseen liikkumiseen ja se sijaitsee noin 2 kilometrin matkan päässä Herttoniemen metroasemalta. Liikuntapuistosta löydät laajan valikoiman erilaisia liikunta- ja harjoittelumahdollisuuksia. Puiston alueella sijaitsee kaksi pesäpallokenttää, pienjalkapallokenttä, koripallokenttä, pöytätennispöytä, pumptrack-rata, kaksi tenniskenttää, ulkokuntosali, kaksi yhden korin koripallokenttää ja yleisurheilun harjoitusalue sekä talvisin luistelua varten luistelukenttä. Tarkemman listauksen liikuntapuiston liikuntapaikoista ja tietoa näistä löydät \"liikuntapuiston liikuntapaikat\" -linkistä. Saapuminen: Liikuntapuistosta löytyy pieni pysäköintialue, mutta pääset saapumaan paikalle myös esimerkiksi julkisilla tai kaupunkipyörällä.",
                "sv": "Kasbergets idrottspark erbjuder sina besökare goda möjligheter till mångsidig motion och ligger omkring två kilometer från Hertonäs metrostation. Idrottsparken bjuder på ett stort urval av olika motions- och träningsmöjligheter. I parken finns bland annat olika planer för bollsporter som fotboll, basket, tennis och boboll, samt för skridskoåkning vintertid. Idrottsparken har också en skejtpark, ett utomhusgym och pingisbord samt ett pumptrack för cykling. Ankomst: Idrottsparken har en liten parkeringsplats, men du kan även ta dig dit exempelvis med kollektivtrafik eller stadscykel.",
                "en": "Roihuvuori Sports Park provides its visitors with diverse exercise facilities, located roughly two kilometres away from the Herttoniemi metro station. The sports park provides a wide variety of exercise and training opportunities. Among other things, the park features various fields and courts for ball games such as football, basketball, tennis and Finnish baseball, as well as an ice rink for skating in the winter season. In addition to these, the sports park area features a skate park, an outdoor gym and table tennis tables, as well as a pumptrack for cycling. How to get there: The sports park has a small parking area, but you can also access the park by public transport or a city bike, for example."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:45663/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3202",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:00:10.772972Z",
            "last_modified_time": "2023-08-17T05:00:10.772989Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00720",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 59,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "street_address": {
                "fi": "Eskolankuja 4"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.pukinmaenvpk.fi/"
            },
            "name": {
                "fi": "Pukinmäen VPK"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3202/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8254",
            "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:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:arabianranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Arabianranta",
                        "sv": "Arabiastranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:toukola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Toukola",
                        "sv": "Majstad"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:42.301590Z",
            "last_modified_time": "2024-02-06T13:09:56.421397Z",
            "custom_data": null,
            "email": "arabianrannan_kirjasto@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00560",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 56,
            "image": 7825,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.976784,
                    60.208977
                ]
            },
            "street_address": {
                "fi": "Hämeentie 135 A",
                "sv": "Tavastvägen 135 A",
                "en": "Hämeentie 135 A"
            },
            "telephone": {
                "fi": "+358 9 310 85056"
            },
            "info_url": {
                "fi": "http://www.helmet.fi/arabianrannankirjasto",
                "sv": "http://www.helmet.fi/arabiastrandensbibliotek",
                "en": "http://www.helmet.fi/arabianrantalibrary"
            },
            "name": {
                "fi": "Arabianrannan kirjasto",
                "sv": "Arabiastrandens bibliotek",
                "en": "Arabianranta Library"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8254/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:40256",
            "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:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:patola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Patola",
                        "sv": "Dammen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                }
            ],
            "created_time": "2023-08-15T10:13:54.709332Z",
            "last_modified_time": "2024-02-06T13:13:14.877174Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00640",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 54,
            "image": 9267,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.961016,
                    60.23446
                ]
            },
            "street_address": {
                "fi": "Käskynhaltijantie 11",
                "sv": "Ståthållarvägen 11",
                "en": "Käskynhaltijantie 11"
            },
            "telephone": {
                "fi": "+358 9 310 87883"
            },
            "info_url": null,
            "name": {
                "fi": "Oulunkylän jäähalli / Harjoitusjäähalli",
                "sv": "Åggelby ishall / Träningsishall",
                "en": "Oulunkylä indoor skating rink / Training rink"
            },
            "description": {
                "fi": "Oulunkylän liikuntapuiston harjoitusjäähalli on yksi kaupungin omista halleista. Jäähallissa on ainoastaan varattuja vuoroja. Kaupungin hallinnassa on kolme jäähallia, kaksi Pirkkolan ja yksi Oulunkylän liikuntapuistossa. Helsingissä on myös useita muiden ylläpitämiä jäähalleja.",
                "sv": "Träningsishallen i Åggelby idrottspark är en av stadens egna hallar. Ishallen har endast bokade pass. Helsingfors stad förfogar över tre ishallar, två i Britas idrottspark och en i Åggelby idrottspark. I Helsingfors finns också många ishallar som upprätthålls av andra aktörer.",
                "en": "The training ice hall in Oulunkylä sports park is one of the city's own ice hall. The ice hall is only available for reserved shifts. Sports Services manages three ice rinks, two at Pirkkola Sports park and one at Oulunkylä Sports park. There are also several ice rinks, managed by other operators, in Helsinki."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:40256/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:15362",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T08:14:11.380687Z",
            "last_modified_time": "2024-02-06T13:10:16.588146Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 51,
            "image": 7921,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.802614,
                    60.21683
                ]
            },
            "street_address": {
                "fi": "Leppävaarankatu 24",
                "sv": "Albergagatan 24",
                "en": "Leppävaarankatu 24"
            },
            "telephone": {
                "fi": "+358 43 824 9710"
            },
            "info_url": {
                "fi": "https://www.espoo.fi/fi/ruusutorpan-koulu",
                "sv": "https://www.espoo.fi/sv/ruusutorpan-koulu",
                "en": "https://www.espoo.fi/en/ruusutorpan-koulu"
            },
            "name": {
                "fi": "Ruusutorpan koulu",
                "sv": "Ruusutorpan koulu",
                "en": "Ruusutorpan koulu"
            },
            "description": {
                "fi": "Ruusutorpan koulu sijaitsee keskellä kehittyvää Etelä-Leppävaaraa, Sellon läheisyydessä, viheralueen vieressä. Koulu on kasvanut oppilaidensa mukana yhtenäiseksi peruskouluksi. Koulussamme järjestetään myös esiopetusta.",
                "sv": "Ruusutorpan koulu är en grundskola med undervisning i årskurserna 1-9 . Skolan är belägen i Leppävaara och har ca 800 elever.",
                "en": "Ruusutorpan koulu is a comprehensive school that was opened in 2002. It is situated in South Leppävaara. There are plenty of immigrants living in the area and also people who have moved there from other places of Finland. Versatile curriculums are used in Ruusutorpan koulu to guarantee good-quality education for different kinds of learners."
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15362/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}