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

{
    "meta": {
        "count": 151429,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=5&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=3&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:8177",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:38.612996Z",
            "last_modified_time": "2024-02-06T13:09:55.826412Z",
            "custom_data": null,
            "email": "oulunkylan_kirjasto@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": 193,
            "image": 7813,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.962605,
                    60.22807
                ]
            },
            "name": {
                "fi": "Oulunkylän kirjasto",
                "sv": "Åggelby bibliotek",
                "en": "Oulunkylä Library"
            },
            "street_address": {
                "fi": "Kylänvanhimmantie 27",
                "sv": "Byäldstevägen 27",
                "en": "Kylänvanhimmantie 27"
            },
            "info_url": {
                "fi": "http://www.helmet.fi/oulunkylankirjasto",
                "sv": "http://www.helmet.fi/aggelbybibliotek",
                "en": "http://www.helmet.fi/oulunkylalibrary"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "telephone": {
                "fi": "+358 9 310 85064"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8177/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:7986",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:28.324097Z",
            "last_modified_time": "2024-02-06T13:09:53.435080Z",
            "custom_data": null,
            "email": "kipinan.nuorisotalo@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00900",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 192,
            "image": 7785,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.07989,
                    60.212097
                ]
            },
            "name": {
                "fi": "Itäkeskuksen nuorten toimintatalo Kipinä",
                "sv": "De ungas aktivitetshus Kipinä i Östra centrum",
                "en": "Itäkeskus Youth Work Unit"
            },
            "street_address": {
                "fi": "Turunlinnantie 1 A",
                "sv": "Åbohusvägen 1 A",
                "en": "Turunlinnantie 1 A"
            },
            "info_url": {
                "fi": "https://nuorten.helsinki/nuorisotalot/nuorten-toimintatalo-kipina-itakeskus/",
                "sv": "https://nuorten.helsinki/nuorisotalot/nuorten-toimintatalo-kipina-itakeskus/",
                "en": "https://nuorten.helsinki/nuorisotalot/nuorten-toimintatalo-kipina-itakeskus/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7986/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8178",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "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"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:38.902881Z",
            "last_modified_time": "2024-06-08T05:09:30.068368Z",
            "custom_data": null,
            "email": "kontulan_kirjasto@hel.fi",
            "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": 192,
            "image": 151382,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.085348,
                    60.23764
                ]
            },
            "name": {
                "fi": "Kontulan kirjasto",
                "sv": "Gårdsbacka bibliotek",
                "en": "Kontula Library"
            },
            "street_address": {
                "fi": "Ostostie 4",
                "sv": "Köpvägen 4",
                "en": "Ostostie 4"
            },
            "info_url": {
                "fi": "http://www.helmet.fi/kontulankirjasto",
                "sv": "http://www.helmet.fi/gardsbackabibliotek",
                "en": "http://www.helmet.fi/kontulalibrary"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "telephone": {
                "fi": "+358 9 310 85094"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8178/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:19572",
            "has_user_editable_resources": false,
            "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": "2023-08-15T08:15:26.185598Z",
            "last_modified_time": "2024-12-19T06:09:31.021978Z",
            "custom_data": null,
            "email": "koivukyla.kirjasto@vantaa.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "01400",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 190,
            "image": 8145,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.057426,
                    60.32388
                ]
            },
            "name": {
                "fi": "Koivukylän kirjasto",
                "sv": "Björkby bibliotek",
                "en": "Koivukylä Library"
            },
            "street_address": {
                "fi": "Ojalehdonkuja 1",
                "sv": "Bäcklundsgränden 1",
                "en": "Ojalehdonkuja 1"
            },
            "info_url": {
                "fi": "https://www.helmet.fi/koivukylankirjasto",
                "sv": "https://helmet.finna.fi/OrganisationInfo/Home?lng=sv#84873",
                "en": "https://helmet.finna.fi/OrganisationInfo/Home?lng=en-gb#84873"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "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."
            },
            "telephone": {
                "fi": "+358 43 825 0961"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:19572/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:19217",
            "has_user_editable_resources": false,
            "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": "2023-08-15T08:15:17.493294Z",
            "last_modified_time": "2024-02-06T13:10:31.639869Z",
            "custom_data": null,
            "email": "martinlaakso.kirjasto@vantaa.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "01620",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 190,
            "image": 8126,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.851395,
                    60.277206
                ]
            },
            "name": {
                "fi": "Martinlaakson kirjasto",
                "sv": "Mårtensdals bibliotek",
                "en": "Martinlaakso Library"
            },
            "street_address": {
                "fi": "Laajaniityntie 3",
                "sv": "Bredängsvägen 3",
                "en": "Laajaniityntie 3"
            },
            "info_url": {
                "fi": "https://www.helmet.fi/martinlaaksonkirjasto",
                "sv": "https://www.helmet.fi/martensdalbibliotek",
                "en": "https://www.helmet.fi/martinlaaksolibrary"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "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."
            },
            "telephone": {
                "fi": "+358 43 825 0909"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:19217/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8348",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:46.805549Z",
            "last_modified_time": "2024-09-10T05:09:34.350017Z",
            "custom_data": null,
            "email": "myllypuron_kirjasto@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00920",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 190,
            "image": 93164,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.073244,
                    60.224144
                ]
            },
            "name": {
                "fi": "Myllypuron kirjasto",
                "sv": "Kvarnbäckens bibliotek",
                "en": "Myllypuro Library"
            },
            "street_address": {
                "fi": "Kiviparintie 2",
                "sv": "Stenparsvägen 2",
                "en": "Kiviparintie 2"
            },
            "info_url": {
                "fi": "https://www.helmet.fi/myllypuronkirjasto",
                "sv": "https://www.helmet.fi/kvarnbackensbibliotek",
                "en": "https://www.helmet.fi/myllypurolibrary"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "telephone": {
                "fi": "+358 9 310 85092"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8348/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:45317",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "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:jätkäsaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Jätkäsaari",
                        "sv": "Busholmen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:länsisatama",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsisatama",
                        "sv": "Västra Hamnen"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T11:13:31.858009Z",
            "last_modified_time": "2024-04-09T05:09:42.783845Z",
            "custom_data": null,
            "email": "jatkasaaren_kirjasto@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00220",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 187,
            "image": 9558,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.920868,
                    60.159977
                ]
            },
            "name": {
                "fi": "Jätkäsaaren kirjasto",
                "sv": "Busholmens bibliotek",
                "en": "Jätkäsaari Library"
            },
            "street_address": {
                "fi": "Tyynenmerenkatu 1",
                "sv": "Stillahavsgatan 1",
                "en": "Tyynenmerenkatu 1"
            },
            "info_url": {
                "fi": "http://www.helmet.fi/jatkasaari",
                "sv": "http://www.helmet.fi/busholmen",
                "en": "http://www.helmet.fi/jatkasaarilibrary"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "telephone": {
                "fi": "+358 9 310 85815"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:45317/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:68254",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:27:47.892613Z",
            "last_modified_time": "2025-02-03T13:10:08.852788Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00820",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 186,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.058384,
                    60.198788
                ]
            },
            "name": {
                "fi": "Kulttuurilabra",
                "sv": "Kulttuurilabra",
                "en": "Kulttuurilabra"
            },
            "street_address": {
                "fi": "Untuvaisentie 2",
                "sv": "Dunungens väg 2",
                "en": "Untuvaisentie 2"
            },
            "info_url": {
                "fi": "https://nuorten.hel.fi/nuorisotalot/kulttuurilabra/",
                "sv": "https://nuorten.hel.fi/nuorisotalot/kulttuurilabra/",
                "en": "https://nuorten.hel.fi/nuorisotalot/kulttuurilabra/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Nuorten hieno ruutibudjettialoite on totta. Roihuvuoreen (Untuvasentie 2) on remontoitu nuorten oma tila, Kulttuurilabra. Yhdessäoloa taiteentekemisen äärellä tai siitä nautiskellen. Taidetyöpajoja, Valokahviloita ja nuorten ajatuksista lähteviä tapahtumia. Tervetuloa tekemään tilaa omaksesi. Tilassa on myös näyttelytila nuorten tekmille teoksille, voit hakea taiteellesi näyttelyaikaa: paivi.h.manninen@hel.fi."
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68254/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:9340",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T08:13:25.079554Z",
            "last_modified_time": "2024-02-06T13:10:05.246698Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00520",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": true,
            "n_events": 175,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.940313,
                    60.199146
                ]
            },
            "name": {
                "fi": "Studio Pasila",
                "sv": "Teaterstudio Pasila",
                "en": "Theatre Studio Pasila"
            },
            "street_address": {
                "fi": "Ratamestarinkatu 5",
                "sv": "Banmästargatan 5"
            },
            "info_url": {
                "fi": "https://hkt.fi/nayttamot/studio-pasila/",
                "sv": "https://hkt.fi/nayttamot/studio-pasila/",
                "en": "https://hkt.fi/nayttamot/studio-pasila/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "telephone": {
                "fi": "+358 9 394 01"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:9340/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:9353",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kamppi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kamppi",
                        "sv": "Kampen"
                    }
                },
                {
                    "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": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T08:13:26.380591Z",
            "last_modified_time": "2024-02-06T13:10:05.559954Z",
            "custom_data": null,
            "email": "info@hkt.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": 173,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.937542,
                    60.167675
                ]
            },
            "name": {
                "fi": "Lilla Teatern",
                "sv": "Lilla Teatern",
                "en": "Lilla Teatern"
            },
            "street_address": {
                "fi": "Yrjönkatu 30",
                "sv": "Georgsgatan 30"
            },
            "info_url": {
                "fi": "http://www.hkt.fi/lillateatern/",
                "sv": "http://www.hkt.fi/lillateatern/",
                "en": "http://www.hkt.fi/lillateatern/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "telephone": {
                "fi": "+358 9 394 0373"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:9353/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8020",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "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:malmin_lentokenttä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmin lentokenttä",
                        "sv": "Malms flygfält"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:30.375118Z",
            "last_modified_time": "2024-02-06T13:09:53.945744Z",
            "custom_data": null,
            "email": "fallkulla@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": 165,
            "image": 7790,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.036345,
                    60.256027
                ]
            },
            "name": {
                "fi": "Fallkullan kotieläintila",
                "sv": "Fallkullas husdjursgård",
                "en": "Falkulla Domestic Animal Farm"
            },
            "street_address": {
                "fi": "Malminkaari 24",
                "sv": "Malmbågen 24",
                "en": "Malminkaari 24"
            },
            "info_url": {
                "fi": "https://nuorten.helsinki/nuorisotalot/fallkulla/",
                "sv": "http://fallkulla.munstadi.fi",
                "en": "http://fallkulla.munstadi.fi"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "telephone": {
                "fi": "+358 9 310 89095"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8020/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8141",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:37.384427Z",
            "last_modified_time": "2024-02-15T06:09:26.715595Z",
            "custom_data": null,
            "email": "kannelmaen_kirjasto@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00420",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 165,
            "image": 7807,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.876202,
                    60.23885
                ]
            },
            "name": {
                "fi": "Kannelmäen kirjasto",
                "sv": "Gamlas bibliotek",
                "en": "Kannelmäki Library"
            },
            "street_address": {
                "fi": "Klaneettitie 5",
                "sv": "Klarinettvägen 5",
                "en": "Klaneettitie 5"
            },
            "info_url": {
                "fi": "https://www.helmet.fi/kannelmaenkirjasto",
                "sv": "https://www.helmet.fi/gamlasbibliotek",
                "en": "https://www.helmet.fi/kannelmakilibrary"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "telephone": {
                "fi": "+358 9 310 85042"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8141/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8350",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:46.995158Z",
            "last_modified_time": "2024-02-06T13:09:57.382656Z",
            "custom_data": null,
            "email": "maunulan_kirjasto@hel.fi",
            "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": 163,
            "image": 7841,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.933672,
                    60.231285
                ]
            },
            "name": {
                "fi": "Maunulan kirjasto",
                "sv": "Månsas bibliotek",
                "en": "Maunula Library"
            },
            "street_address": {
                "fi": "Metsäpurontie 4",
                "sv": "Skogsbäcksvägen 4",
                "en": "Metsäpurontie 4"
            },
            "info_url": {
                "fi": "http://www.helmet.fi/maunulankirjasto",
                "sv": "http://www.helmet.fi/mansasbibliotek",
                "en": "http://www.helmet.fi/maunulalibrary"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "telephone": {
                "fi": "+358 9 310 85063"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8350/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8158",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:munkkiniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Munkkiniemi",
                        "sv": "Munksnäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vanha_munkkiniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanha Munkkiniemi",
                        "sv": "Gamla Munksnäs"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:munkkiniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Munkkiniemi",
                        "sv": "Munksnäs"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:38.296427Z",
            "last_modified_time": "2024-02-06T13:09:55.783292Z",
            "custom_data": null,
            "email": "munkkiniemen_kirjasto@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00330",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 162,
            "image": 7812,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.875578,
                    60.196865
                ]
            },
            "name": {
                "fi": "Munkkiniemen kirjasto",
                "sv": "Munksnäs bibliotek",
                "en": "Munkkiniemi Library"
            },
            "street_address": {
                "fi": "Riihitie 22",
                "sv": "Rievägen 22",
                "en": "Riihitie 22"
            },
            "info_url": {
                "fi": "http://www.helmet.fi/munkkiniemenkirjasto",
                "sv": "http://www.helmet.fi/munksnasbibliotek",
                "en": "http://www.helmet.fi/munkkiniemilibrary"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8158/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8049",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pikku_huopalahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pikku Huopalahti",
                        "sv": "Lillhoplax"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruskeasuo",
                        "sv": "Brunakärr"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T08:12:32.467809Z",
            "last_modified_time": "2024-02-06T13:09:54.375537Z",
            "custom_data": null,
            "email": "pikku-huopalahden.nuorisotalo@hel.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00300",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 162,
            "image": 7795,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.895178,
                    60.20154
                ]
            },
            "name": {
                "fi": "Pikku Huopalahden nuorisotalo",
                "sv": "Lill Hoplax ungdomsgård",
                "en": "Pikku Huopalahti Youth Centre"
            },
            "street_address": {
                "fi": "Hilda Flodinin kuja 6",
                "sv": "Hilda Flodins gränd 6",
                "en": "Hilda Flodinin kuja 6"
            },
            "info_url": {
                "fi": "https://nuorten.helsinki/nuorisotalot/pikku-huopalahden-nuorisotalo/",
                "sv": "http://pikkuhuopalahti.munstadi.fi/",
                "en": "http://pikkuhuopalahti.munstadi.fi/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "telephone": {
                "fi": "+358 9 310 80366"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8049/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "harrastushaku:3260",
            "has_user_editable_resources": false,
            "data_source": "harrastushaku",
            "publisher": "ahjo:u48040030",
            "divisions": [],
            "created_time": "2023-08-17T05:00:53.682854Z",
            "last_modified_time": "2023-08-17T05:00:53.682875Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00540",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 160,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "name": {
                "fi": "Narrin näyttämö"
            },
            "street_address": {
                "fi": "Sörnäisten rantatie 31 A, 3. krs"
            },
            "info_url": {
                "fi": "http://narri.munstadi.fi/"
            },
            "address_locality": {
                "fi": "Helsinki"
            },
            "description": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3260/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:8359",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "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
                ]
            },
            "name": {
                "fi": "Tapanilan kirjasto",
                "sv": "Mosabacka bibliotek",
                "en": "Tapanila Library"
            },
            "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"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "telephone": {
                "fi": "+358 9 310 85073"
            },
            "@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": "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "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
                ]
            },
            "name": {
                "fi": "Pohjois-Haagan kirjasto",
                "sv": "Norra Haga bibliotek",
                "en": "Pohjois-Haaga Library"
            },
            "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"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "telephone": {
                "fi": "+358 9 310 85040"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8205/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:51489",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "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ö"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "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
                ]
            },
            "name": {
                "fi": "Merilahden peruskoulu",
                "sv": "Grundskolan Merilahden peruskoulu",
                "en": "Merilahti Comprehensive School"
            },
            "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"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "telephone": {
                "fi": "+358 9 310 80630"
            },
            "@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": "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "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
                ]
            },
            "name": {
                "fi": "Pukinmäen nuorisotalo",
                "sv": "Bocksbacka ungdomsgård",
                "en": "Pukinmäki Youth Centre"
            },
            "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/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "telephone": {
                "fi": "+358 9 310 32379"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8038/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}