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 /linkedevents/v0.1/place/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 2603,
        "next": "http://api.hel.fi/linkedevents/v0.1/place/?format=api&page=2",
        "previous": null
    },
    "data": [
        {
            "id": "tprek:15417",
            "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": null,
            "last_modified_time": "2024-04-09T05:09:26.480220Z",
            "custom_data": null,
            "email": "sellonkirjasto@espoo.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 32512,
            "image": 102268,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.80992,
                    60.21748
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Sellon kirjasto",
                "sv": "Sellobiblioteket",
                "en": "Sello Library"
            },
            "street_address": {
                "fi": "Leppävaarankatu 9",
                "sv": "Albergagatan 9",
                "en": "Leppävaarankatu 9"
            },
            "info_url": {
                "fi": "https://helmet.finna.fi/OrganisationInfo/Home#84925",
                "sv": "https://helmet.finna.fi/OrganisationInfo/Home#84925",
                "en": "https://helmet.finna.fi/OrganisationInfo/Home#84925"
            },
            "telephone": {
                "fi": "+358 9 8165 7603"
            },
            "description": null,
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:15417/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:15321",
            "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": null,
            "last_modified_time": "2024-04-09T05:09:25.651108Z",
            "custom_data": null,
            "email": "kirjasto.entresse@espoo.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02770",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 11990,
            "image": 102204,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.657864,
                    60.203636
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Entressen kirjasto",
                "sv": "Entressebiblioteket",
                "en": "Entresse Library"
            },
            "street_address": {
                "fi": "Siltakatu 11",
                "sv": "Brogatan 11",
                "en": "Siltakatu 11"
            },
            "info_url": {
                "fi": "https://helmet.finna.fi/OrganisationInfo/Home#84787",
                "sv": "https://helmet.finna.fi/OrganisationInfo/Home#84787",
                "en": "https://helmet.finna.fi/OrganisationInfo/Home#84787"
            },
            "telephone": {
                "fi": "+358 9 8165 3776"
            },
            "description": null,
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:15321/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:15395",
            "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": null,
            "last_modified_time": "2024-04-09T05:09:26.266885Z",
            "custom_data": null,
            "email": "kirjasto.omena@espoo.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02230",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 8407,
            "image": 102252,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.740192,
                    60.160072
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Ison Omenan kirjasto",
                "sv": "Iso Omena bibliotek",
                "en": "Iso Omena Library"
            },
            "street_address": {
                "fi": "Suomenlahdentie 1",
                "sv": "Finnviksvägen 1",
                "en": "Suomenlahdentie 1"
            },
            "info_url": {
                "fi": "https://helmet.finna.fi/OrganisationInfo/Home#84834",
                "sv": "https://helmet.finna.fi/OrganisationInfo/Home#84834",
                "en": "https://helmet.finna.fi/OrganisationInfo/Home#84834"
            },
            "telephone": {
                "fi": "+358 9 8165 7723"
            },
            "description": null,
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:15395/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:51342",
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vironniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vironniemi",
                        "sv": "Estnäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kluuvi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kluuvi",
                        "sv": "Gloet"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kluuvi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kluuvi",
                        "sv": "Gloet"
                    }
                }
            ],
            "created_time": null,
            "last_modified_time": "2024-04-12T05:09:40.690342Z",
            "custom_data": null,
            "email": "oodi@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00100",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 7156,
            "image": 104164,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.938158,
                    60.17397
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Keskustakirjasto Oodi",
                "sv": "Helsingfors centrumbibliotek Ode",
                "en": "Helsinki Central Library Oodi"
            },
            "street_address": {
                "fi": "Töölönlahdenkatu 4",
                "sv": "Tölöviksgatan 4",
                "en": "Töölönlahdenkatu 4"
            },
            "info_url": {
                "fi": "https://www.oodihelsinki.fi/",
                "sv": "https://oodihelsinki.fi/sv/",
                "en": "https://oodihelsinki.fi/en/"
            },
            "telephone": {
                "fi": "+358 9 310 85000"
            },
            "description": {
                "fi": "Oodi on tapahtumapaikka, lukemisen talo ja monipuolinen kaupunkikokemus.\nOodi tarjoaa tietoja, taitoja ja tarinoita, ja sinne on helppo tulla oppimaan,\neläytymään, nauttimaan ja työskentelemään. Kaikille avoin uuden ajan kirjasto\non elävä ja toiminnallinen kohtaamispaikka.",
                "sv": "Ode är en evenemangsplats, ett läsandets hus och en mångsidig stadsupplevelse. Det bjuder på kunskap, nya färdigheter och berättelser, och är lättillgänglig för inlärning, inlevelse, arbete och avkoppling. Det är ett modernt bibliotek och en levande och funktionell mötesplats till för alla stadsbor.",
                "en": "Oodi is a venue for events, a house of reading and a diverse urban experience.\nIt will provide its users with knowledge, new skills and stories, and will be an\neasy place to access for learning, story immersion, work and relaxation. Oodi\nis a library of a new era, a living and functional meeting place open for all."
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:51342/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:18703",
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": null,
            "last_modified_time": "2024-01-31T09:09:28.204343Z",
            "custom_data": null,
            "email": "tikkurila.kirjasto@vantaa.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "01300",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 7130,
            "image": 102412,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.041939,
                    60.29517
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "name": {
                "fi": "Tikkurilan kirjasto",
                "sv": "Dickursby bibliotek",
                "en": "Tikkurila Library"
            },
            "street_address": {
                "fi": "Lummetie 4",
                "sv": "Näckrosvägen 4",
                "en": "Lummetie 4"
            },
            "info_url": {
                "fi": "https://www.helmet.fi/tikkurilankirjasto",
                "sv": "https://www.helmet.fi/dickursbybibliotek",
                "en": "https://www.helmet.fi/tikkurilalibrary"
            },
            "telephone": {
                "fi": "+358 43 824 8307"
            },
            "description": {
                "fi": "Kirjasto on kaikille avoin kohtaamispaikka ja kulttuurikeskus. Kirjastossa on lehtiä, kirjoja, musiikkia, elokuvia ja muita aineistoja, joihin voit tutustua paikan päällä tai lainata kotiin. Kirjaston tiloissa voit opiskella, harrastaa ja oleskella. Siellä järjestetään myös opastuksia, neuvontaa, digitukea, tapahtumia ja näyttelyitä. Kirjastossa on käytössä langaton verkko, tietokoneita ja yleisimmät tietokoneohjelmat.",
                "sv": "Biblioteket är en mötesplats och ett kulturhus öppet för alla. I biblioteket finns tidningar, böcker, musik, filmer och annat material som du kan bekanta dig med på plats eller låna hem. I bibliotekets lokaler kan du studera, utöva hobbyer eller bara tillbringa din tid Där ordnas också handledning, rådgivning, digitalt stöd, evenemang och utställningar. I biblioteket finns tillgång till trådlösa nätverk, datorer och de mest allmänna dataprogrammen.",
                "en": "The library is an open meeting place and cultural center, meant for everybody. The library has magazines, books, music, movies, and other material that you can browse on the spot or borrow and take home with you. You can study, engage in a hobby and hang out on library premises. Libraries also arrange instruction, guidance, digital support, events, and exhibitions. Libraries provide the customers with a wLAN, computers and the most common software."
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:18703/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:1923",
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kampinmalmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kampinmalmi",
                        "sv": "Kampmalmen"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kamppi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kamppi",
                        "sv": "Kampen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kamppi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kamppi",
                        "sv": "Kampen"
                    }
                }
            ],
            "created_time": null,
            "last_modified_time": "2024-01-29T13:09:27.589518Z",
            "custom_data": null,
            "email": "kampin.palvelukeskus@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00100",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 6056,
            "image": 101988,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.926855,
                    60.168217
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Kampin palvelukeskus",
                "sv": "Kampens servicecentral",
                "en": "Kamppi Service Centre"
            },
            "street_address": {
                "fi": "Salomonkatu 21 B",
                "sv": "Salomonsgatan 21 B",
                "en": "Salomonkatu 21 B"
            },
            "info_url": {
                "fi": "https://www.hel.fi/fi/sosiaali-ja-terveyspalvelut/senioripalvelut/palvelukeskukset/kampin-palvelukeskus",
                "sv": "https://www.hel.fi/sv/social-och-halsovardstjanster/seniortjanster/servicecentraler/kampens-servicecentral",
                "en": "https://www.hel.fi/en/health-and-social-services/senior-services/service-centres/kamppi-service-centre"
            },
            "telephone": {
                "fi": "+358 9 310 44513"
            },
            "description": {
                "fi": "Kampin palvelukeskus on avoin kohtaamispaikka helsinkiläisille eläkeläisille ja työttömille.\nPalvelukeskuksen toiminta tukee kotona asumistasi, ylläpitää toimintakykyäsi ja edistää hyvinvointiasi. Voit osallistua erilaisiin ryhmiin, luennoille ja tapahtumiin ja oppia uutta. Voit osallistua monipuoliseen toimintaamme oman mielenkiintosi mukaan ja halutessasi toimia vapaaehtoisena. Lisäksi saat meiltä yksilöllistä neuvontaa ja ohjausta. Palvelemme sinua Kampin palvelukeskuksessa myös ruotsiksi. Meillä työskentelee muun muassa sosiaaliohjaajia, fysioterapeutteja ja ohjaajia. Avarissa ja valoisissa tiloissamme toimii kaikille avoin Ravintola Kampin rafla. Löydät linkin ruokalistaan tämän sivun lopusta. Lisäksi meillä on itsehoitopiste sekä asiakastietokoneita ja tulostin. Tulostuspaperia saat neuvonnasta. Tulostaminen on maksullista. Palvelukeskuksen toiminta on sinulle maksutonta, ellei toisin mainita. Saat tarvittavan palvelukeskuskortin maksutta palvelukeskuksen neuvonnasta.",
                "sv": "Kampens servicecentral är en öppen mötesplats för pensionärer och arbetslösa i Helsingfors. Servicecentralens verksamhet stöder dig att bo hemma, upprätthåller din funktionsförmåga och främjar ditt välmående. Du kan delta i olika grupper, föreläsningar och evenemang samt lära dig nya saker. Du kan delta i vår mångsidiga verksamhet enligt dina egna intressen eller ställa upp som volontär, om du vill. Dessutom får du individuell rådgivning och handledning hos oss. Vid Kampens servicecentral får du också betjäning på svenska. Hos oss arbetar bland annat socialhandledare, fysioterapeuter och handledare. I våra öppna och ljusa lokaler finns en restaurang Kampin rafla som är öppen för alla. Du hittar länken till restaurangens meny längst ner på denna sida. Dessutom har vi en egenvårdspunkt samt datorer och en skrivare. Du får skrivarpapper från receptionen. Utskrivningen är avgiftsbelagd. Servicecentralens verksamhet är kostnadsfri för dig, om inget annat anges. Du får ett servicecentralskort som du behöver för att gratis delta i verksamheten från servicecentralens reception.",
                "en": "Kamppi Service Centre is an open meeting place for pensioners and the unemployed in Helsinki. The service centre's activities support you to live at home, maintain your ability to function and promote your well-being. You can take part in groups, lectures and events and learn new things. You can join our varied activities according to your interests and work as a volunteer if you so wish. We can also provide you with personalised advice and guidance. We also offer service in Swedish at Kamppi Service Centre. Our staff includes social counsellors, physiotherapists and instructors. Our spacious and bright premises have a restaurant, Kampin rafla, open to all. You can find the link to the restaurant's menu at the end of this page. We also have a self-care point, customer computers and a printer. Printing paper is available from the information desk. There is a printing fee. Unless stated otherwise, the services provided at the centre are free. To access them, you need a service centre card that you can obtain from the service centre's information desk free of charge."
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:1923/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8740",
            "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:ala-malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ala-Malmi",
                        "sv": "Nedre Malm"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                }
            ],
            "created_time": null,
            "last_modified_time": "2024-02-20T11:09:27.992762Z",
            "custom_data": null,
            "email": "malmitalo.vahtimestarit@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00700",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 5057,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.01497,
                    60.250507
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Malmitalo",
                "sv": "Malms kulturhus",
                "en": "Cultural Centre Malmitalo"
            },
            "street_address": {
                "fi": "Ala-Malmin tori 1",
                "sv": "Nedre Malms torg 1",
                "en": "Ala-Malmin tori 1"
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/",
                "sv": "https://www.malmitalo.fi/sv/framsidan",
                "en": "https://www.malmitalo.fi/en/frontpage"
            },
            "telephone": {
                "fi": "+358 9 310 80831"
            },
            "description": null,
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:8740/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:15311",
            "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": null,
            "last_modified_time": "2024-04-09T05:09:25.524377Z",
            "custom_data": null,
            "email": "kirjasto.tapiola@espoo.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02100",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 4957,
            "image": 102197,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.804646,
                    60.178085
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "name": {
                "fi": "Tapiolan kirjasto",
                "sv": "Hagalunds bibliotek",
                "en": "Tapiola Library"
            },
            "street_address": {
                "fi": "Espoon kulttuurikeskus, Kulttuuriaukio 2",
                "sv": "Kulturplatsen 2",
                "en": "Kulttuuriaukio 2"
            },
            "info_url": {
                "fi": "https://helmet.finna.fi/OrganisationInfo/Home#84850",
                "sv": "https://helmet.finna.fi/OrganisationInfo/Home#84850",
                "en": "https://helmet.finna.fi/OrganisationInfo/Home#84850"
            },
            "telephone": {
                "fi": "+358 50 428 9392"
            },
            "description": null,
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:15311/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:20879",
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vironniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vironniemi",
                        "sv": "Estnäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kluuvi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kluuvi",
                        "sv": "Gloet"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kluuvi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kluuvi",
                        "sv": "Gloet"
                    }
                }
            ],
            "created_time": null,
            "last_modified_time": "2024-01-29T13:10:03.981249Z",
            "custom_data": null,
            "email": "myynti@kansallisteatteri.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00100",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 4559,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.943838,
                    60.172485
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Suomen Kansallisteatteri",
                "sv": "Finlands nationalteater",
                "en": "Finnish National Theatre"
            },
            "street_address": {
                "fi": "Läntinen Teatterikuja 1",
                "sv": "Västra Teatergränden 1",
                "en": "Läntinen Teatterikuja 1"
            },
            "info_url": {
                "fi": "https://kansallisteatteri.fi/",
                "sv": "https://kansallisteatteri.fi/",
                "en": "http://www.kansallisteatteri.fi"
            },
            "telephone": {
                "fi": "+358 10 733 1331"
            },
            "description": {
                "fi": "Kansallisteatteri on vuonna 1872 perustettu Suomen vanhin suomenkielinen teatteri. Kansallisteatteri on taiteellinen teatteri, jonka ohjelmistossa nähdään tuoreinta kotimaista draamaa, kiinnostavimpia ulkomaisia näytelmiä ja parhaita klassikoita. Kansallisteatterilla on neljä kiinteää näyttämöä: Suuri näyttämö, Pieni näyttämö, Willensauna ja Omapohja. Toisinaan Kansallisteatterin ohjelmisto levittäytyy myös muihin tiloihin. Ensi-iltoja on vuosittain viitisentoista, ja ohjelmistossa kaikkiaan lähes 50 eri esitystä. Onni Törnqvist-Tarjanteen suunnittelema teatteritalo vihittiin käyttöön 9.4.1902.",
                "sv": "Finlands nationalteater är Finlands äldsta finskspråkiga teater, grundad år 1872. Byggnaden ritades av arkitekt Onni Törnqvist-Tarjanne och togs i bruk 1902. Teaterns material och föreställningar är huvudsakligen på finska.",
                "en": "Founded in 1872 The Finnish National Theatre is the oldest Finnish-language professional theatre in Finland. The building was designed by architect Onni Törnqvist-Tarjanne in 1902."
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:20879/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71761",
            "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:maunula",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maunula",
                        "sv": "Månsas"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                }
            ],
            "created_time": "2023-01-13T07:09:32.169964Z",
            "last_modified_time": "2024-03-19T14:09:55.327019Z",
            "custom_data": null,
            "email": "yhteisotalo.saunabaari@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00630",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 4322,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.926237,
                    60.22775
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Stadin yhteisötalo Saunabaari",
                "sv": "Gemenskapshuset Saunabaari",
                "en": "Community house Saunabaari"
            },
            "street_address": {
                "fi": "Metsäpurontie 25",
                "sv": "Skogsbäcksvägen 25",
                "en": "Metsäpurontie 25"
            },
            "info_url": {
                "fi": "http://hel.fi/yhteisotalot",
                "sv": "http://hel.fi/yhteisotalot",
                "en": "http://hel.fi/yhteisotalot"
            },
            "telephone": {
                "fi": "+358 9 310 24587"
            },
            "description": {
                "fi": "Voit tulla talolle viettämään aikaa, kahvittelemaan tai osallistumaan ryhmiin, retkiin ja tilaisuuksiin. Täältä löytyy kirjoja, lehtiä ja lautapelejä, mahdollisuus käyttää ompelukonetta, saumuria, varata kangaspuut tai tehdä keramiikkaa. Lisäksi talolla on käytettävissä wifi.\nTilojamme voi vuokrata ulkopuoliset toimijat ja ryhmät Varaamon kautta. Olet myös tervetullut mukaan Saunabaarin vapaaehtoisten toimintaan mukaan. Stadin yhteisötalojen tapahtumat ja retket ovat maksuttomia, harrastusmateriaalit ja matkat omakustanteisia.",
                "sv": "Gemenskapshus är mötes- och evenemangsplatser som är öppna för alla. Syftet med gemenskapshus verksamheten är att öka stadsbornas delaktighet och välbefinnande samt att förebygga ensamhet. I husen kan du delta i olika grupper och evenemang. Du kan planera och delta i aktiviteter eller bara vistas. Alla gemenskapshus i Helsingfors har datorer för användning av e-tjänster. Du kan också få digitalt stöd för att använda dina egna apparater. Aktiviteterna är kostnadsfria för besökare. Gemenskapshusens lokaler kan också reserveras för föreningars och organisationers verksamhet samt för privat bruk, varvid en avgift kan tas ut för platsbokningar.",
                "en": "Community houses are meeting and event places open to everyone. The aim of community house activities is to increase the participation and well-being of city residents and to prevent loneliness. In the houses you can participate in various groups and events. You can come along to brainstorm activities, participate or just be. All community houses in Helsinki have computers for electronic services. If necessary, you can also get digital support for using your own devices. The activities are free of charge for visitors. The premises of the community house can also be reserved for the The activities are free of charge for visitors. The premises of the community house can also be reserved for the activities of associations and organisations as well as for private use, in which case a fee may be charged for the reservations. There are places for reading the newspaper or browsing the internet. They also act as teaching facilities, resident cafe and a general information centre for the area. Community centres are suitable as meeting and club premises for different groups. Social Instructors offer guidance in social services. There are computers and a multi-function printer in every resident house in Helsinki to enable usage of e-services. You can also get digital help to use your own device. The services are free of charge for the customers. Remuneration may only be charged for renting the facilities, the materials and other costs related to providing the services. It is also possible to hold small parties at the community centres as they are equipped with coffee machines, kettles and a microwave oven, and some facilities also have a refrigerator. Other amenities vary from place to place."
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:71761/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8310",
            "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": null,
            "last_modified_time": "2024-01-29T13:09:39.732044Z",
            "custom_data": null,
            "email": "vuosaaren_kirjasto@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00980",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 4283,
            "image": 102146,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.14392,
                    60.20868
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Vuosaaren kirjasto",
                "sv": "Nordsjö bibliotek",
                "en": "Vuosaari Library"
            },
            "street_address": {
                "fi": "Mosaiikkitori 2",
                "sv": "Mosaiktorget 2",
                "en": "Mosaiikkitori 2"
            },
            "info_url": {
                "fi": "http://www.helmet.fi/vuosaarenkirjasto",
                "sv": "http://www.helmet.fi/nordsjobibliotek",
                "en": "http://www.helmet.fi/vuosaarilibrary"
            },
            "telephone": {
                "fi": "+358 9 310 85098"
            },
            "description": null,
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:8310/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:7259",
            "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:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itäkeskus",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itäkeskus",
                        "sv": "Östra centrum"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": null,
            "last_modified_time": "2024-02-20T13:09:21.769606Z",
            "custom_data": null,
            "email": "stoa.vahtimestarit@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00900",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 4131,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.07989,
                    60.212097
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Stoa",
                "sv": "Stoa",
                "en": "Cultural Centre Stoa"
            },
            "street_address": {
                "fi": "Turunlinnantie 1",
                "sv": "Åbohusvägen 1",
                "en": "Turunlinnantie 1"
            },
            "info_url": {
                "fi": "http://www.stoa.fi/",
                "sv": "https://www.stoa.fi/sv/framsidan",
                "en": "https://www.stoa.fi/en/frontpage"
            },
            "telephone": {
                "fi": "+358 40 160 3755"
            },
            "description": null,
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:7259/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:18241",
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": null,
            "last_modified_time": "2024-02-02T06:09:27.969514Z",
            "custom_data": null,
            "email": "myyrmaki.kirjasto@vantaa.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "01600",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 4124,
            "image": 102384,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.853647,
                    60.261337
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "name": {
                "fi": "Myyrmäen kirjasto",
                "sv": "Myrbacka bibliotek",
                "en": "Myyrmäki Library"
            },
            "street_address": {
                "fi": "Paalutori 3",
                "sv": "Påltorget 3",
                "en": "Paalutori 3"
            },
            "info_url": {
                "fi": "https://www.helmet.fi/myyrmaenkirjasto",
                "sv": "https://www.helmet.fi/myrbackabibliotek",
                "en": "https://www.helmet.fi/myyrmakilibrary"
            },
            "telephone": {
                "fi": "+358 43 825 1308"
            },
            "description": {
                "fi": "Kirjasto on kaikille avoin kohtaamispaikka ja kulttuurikeskus. Kirjastossa on lehtiä, kirjoja, musiikkia, elokuvia ja muita aineistoja, joihin voit tutustua paikan päällä tai lainata kotiin. Kirjaston tiloissa voit opiskella, harrastaa ja oleskella. Siellä järjestetään myös opastuksia, neuvontaa, digitukea, tapahtumia ja näyttelyitä. Kirjastossa on käytössä langaton verkko, tietokoneita ja yleisimmät tietokoneohjelmat.",
                "sv": "Biblioteket är en mötesplats och ett kulturhus öppet för alla. I biblioteket finns tidningar, böcker, musik, filmer och annat material som du kan bekanta dig med på plats eller låna hem. I bibliotekets lokaler kan du studera, utöva hobbyer eller bara tillbringa din tid Där ordnas också handledning, rådgivning, digitalt stöd, evenemang och utställningar. I biblioteket finns tillgång till trådlösa nätverk, datorer och de mest allmänna dataprogrammen.",
                "en": "The library is an open meeting place and cultural center, meant for everybody. The library has magazines, books, music, movies, and other material that you can browse on the spot or borrow and take home with you. You can study, engage in a hobby and hang out on library premises. Libraries also arrange instruction, guidance, digital support, events, and exhibitions. Libraries provide the customers with a wLAN, computers and the most common software."
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:18241/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8184",
            "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:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itäkeskus",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itäkeskus",
                        "sv": "Östra centrum"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": null,
            "last_modified_time": "2024-02-20T06:09:28.086661Z",
            "custom_data": null,
            "email": "itakeskuksen_kirjasto@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00900",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 4015,
            "image": 102125,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.080221,
                    60.21196
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Itäkeskuksen kirjasto",
                "sv": "Östra centrums bibliotek",
                "en": "Itäkeskus Library"
            },
            "street_address": {
                "fi": "Turunlinnantie 1",
                "sv": "Åbohusvägen 1",
                "en": "Turunlinnantie 1"
            },
            "info_url": {
                "fi": "http://www.helmet.fi/itakeskuksenkirjasto",
                "sv": "http://www.helmet.fi/ostracentrumsbibliotek",
                "en": "http://www.helmet.fi/itakeskuslibrary"
            },
            "telephone": {
                "fi": "+358 9 310 85090"
            },
            "description": null,
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:8184/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:7254",
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kampinmalmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kampinmalmi",
                        "sv": "Kampmalmen"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kamppi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kamppi",
                        "sv": "Kampen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kamppi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kamppi",
                        "sv": "Kampen"
                    }
                }
            ],
            "created_time": null,
            "last_modified_time": "2024-01-29T13:09:36.535204Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00100",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 3948,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.93472,
                    60.167854
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Annantalo",
                "sv": "Annegården",
                "en": "Annantalo Arts Centre"
            },
            "street_address": {
                "fi": "Annankatu 30",
                "sv": "Annegatan 30",
                "en": "Annankatu 30"
            },
            "info_url": {
                "fi": "https://www.annantalo.fi/",
                "sv": "https://www.annantalo.fi/sv/framsidan",
                "en": "https://www.annantalo.fi/en/frontpage"
            },
            "telephone": {
                "fi": "+358 9 310 37185"
            },
            "description": {
                "fi": "Annantalo on lasten, nuorten ja perheiden taidekeskus Helsingissä. Annantalossa on taideopetusta, näyttelyitä, esityksiä, tapahtumia ja työpajoja. Järjestämme myös lastenkulttuurin koulutuksia ja seminaareja.",
                "sv": "Annegården är ett konstcentrum för barn, ungdomar och familjer i Helsingfors. På Annegården ordnas undervisning i konst, utställningar, föreställningar, evenemang och verkstäder. På Annegården ordnas också seminarier och utbildningar som främjar barnkultur.",
                "en": "Annantalo is an arts centre for children, young people and families in Helsinki. Annantalo is a venue for art education, exhibitions and performances, events and workshops. Annantalo is also a venue for seminars and training courses that promote children's culture."
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:7254/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8149",
            "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:taka-töölö",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Taka-Töölö",
                        "sv": "Bortre Tölö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:taka-töölö",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Taka-Töölö",
                        "sv": "Bortre Tölö"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:taka-töölö",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Taka-Töölö",
                        "sv": "Bortre Tölö"
                    }
                }
            ],
            "created_time": null,
            "last_modified_time": "2024-01-29T13:09:38.934135Z",
            "custom_data": null,
            "email": "toolon_kirjasto@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00250",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 3878,
            "image": 102119,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.917463,
                    60.183304
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Töölön kirjasto",
                "sv": "Tölö bibliotek",
                "en": "Töölö Library"
            },
            "street_address": {
                "fi": "Topeliuksenkatu 6",
                "sv": "Topeliusgatan 6",
                "en": "Topeliuksenkatu 6"
            },
            "info_url": {
                "fi": "http://www.helmet.fi/toolonkirjasto",
                "sv": "http://www.helmet.fi/tolobibliotek",
                "en": "http://www.helmet.fi/toololibrary"
            },
            "telephone": {
                "fi": "+358 9 310 85025"
            },
            "description": null,
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:8149/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:1940",
            "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:alppiharju",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Alppiharju",
                        "sv": "Åshöjden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:harju",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Harju",
                        "sv": "Ås"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:alppiharju",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Alppiharju",
                        "sv": "Åshöjden"
                    }
                }
            ],
            "created_time": null,
            "last_modified_time": "2024-01-29T13:09:27.761472Z",
            "custom_data": null,
            "email": "kinaporin.palvelukeskus@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00500",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 3563,
            "image": 101995,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.96211,
                    60.18864
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Kinaporin seniorikeskus",
                "sv": "Kinaborgs seniorcenter",
                "en": "Kinapori senior centre"
            },
            "street_address": {
                "fi": "Kinaporinkatu 7-9",
                "sv": "Kinaborgsgatan 7-9",
                "en": "Kinaporinkatu 7-9"
            },
            "info_url": null,
            "telephone": {
                "fi": "+358 9 310 52910"
            },
            "description": {
                "fi": "Kinaporin seniorikeskus sijaitsee hyvien liikenneyhteyksien varrella Sörnäisissä. Tarjoamme ympärivuorokautista palveluasumista ja hoitoa ryhmäkodeissa ja palvelutalossa. Arviointi- ja kuntoutusyksikkö on lyhytaikaista hoitoa ja tukee myös muistisairaan ikääntyneen toimintakykyä. Taide ja kulttuuri ovat vahvasti läsnä arjessamme. Moninaisuus ja monikulttuurisuus ovat vahvuutemme ja olennainen osa toimintatapaamme. Kinaporin toimintakykyä ylläpitävä ja kuntoutumista tukeva päivätoiminta on tarkoitettu omissa kodeissaan asuville iäkkäille ja muistisairaille henkilöille. Seniorikeskuksen yhteydessä on Kinaporin palvelukeskus, jonka monipuoliseen toimintaan voivat osallistua kaikki eläkeläiset ja työttömät. Haluatko tietää lisää seniorikeskusten palveluista? Kysy Seniori-infosta tai palvelukeskuksen sosiaaliohjaajalta.",
                "sv": "Kinaborgs seniorcenter ligger längs goda trafikförbindelser i Sörnäs. Vi tillhandahåller serviceboende med heldygnsomsorg i grupphem och servicehus. Bedömnings- och rehabiliteringsenheten erbjuder korttidsvård och stöttar även de äldre demenssjukas funktionsförmåga. Konst och kultur utgör en viktig del av vardagen. Mångsidighet och kulturell mångfald är våra styrkor och en väsentlig del av vårt verksamhetssätt. Vi erbjuder äldre och minnessjuka personer som bor hemma rehabiliterande dagverksamhet som upprätthåller funktionsförmågan. I anslutning till seniorcentret finns Kinaborgs servicecenter, i vars mångsidiga verksamhet alla pensionärer och arbetslösa kan delta. Vill du veta mer om tjänsterna vid seniorcentren? Fråga Seniorinfo eller servicecentrets socialhandledare.",
                "en": "The Kinapori Senior Centre is located within excellent transport connections in Sörnäinen. We provide 24-hour housing in group homes and a service home.The Assessment and Rehabilitation Unit provides short-term care and supports the functional capacity of an elderly person with a memory disorder. Art and culture are strongly present in our everyday life. Diversity and multiculturalism are our strengths and an integral part of our work. We offer day activities that maintain and rehabilitate the functional ability of elderly people and people with memory disorders living in their own homes. The senior centre is connected to the Kinapori Service Centre, whose wide range of activities is open to all pensioners and unemployed people. Do you want to know more about the services of senior centres? Ask for further information from Senior Info or the social instructor of the service centre."
            },
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:1940/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8192",
            "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:ala-malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ala-Malmi",
                        "sv": "Nedre Malm"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                }
            ],
            "created_time": null,
            "last_modified_time": "2024-01-29T13:09:39.113754Z",
            "custom_data": null,
            "email": "malmin_kirjasto@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00700",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 3506,
            "image": 102126,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.014954,
                    60.25052
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Malmin kirjasto",
                "sv": "Malms bibliotek",
                "en": "Malmi Library"
            },
            "street_address": {
                "fi": "Ala-Malmin tori 1",
                "sv": "Nedre Malms torg 1",
                "en": "Ala-Malmin tori 1"
            },
            "info_url": {
                "fi": "http://www.helmet.fi/malminkirjasto",
                "sv": "http://www.helmet.fi/malmbibliotek",
                "en": "http://www.helmet.fi/malmilibrary"
            },
            "telephone": {
                "fi": "+358 9 310 85070"
            },
            "description": null,
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:8192/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8223",
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pasila",
                        "sv": "Böle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pasila",
                        "sv": "Östra Böle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pasila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pasila",
                        "sv": "Böle"
                    }
                }
            ],
            "created_time": null,
            "last_modified_time": "2024-01-29T13:09:39.267154Z",
            "custom_data": null,
            "email": "monikielinen.kirjasto@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00520",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 3394,
            "image": 102132,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.935858,
                    60.200836
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Monikielinen kirjasto",
                "sv": "Flerspråkiga biblioteket",
                "en": "Multilingual Library"
            },
            "street_address": {
                "fi": "Kellosilta 9",
                "sv": "Klockbron 9",
                "en": "Kellosilta 9"
            },
            "info_url": {
                "fi": "http://www.helmet.fi/monikielinenkirjasto",
                "sv": "http://www.helmet.fi/flersprakigabibliotek",
                "en": "http://www.helmet.fi/multilinguallibrary"
            },
            "telephone": {
                "fi": "+358 9 310 85402"
            },
            "description": null,
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:8223/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:7255",
            "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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kannelmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kannelmäki",
                        "sv": "Gamlas"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": null,
            "last_modified_time": "2024-02-20T11:09:27.311816Z",
            "custom_data": null,
            "email": "kanneltalo.vahtimestarit@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00420",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 3180,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.876202,
                    60.23885
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "name": {
                "fi": "Kanneltalo",
                "sv": "Gamlasgården",
                "en": "Cultural Centre Kanneltalo"
            },
            "street_address": {
                "fi": "Klaneettitie 5",
                "sv": "Klarinettvägen 5",
                "en": "Klaneettitie 5"
            },
            "info_url": {
                "fi": "http://www.kanneltalo.fi/",
                "sv": "https://www.kanneltalo.fi/sv/framsidan",
                "en": "https://www.kanneltalo.fi/en/frontpage"
            },
            "telephone": {
                "fi": "+358 40 822 8918"
            },
            "description": null,
            "@id": "http://api.hel.fi/linkedevents/v0.1/place/tprek:7255/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}