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

{
    "meta": {
        "count": 393,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=6",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=4"
    },
    "data": [
        {
            "id": "tprek:8359",
            "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:tapanila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapanila",
                        "sv": "Mosabacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninkylä",
                        "sv": "Staffansby"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:47.353888Z",
            "last_modified_time": "2024-02-06T13:09:57.465473Z",
            "custom_data": null,
            "email": "tapanilan_kirjasto@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00730",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 151,
            "image": 7842,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.018679,
                    60.26571
                ]
            },
            "telephone": {
                "fi": "+358 9 310 85073"
            },
            "name": {
                "fi": "Tapanilan kirjasto",
                "sv": "Mosabacka bibliotek",
                "en": "Tapanila Library"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Hiidenkiventie 21",
                "sv": "Trollstensvägen 21",
                "en": "Hiidenkiventie 21"
            },
            "info_url": {
                "fi": "http://www.helmet.fi/tapanilankirjasto",
                "sv": "http://www.helmet.fi/mosabackabibliotek",
                "en": "http://www.helmet.fi/tapanilalibrary"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8359/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8205",
            "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:lassila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Lassila",
                        "sv": "Lassas"
                    }
                },
                {
                    "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:39.950387Z",
            "last_modified_time": "2024-04-09T05:09:26.818056Z",
            "custom_data": null,
            "email": "pohjois-haagan_kirjasto@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00440",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 150,
            "image": 7819,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.887127,
                    60.23217
                ]
            },
            "telephone": {
                "fi": "+358 9 310 85040"
            },
            "name": {
                "fi": "Pohjois-Haagan kirjasto",
                "sv": "Norra Haga bibliotek",
                "en": "Pohjois-Haaga Library"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Kaupintie 4",
                "sv": "Krämarvägen 4",
                "en": "Kaupintie 4"
            },
            "info_url": {
                "fi": "https://helmet.finna.fi/OrganisationInfo/Home#84879",
                "sv": "https://helmet.finna.fi/OrganisationInfo/Home?lng=sv#84879",
                "en": "https://helmet.finna.fi/OrganisationInfo/Home?lng=en-gb#84879"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8205/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "helsinki:internet",
            "has_user_editable_resources": true,
            "data_source": "helsinki",
            "publisher": "ahjo:00001",
            "divisions": [],
            "created_time": "2023-08-15T08:19:06.121677Z",
            "last_modified_time": "2023-08-15T08:19:06.121694Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 147,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "telephone": null,
            "name": {
                "fi": "Internet"
            },
            "description": {
                "fi": "Tapahtuma vain internetissä."
            },
            "address_locality": null,
            "street_address": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/helsinki:internet/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:15396",
            "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:16.341489Z",
            "last_modified_time": "2024-04-09T05:09:28.231947Z",
            "custom_data": null,
            "email": "kirjasto.noykkio@espoo.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02330",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 145,
            "image": 7943,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.663368,
                    60.167595
                ]
            },
            "telephone": {
                "fi": "+358 9 8165 7734"
            },
            "name": {
                "fi": "Nöykkiön kirjasto",
                "sv": "Nöykis bibliotek",
                "en": "Nöykkiö Library"
            },
            "description": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "street_address": {
                "fi": "Oxfotintie 4",
                "sv": "Oxfotvägen 4",
                "en": "Oxfotintie 4"
            },
            "info_url": {
                "fi": "https://helmet.finna.fi/OrganisationInfo/Home#84915",
                "sv": "https://helmet.finna.fi/OrganisationInfo/Home#84915",
                "en": "https://helmet.finna.fi/OrganisationInfo/Home#84915"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15396/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:51489",
            "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:meri-rastila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Meri-Rastila",
                        "sv": "Havsrastböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-15T12:11:40.140800Z",
            "last_modified_time": "2025-08-07T06:09:41.210186Z",
            "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": 143,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.13188,
                    60.201435
                ]
            },
            "telephone": {
                "fi": "+358 9 310 80630"
            },
            "name": {
                "fi": "Merilahden peruskoulu",
                "sv": "Grundskolan Merilahden peruskoulu",
                "en": "Merilahti Comprehensive School"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Kallvikinniementie 1",
                "sv": "Kallviksuddsvägen 1",
                "en": "Kallvikinniementie 1"
            },
            "info_url": {
                "fi": "https://www.hel.fi/fi/kasvatus-ja-koulutus/merilahden-peruskoulu",
                "sv": "https://www.hel.fi/sv/fostran-och-utbildning/grundskolan-merilahden-peruskoulu",
                "en": "https://www.hel.fi/en/childhood-and-education/merilahti-comprehensive-school-0"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:51489/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8038",
            "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:pukinmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pukinmäki",
                        "sv": "Bocksbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pukinmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pukinmäki",
                        "sv": "Bocksbacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pukinmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pukinmäki",
                        "sv": "Bocksbacka"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:31.691501Z",
            "last_modified_time": "2024-02-06T13:09:54.203292Z",
            "custom_data": null,
            "email": "pukinmaen.nuorisotalo@hel.fi",
            "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": 143,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.993643,
                    60.24321
                ]
            },
            "telephone": {
                "fi": "+358 9 310 32379"
            },
            "name": {
                "fi": "Pukinmäen nuorisotalo",
                "sv": "Bocksbacka ungdomsgård",
                "en": "Pukinmäki Youth Centre"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Säterintie 2",
                "sv": "Säterivägen 2",
                "en": "Säterintie 2"
            },
            "info_url": {
                "fi": "https://nuorten.helsinki/nuorisotalot/pukinmaen-nuorisotalo/",
                "sv": "https://nuorten.helsinki/sv/ungdomsgardar/bocksbacka-ungdomsgard/",
                "en": "https://nuorten.helsinki/en/youth-centers/pukinmaki-youth-centre/"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8038/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8292",
            "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:44.266875Z",
            "last_modified_time": "2024-08-10T05:09:24.879705Z",
            "custom_data": null,
            "email": "pitajanmaen_kirjasto@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": 133,
            "image": 152072,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.86033,
                    60.226818
                ]
            },
            "telephone": {
                "fi": "+358 9 310 85037"
            },
            "name": {
                "fi": "Pitäjänmäen kirjasto",
                "sv": "Sockenbacka bibliotek",
                "en": "Pitäjänmäki Library"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Jousipolku 1",
                "sv": "Pilbågsstigen 1",
                "en": "Jousipolku 1"
            },
            "info_url": {
                "fi": "http://www.helmet.fi/pitajanmaenkirjasto",
                "sv": "http://www.helmet.fi/sockenbackabibliotek",
                "en": "http://www.helmet.fi/pitajanmakilibrary"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8292/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8005",
            "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-15T08:12:29.580230Z",
            "last_modified_time": "2024-02-06T13:09:53.736433Z",
            "custom_data": null,
            "email": "roihuvuoren.nuorisotalo@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00820",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 129,
            "image": 7787,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.06146,
                    60.203224
                ]
            },
            "telephone": {
                "fi": "+358 9 310 89143"
            },
            "name": {
                "fi": "Roihuvuoren nuorisotalo",
                "sv": "Kasbergets ungdomsgård",
                "en": "Roihuvuori Youth Centre"
            },
            "description": {
                "fi": "Helsingin kaupungin nuorisopalvelut järjestää avointa ja ohjattua toimintaa sisä- ja ulkotiloissa Roihuvuoren nuorisotalolla 3.-6.-luokkalaisille.\nNuoriso-ohjaajien kanssa harjoitellaan vuorovaikutustaitoja ja yhteisöllisyyttä. Suunnittelemme toimintaa yhdessä nuorten kanssa.",
                "sv": "Helsingfors stads ungdomstjänster anordnar öppna och guidade aktiviteter inomhus och utomhus på Roihuvuori ungdomsgård för elever i klass 3-6.\nInteraktionsförmåga och gemenskapsanda övas med ungdomsvägledarna. Vi planerar aktiviteter tillsammans med unga.",
                "en": "The youth services of the city of Helsinki organize open and guided activities indoors and outdoors at the Roihuvuori youth center for 3rd-6th graders.\nInteraction skills and community spirit are practiced with the youth counselors. We plan activities together with young people."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Prinssintie 1",
                "sv": "Prinsvägen 1",
                "en": "Prinssintie 1"
            },
            "info_url": {
                "fi": "https://nuorten.helsinki/nuorisotalot/roihuvuoren-nuorisotalo/",
                "sv": "https://nuorten.hel.fi/sv/ungdomsgardar/kasbergets-ungdomsgard/",
                "en": "https://nuorten.hel.fi/en/youth-centers/roihuvuori-youth-centre/"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8005/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8277",
            "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:suutarila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suutarila",
                        "sv": "Skomakarböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:siltamäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Siltamäki",
                        "sv": "Brobacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suutarila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suutarila",
                        "sv": "Skomakarböle"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:43.783218Z",
            "last_modified_time": "2026-04-14T05:09:17.995515Z",
            "custom_data": null,
            "email": "suutarilan_kirjasto@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00740",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 127,
            "image": 1815893,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.003853,
                    60.276405
                ]
            },
            "telephone": {
                "fi": "+358 9 310 85074"
            },
            "name": {
                "fi": "Suutarilan kirjasto",
                "sv": "Skomakarböle bibliotek",
                "en": "Suutarila Library"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Vaskiniitynkuja 5",
                "sv": "Kopparängsgränden 5",
                "en": "Vaskiniitynkuja 5"
            },
            "info_url": {
                "fi": "http://www.helmet.fi/suutarilankirjasto",
                "sv": "http://www.helmet.fi/skomakarbolebibliotek",
                "en": "http://www.helmet.fi/suutarilalibrary"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8277/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:15309",
            "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:05.144428Z",
            "last_modified_time": "2026-08-21T05:09:19.259756Z",
            "custom_data": null,
            "email": "kirjasto.laaksolahti@espoo.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02730",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 124,
            "image": 2385883,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.769089,
                    60.248985
                ]
            },
            "telephone": {
                "fi": "+358 9 8165 7773"
            },
            "name": {
                "fi": "Laaksolahden kirjasto",
                "sv": "Dalsviks bibliotek",
                "en": "Laaksolahti Library"
            },
            "description": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "street_address": {
                "fi": "Ylänkötie 16",
                "sv": "Höglandsvägen 16",
                "en": "Ylänkötie 16"
            },
            "info_url": {
                "fi": "https://helmet.finna.fi/OrganisationInfo/Home#84794",
                "sv": "https://helmet.finna.fi/OrganisationInfo/Home#84794",
                "en": "https://helmet.finna.fi/OrganisationInfo/Home#84794"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15309/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67714",
            "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:maunula",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maunula",
                        "sv": "Månsas"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pirkkola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pirkkola",
                        "sv": "Britas"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:32.267514Z",
            "last_modified_time": "2026-07-27T07:09:43.871067Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00630",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 122,
            "image": 10376,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.913557,
                    60.232075
                ]
            },
            "telephone": {
                "fi": "+358 9 310 87923"
            },
            "name": {
                "fi": "Pirkkolan liikuntapuisto / Jäähalli",
                "sv": "Britas idrottspark / Ishall",
                "en": "Pirkkola sports park / Indoor skating rink"
            },
            "description": {
                "fi": "Pirkkolan liikuntapuiston alueella sijaitseva jäähalli, joka mahdollistaa monenlaisten lajien harjoittelemisen ja pelaamisen. Liikuntapuisto sijaitsee Hämeenlinnanväylän ja Kehä 1 risteyksen kupeessa noin puolen tunnin matkan päässä Helsingin keskustasta. Jäähallissa on varattuja vuoroja, mutta vapaaharjoittelu on mahdollista maksuttomilla yleisövuoroilla. Mailallisille ja mailattomille löytyy erilliset vuorot. Varattujen vuorojen ja yleisövuorojen ajat pääset tarkistamaan \"katso varatut vuorot\" -linkistä. Saapuminen: Liikuntapuiston alueelta löytyy kaksi pysäköintialuetta. Toinen näistä sijaitsee jäähallin vieressä osoitteessa Plotinrinne 1 ja toinen puolestaan uimahallin läheisyydessä osoitteessa Metsätie 6. Uimahallin läheiseltä pysäköintialueelta löytyy myös invapysäköintimahdollisuus. Pääset saapumaan paikalle myös esimerkiksi julkisilla tai kaupunkipyörällä.",
                "sv": "I ishallen i Britas idrottspark kan man träna och utöva många olika idrottsgrenar. Idrottsparken ligger vid korsningen mellan Tavastehusleden och Ring 1 cirka en halvtimme från Helsingfors centrum. Det finns bokade tider i ishallen, men fri träning är möjlig under de avgiftsfria tiderna för allmänheten. Det finns separata tider för dem som använder klubba och dem som inte använder klubba. Du kan kontrollera bokade tider och allmänhetens tider via länken \"Bokningskalender\". Ankomst: Det finns två parkeringsområden vid idrottsparken. Den ena finns bredvid ishallen på Plottbrinken 1 och den andra i närheten av simhallen på Skogsvägen 6. På parkeringsområdet nära simhallen finns också en tillgänglig parkering. Du kan också ta dig till idrottsparken med till exempel kollektivtrafik eller en stadscykel.",
                "en": "An indoor skating rink located at Pirkkola Sports Park that offers opportunities for training and playing a wide range of sports. The sports park is located at the junction of Hämeenlinna Highway and Ring Road I, roughly 30 minutes away from Helsinki city centre. The indoor skating rink has booked time slots, but free practice is possible during free-of-charge public hours. There are separate time slots for those who use sticks and those who do not. You can check the times of reserved time slots and public hours via the link 'See reserved slots'. How to get there: The sports park has two car parks. One is located next to the indoor skating rink at Plotinrinne 1, while the other is located near the swimming hall at Metsätie 6. The car park near the swimming hall also offers accessible parking spaces. You can also get there by public transport or city bike, for example."
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Plotinrinne 8",
                "sv": "Plottbrinken 8",
                "en": "Plotinrinne 8"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67714/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8003",
            "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-15T08:12:29.455336Z",
            "last_modified_time": "2024-02-06T13:09:53.693995Z",
            "custom_data": null,
            "email": "oulunkylan.nuorisotalo@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00640",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 119,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.963799,
                    60.227764
                ]
            },
            "telephone": {
                "fi": "+358 9 310 69726"
            },
            "name": {
                "fi": "Oulunkylän nuorisotalo",
                "sv": "Åggelby ungdomsgård",
                "en": "Oulunkylä Youth Centre"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Kylänvanhimmantie 25 B",
                "sv": "Byäldstevägen 25 B",
                "en": "Kylänvanhimmantie 25 B"
            },
            "info_url": {
                "fi": "https://nuorten.helsinki/nuorisotalot/oulunkylan-nuorisotalo/",
                "sv": "http://ogeli.munstadi.fi/",
                "en": "http://ogeli.munstadi.fi/"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8003/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:15365",
            "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:12.333657Z",
            "last_modified_time": "2024-04-09T05:09:28.062477Z",
            "custom_data": null,
            "email": "kirjasto.kalajarvi@espoo.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02970",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 114,
            "image": 7923,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.739182,
                    60.306084
                ]
            },
            "telephone": {
                "fi": "+358 9 8165 3400"
            },
            "name": {
                "fi": "Kalajärven kirjasto",
                "sv": "Kalajärvi bibliotek",
                "en": "Kalajärvi Library"
            },
            "description": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "street_address": {
                "fi": "Ruskaniitty 4",
                "sv": "Höstglödsängen 4",
                "en": "Ruskaniitty 4"
            },
            "info_url": {
                "fi": "https://helmet.finna.fi/OrganisationInfo/Home#84833",
                "sv": "https://helmet.finna.fi/OrganisationInfo/Home#84833",
                "en": "https://helmet.finna.fi/OrganisationInfo/Home#84833"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15365/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:6279",
            "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:pukinmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pukinmäki",
                        "sv": "Bocksbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pukinmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pukinmäki",
                        "sv": "Bocksbacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pukinmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pukinmäki",
                        "sv": "Bocksbacka"
                    }
                }
            ],
            "created_time": "2023-08-15T08:11:47.104803Z",
            "last_modified_time": "2024-02-06T13:09:45.291236Z",
            "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": 114,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.990791,
                    60.249958
                ]
            },
            "telephone": {
                "fi": "+358 50 310 5595"
            },
            "name": {
                "fi": "Pukinmäenkaaren peruskoulu pääkoulu, kouluterveydenhuolto",
                "sv": "Grundskolan Pukinmäenkaaren peruskoulu, skolhälsovård",
                "en": "Pukinmäenkaari Comprehensive School, Lower and Upper Stages, school health care"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Kenttäkuja 12",
                "sv": "Fältgränden 12",
                "en": "Kenttäkuja 12"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:6279/?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": 107,
            "image": 9242,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.032381,
                    60.190437
                ]
            },
            "telephone": {
                "fi": "+358 9 310 87898"
            },
            "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"
            },
            "street_address": {
                "fi": "Petter Wetterin tie 5",
                "sv": "Petter Wetters väg 5",
                "en": "Petter Wetterin tie 5"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:40029/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:14432",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kauniainen",
                    "municipality": null,
                    "name": {
                        "fi": "Kauniainen",
                        "sv": "Grankulla"
                    }
                }
            ],
            "created_time": "2023-08-15T08:13:59.570710Z",
            "last_modified_time": "2025-12-06T06:09:16.782649Z",
            "custom_data": null,
            "email": "kirjasto@kauniainen.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02700",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 105,
            "image": 1494110,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.725943,
                    60.21083
                ]
            },
            "telephone": {
                "fi": "+358 50 411 6504"
            },
            "name": {
                "fi": "Kauniaisten kirjasto",
                "sv": "Grankulla bibliotek",
                "en": "Kauniainen library"
            },
            "description": {
                "fi": "Kirjasto on avoinna kaikille. Tarjoamme käyttöösi kirjoja, lehtiä, musiikkia, elokuvia, pelejä ja paljon muuta. Meillä on viihtyisät tilat ja ystävällinen henkilökunta, joka auttaa sinua mielellään. Voit käyttää tiloissamme tietokoneita ja joitain muita laitteita. Lukupaikkoja on ripoteltu ympäri kirjastoa: myös tutkijoille, opiskelijoille, nuorille ja lapsille. Pienimmät lapset pitävät varmasti leikkihuoneestamme. Tarvitset kirjastokortin ja PIN-koodin käyttääksesi kaikkia palveluitamme. Kortti on ilmainen, ja saat sen näyttämällä kuvallisen henkilöllisyystodistuksen. Kortilla voit käyttää myös muiden HelMet-kirjastojen palveluita. Kauniaisten kirjasto toimii omatoimikirjastona normaalien palveluaikojen ulkopuolella, aamuisin, iltaisin ja viikonloppuisin. Omatoimikirjastoon kirjaudutaan sisään kirjastokortilla ja pin-koodilla. Omatoimikirjaston ikäraja on 16 vuotta.",
                "sv": "Biblioteket är öppet för alla. Hos oss hittar du böcker, tidningar, musik, filmer, spel och mycket annat. Biblioteket har trivsamma utrymmen och vänlig personal som gärna hjälper till när det behövs. Vi betjänar gärna på svenska!\nVåra datorer och annan teknisk utrustning står till ditt förfogande. I biblioteket finns läsplatser för alla från forskare och studerande till tonåringar och barn. De minsta barnen brukar uppskatta vårt sagorum med både böcker och leksaker.\nFör att kunna använda alla våra tjänster behöver du ett bibliotekskort och en pin-kod. Du får ditt kort gratis genom att visa upp ett identitetsbevis med foto i biblioteket. Kortet gäller i alla HelMet-biblioteken. Biblioteket är meröppet utanför de normala servicetiderna, på morgnar, kvällar och helger. Du loggar in i det meröppna biblioteket med bibliotekskort och pin-kod. Åldersgränsen för det meröppna biblioteket är 16 år.",
                "en": "Our library is open to everyone. We have books, magazines and newspapers, music, movies, games and many more resources available. We have comfy facilities and friendly staff who is happy to assist you. You can use computers and other equipment in the library. Reading areas are scattered all over the library: for researchers, students, the youth and children alike. The smallest children are sure to enjoy our playroom. You will need a library card and pin code to be able use all our services. The card is free of charge and you can receive one by presenting an identity card that includes your photo. You can also use the card to access the services at other HelMet libraries. The library has extended self service opening hours outside of the regular opening hours, mornings, evenings and weekends. You can log in with your library card and pin code. The self service library is open to customers who are 16 years old or older."
            },
            "address_locality": {
                "fi": "Kauniainen",
                "sv": "Grankulla",
                "en": "Kauniainen"
            },
            "street_address": {
                "fi": "Thurmaninaukio 6",
                "sv": "Thurmansplatsen 6",
                "en": "Thurmaninaukio 6"
            },
            "info_url": {
                "fi": "http://www.kauniainen.fi/kirjasto",
                "sv": "http://www.kauniainen.fi/kirjasto",
                "en": "http://www.kauniainen.fi/kirjasto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:14432/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:15428",
            "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:20.459663Z",
            "last_modified_time": "2025-06-10T12:09:31.549127Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02180",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 99,
            "image": 7966,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.779463,
                    60.1932
                ]
            },
            "telephone": {
                "fi": "+358 40 634 3748"
            },
            "name": {
                "fi": "Mankkaan koulu",
                "sv": "Mankkaan koulu",
                "en": "Mankkaan koulu"
            },
            "description": {
                "fi": "Mankkaan koulussa opiskelee n. 450 oppilasta luokka-asteilla 7-9. Koulussa on matemaattis-luonnontieteellinen painotusluokka. Painotusluokalle haetaan Espoon yhteisellä, kirjallisella valintakokeella. Painotusluokka tarjoaa ylöspäin eriyttävää opetusta matematiikassa ja fysiikassa.\nMankkaan koulu tekee kansainvälistä yhteistyötä osallistumalla mm. e-Twinning - ja Erasmus+ projekteihin."
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "street_address": {
                "fi": "Mankkaansuo 8",
                "sv": "Mankansmossen 8",
                "en": "Mankkaansuo 8"
            },
            "info_url": {
                "fi": "https://www.espoo.fi/fi/mankkaan-koulu",
                "sv": "https://www.espoo.fi/sv/mankkaan-koulu",
                "en": "https://www.espoo.fi/en/mankkaan-koulu"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15428/?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": 95,
            "image": 7908,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.80551,
                    60.204033
                ]
            },
            "telephone": {
                "fi": "+358 9 8165 7714"
            },
            "name": {
                "fi": "Laajalahden kirjasto",
                "sv": "Bredviks bibliotek",
                "en": "Laajalahti Library"
            },
            "description": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "street_address": {
                "fi": "Kurkijoentie 24",
                "sv": "Kronoborgsvägen 24",
                "en": "Kurkijoentie 24"
            },
            "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"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15344/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:4456",
            "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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kontula",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kontula",
                        "sv": "Gårdsbacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-15T08:11:12.087179Z",
            "last_modified_time": "2026-02-24T15:09:16.513754Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00940",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 91,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.083698,
                    60.238354
                ]
            },
            "telephone": {
                "fi": "+358 9 310 01105"
            },
            "name": {
                "fi": "Kotihoito/Kontula 1 lähipalvelualue",
                "sv": "Gårdsbacka 1 närserviceområde",
                "en": "Kontula 1 home care unit"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Ostostie 4",
                "sv": "Köpvägen 4",
                "en": "Ostostie 4"
            },
            "info_url": {
                "fi": "https://www.hel.fi/fi/sosiaali-ja-terveyspalvelut/itainen-kotihoitoyksikko",
                "sv": "https://www.hel.fi/sv/social-och-halsovardstjanster/ostra-hemvardsenheten",
                "en": "https://www.hel.fi/en/health-and-social-services/eastern-home-care-unit"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:4456/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8232",
            "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:pukinmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pukinmäki",
                        "sv": "Bocksbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pukinmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pukinmäki",
                        "sv": "Bocksbacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pukinmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pukinmäki",
                        "sv": "Bocksbacka"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:41.387419Z",
            "last_modified_time": "2024-02-06T13:09:56.309476Z",
            "custom_data": null,
            "email": "pukinmaen_kirjasto@hel.fi",
            "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": 84,
            "image": 7823,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.990772,
                    60.249966
                ]
            },
            "telephone": {
                "fi": "+358 9 310 85072"
            },
            "name": {
                "fi": "Pukinmäen kirjasto",
                "sv": "Bocksbacka bibliotek",
                "en": "Pukinmäki Library"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Kenttäkuja 12",
                "sv": "Fältgränden 12",
                "en": "Kenttäkuja 12"
            },
            "info_url": {
                "fi": "http://www.helmet.fi/pukinmaenkirjasto",
                "sv": "http://www.helmet.fi/bocksbackabibliotek",
                "en": "http://www.helmet.fi/pukinmakilibrary"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8232/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}