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

{
    "meta": {
        "count": 152232,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=310&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=308&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:59750",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kalasatama",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kalasatama",
                        "sv": "Fiskehamnen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-15T15:11:21.984583Z",
            "last_modified_time": "2025-02-04T06:09:44.091440Z",
            "custom_data": null,
            "email": "info@hoyhentamo.fi",
            "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": 0,
            "image": 191728,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.974108,
                    60.186543
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Höyhentämö on nykyteatteria, tanssia ja muita esityksiä tuottava taiteilijayhteisö Helsingissä. Toiminta perustuu monipuoliseen kiinnostukseen esittävien taiteiden eri lajeja ja suuntauksia kohtaan. Pyrkimyksenä on haastaa käsityksiä ja tapoja teatterin tekemisestä.\nLisäksi teatteri tuottaa esityspalveluja yritysten ja yhteisöjen tarpeisiin.",
                "sv": "Höyhentämö Pluckhouse är en konstnärsgemenskap i Helsingfors som producerar samtida teater, dans och andra föreställningar. Verksamheten bygger på ett mångsidigt intresse för olika genrer och trender inom scenkonsten. Syftet är att utmana föreställningar och sätt att göra teater.\nDessutom tillhandahåller teatern föreställningstjänster för företags och samhällens behov.",
                "en": "Höyhentämö Pluckhouse is an artist community in Helsinki that produces contemporary theatre, dance and other performances. Its activities are based on a diverse interest in different genres and trends in the performing arts. The aim is to challenge perceptions and ways of making theatre.\nIn addition, the theatre produces performance services for the needs of companies and communities."
            },
            "info_url": {
                "fi": "http://www.hoyhentamo.fi",
                "sv": "http://www.hoyhentamo.fi",
                "en": "http://www.hoyhentamo.fi"
            },
            "name": {
                "fi": "Höyhentämö Pluckhouse",
                "sv": "Höyhentämö Pluckhouse",
                "en": "Höyhentämö Pluckhouse"
            },
            "telephone": {
                "fi": "+358 456 711 047"
            },
            "street_address": {
                "fi": "Kaasutehtaankatu 1",
                "sv": "Gasverksgatan 1",
                "en": "Kaasutehtaankatu 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59750/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:73352",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vanhakaupunki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanhakaupunki",
                        "sv": "Gammelstaden"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:arabianranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Arabianranta",
                        "sv": "Arabiastranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:toukola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Toukola",
                        "sv": "Majstad"
                    }
                }
            ],
            "created_time": "2023-11-16T06:10:20.932493Z",
            "last_modified_time": "2024-02-06T14:11:03.176667Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00560",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 10543,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.96826,
                    60.202934
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Pelastusarmeijan hyväntekeväisyysmyymäläverkosto on yksi Suomen suurimmista käsittäen yhteensä 17 myymälää eri puolella Suomea. Pelastusarmeijan iCare- ja kirpputorimyymälöistä löytyy vaatteita koko perheelle, astioita, asusteita, kenkiä, sisustustavaroita. Myymälöiden tuotto käytetään Pelastusarmeijan tekemään työhön kotimaassa. Ostamalla ja lahjoittamalla hyväkuntoista tavaraa olet mukana auttamassa.",
                "sv": "Frälsningsarméns välgörenhetsbutiksnätverk omfattar alltsomallt 17 butiker runtom i Finland. I Frälsningsarméns iCare- och second hand -affärer finns kläder för hela familjen, kärl, accessoarer, skor och inredningsföremål.",
                "en": "iCare secondhand is The Salvation Army's chain of charity shops in Finland. In iCare you can find clothes for the whole family, tableware and hom furnishings."
            },
            "info_url": {
                "fi": "https://www.pelastusarmeija.fi/myymalat",
                "sv": "https://www.pelastusarmeija.fi/myymalat",
                "en": "https://www.pelastusarmeija.fi/myymalat"
            },
            "name": {
                "fi": "iCare Secondhand Arabia",
                "sv": "iCare Secondhand Arabia",
                "en": "iCare Secondhand Arabia"
            },
            "telephone": {
                "fi": "+358 50 339 4731"
            },
            "street_address": {
                "fi": "Hämeentie 111",
                "sv": "Tavastvägen 111",
                "en": "Hämeentie 111"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:73352/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:72034",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri: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"
                    }
                }
            ],
            "created_time": "2023-08-15T18:15:14.846172Z",
            "last_modified_time": "2024-02-06T14:10:45.691895Z",
            "custom_data": null,
            "email": null,
            "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": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.074274,
                    60.22381
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Pelastusarmeijan hyväntekeväisyysmyymäläverkosto on yksi Suomen suurimmista käsittäen yhteensä 15 myymälää eri puolella Suomea. Pelastusarmeijan iCare- ja kirpputorimyymälöistä löydät astioita, asusteita, kenkiä, sisustustavaroita, vaatteita ja paljon muuta. Myymälöiden tuotto käytetään Pelastusarmeijan tekemään työhön kotimaassa. Ostamalla ja lahjoittamalla hyväkuntoista tavaraa olet mukana auttamassa. Aukioloajat: https://www.pelastusarmeija.fi/myymalat/myymalatiedot"
            },
            "info_url": {
                "fi": "https://www.pelastusarmeija.fi/myymalat",
                "sv": "https://www.pelastusarmeija.fi/myymalat",
                "en": "https://www.pelastusarmeija.fi/myymalat"
            },
            "name": {
                "fi": "iCare secondhand Myllypuro"
            },
            "telephone": {
                "fi": "+358 50 308 7197"
            },
            "street_address": {
                "fi": "Kivensilmänkuja 1",
                "sv": "Kvarnögsgränden 1",
                "en": "Kivensilmänkuja 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:72034/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:78884",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri: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": "2025-12-04T06:09:54.936494Z",
            "last_modified_time": "2025-12-04T06:09:54.936522Z",
            "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": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.943285,
                    60.16895
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "ICIW Store Helsinki on Aleksanterinkaudlla sijaitseva ICIW-urheiluvaatemerkin myymälä. Myymälässä on tarjolla urheiluvaatemerkin mallistoja sekä naisille että miehille.",
                "sv": "ICIW Store Helsinki är sportklädesmärke ICIW:s butik på Alexandersgatan. I butiken finns sportklädesmärkets kollektioner för både kvinnor och män.",
                "en": "ICIW Store Helsinki on Aleksanterinkatu offers ICIW's latest collections and bestsellers for both women and men."
            },
            "info_url": {
                "fi": "https://www.icaniwill.fi/fi/iciw-store",
                "sv": "https://www.icaniwill.fi/fi/iciw-store",
                "en": "https://www.icaniwill.fi/fi/iciw-store"
            },
            "name": {
                "fi": "ICIW Store Helsinki",
                "sv": "ICIW Store Helsinki",
                "en": "ICIW Store Helsinki"
            },
            "telephone": null,
            "street_address": {
                "fi": "Aleksanterinkatu 17",
                "sv": "Alexandersgatan 17",
                "en": "Aleksanterinkatu 17"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:78884/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:63808",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:siltasaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Siltasaari",
                        "sv": "Broholmen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                }
            ],
            "created_time": "2023-08-15T16:22:44.584130Z",
            "last_modified_time": "2024-02-06T13:18:17.131381Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00530",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.949017,
                    60.180515
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Ict-asiantuntijapalvelut"
            },
            "telephone": null,
            "street_address": {
                "fi": "Siltasaarenkatu 18, 5. krs",
                "sv": "Broholmsgatan 18, 5. vån.",
                "en": "Siltasaarenkatu 18, 5. floor"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63808/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:53346",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vallila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vallila",
                        "sv": "Vallgård"
                    }
                }
            ],
            "created_time": "2023-08-15T12:12:57.016729Z",
            "last_modified_time": "2024-07-26T10:09:52.284204Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00510",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.947319,
                    60.19471
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://www.hel.fi/fi/kasvatus-ja-koulutus",
                "sv": "https://www.hel.fi/sv/fostran-och-utbildning",
                "en": "https://www.hel.fi/en/childhood-and-education"
            },
            "name": {
                "fi": "ICT-tuki",
                "sv": "ICT-stöd"
            },
            "telephone": {
                "fi": "+358 9 310 8600"
            },
            "street_address": {
                "fi": "Töysänkatu 2 D",
                "sv": "Töysägatan 2 D",
                "en": "Töysänkatu 2 D"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:53346/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:59162",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pohjois-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pohjois-Haaga",
                        "sv": "Norra Haga"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                }
            ],
            "created_time": "2023-08-15T14:18:29.035898Z",
            "last_modified_time": "2024-02-06T13:16:46.928980Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00400",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.898079,
                    60.229794
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Valmistunut 31.10.2013\nAsuntojen lukumäärä 13",
                "sv": "Färdig den 31.10.2013\nAntal bostäder 13",
                "en": "Completed in 31.10.2013\nNumber of apartments 13"
            },
            "info_url": null,
            "name": {
                "fi": "Ida Aalbergin tie 6 (ryhmärak. määräosin)",
                "sv": "Ida Aalbergin tie 6 (ryhmärak. määräosin)",
                "en": "Ida Aalbergin tie 6 (ryhmärak. määräosin)"
            },
            "telephone": null,
            "street_address": {
                "fi": "Ida Aalbergin tie 6",
                "sv": "Ida Aalbergs väg 6",
                "en": "Ida Aalbergin tie 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59162/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:76625",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri: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": "2025-01-15T10:10:07.866386Z",
            "last_modified_time": "2025-01-15T10:10:07.866410Z",
            "custom_data": null,
            "email": "asiakaspalvelu@idalkoti.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00250",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.91158,
                    60.1848
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "IDAL (I Deserve Another Life) on laatuhuonekalujen second hand -kauppa. Myynnissä on käytettyjä merkkihuonekaluja sekä täyspuisia vanhoja huonekaluja ja antiikkia. Kaikki tuotteet käyvät läpi laatutarkastuksen ja ne puhdistetaan kullekin materiaalille tarkoitetuilla puhdistusaineilla. Tuotteet, joissa on tekstiilejä, imuroidaan ja puhdistetaan tekstiilipesureilla. Jokaista myytyä huonekalua kohden istutetaan yksi puu, ja asiakas saa siitä itselleen kunniakirjan omalla nimellään. IDAL sijaitsee Helsingin Töölössä osoitteessa Linnankoskenkatu 24. Aukioloajat: Ke 12 - 18, La 12 - 18."
            },
            "info_url": {
                "fi": "https://www.idalkoti.fi/",
                "sv": "https://www.idalkoti.fi/",
                "en": "https://www.idalkoti.fi/"
            },
            "name": {
                "fi": "IDAL"
            },
            "telephone": {
                "fi": "+358 10 200 9820"
            },
            "street_address": {
                "fi": "Linnankoskenkatu 24",
                "sv": "Linnankoskigatan 24",
                "en": "Linnankoskenkatu 24"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:76625/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:42254",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                }
            ],
            "created_time": "2023-08-15T10:18:56.181699Z",
            "last_modified_time": "2024-02-06T13:14:02.470016Z",
            "custom_data": null,
            "email": "eira@idealfit.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.942549,
                    60.159966
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Eiran toimipisteen kuntokeskuksesta löydät seuraavat palvelut: hieronta, fysioterapia, Personal Trainer, kuntosali, solarium, sekä monipuoliset ryhmäliikuntapalvelut."
            },
            "info_url": {
                "fi": "https://idealfit.fi/toimipisteet/idealfit-eira/",
                "sv": "https://idealfit.fi/toimipisteet/idealfit-eira/",
                "en": "https://idealfit.fi/toimipisteet/idealfit-eira/"
            },
            "name": {
                "fi": "IDEALfit Eira / Kuntosali",
                "sv": "IDEALfit Eira / Gym"
            },
            "telephone": {
                "fi": "+358 44 017 1735"
            },
            "street_address": {
                "fi": "Jääkärinkatu 10",
                "sv": "Jägaregatan 10",
                "en": "Jääkärinkatu 10"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:42254/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:42235",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:siltasaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Siltasaari",
                        "sv": "Broholmen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                }
            ],
            "created_time": "2023-08-15T10:18:53.034367Z",
            "last_modified_time": "2024-02-06T13:14:01.990092Z",
            "custom_data": null,
            "email": "hakaniemi@idealfit.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00530",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.952765,
                    60.179417
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Salin yhteydessä on Arena-Centerin salibandy- ja sulkapallokentät, jotka ovat asiakkaittemme käytettävissä. Lisäksi mahdollisuus solariumiin, hierontaan ja fysikaalisiin hoitoihin."
            },
            "info_url": {
                "fi": "https://idealfit.fi/toimipisteet/idealfit-hakaniemi/",
                "sv": "https://idealfit.fi/toimipisteet/idealfit-hakaniemi/",
                "en": "https://idealfit.fi/toimipisteet/idealfit-hakaniemi/"
            },
            "name": {
                "fi": "IDEALfit Hakaniemi / Kuntosali",
                "sv": "IDEALfit Hagnäs / Gym"
            },
            "telephone": {
                "fi": "+358 44 502 1077"
            },
            "street_address": {
                "fi": "Sörnäisten rantatie 2, Hakaniementori",
                "sv": "Sörnäs strandväg 2, Hakaniementori",
                "en": "Sörnäisten rantatie 2, Hakaniementori"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:42235/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:41379",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kulosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kulosaari",
                        "sv": "Brändö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kulosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kulosaari",
                        "sv": "Brändö"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kulosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kulosaari",
                        "sv": "Brändö"
                    }
                }
            ],
            "created_time": "2023-08-15T10:16:29.815978Z",
            "last_modified_time": "2024-02-06T13:13:41.472614Z",
            "custom_data": null,
            "email": "kulosaari@idealfit.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00570",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.003256,
                    60.187084
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Kuntosalila mahdollisuudet monipuoliseen kestävyys- ja voimaharjoitteluu. Laajat tilat vapaille painoille. Muuta: - Mahdollisuus myös muun muassa personal training -palveluun ja fysioterapiaan. - Sisäänkäynti Kulosaaren yhteiskoulun kirjaston sisäänkäyn"
            },
            "info_url": {
                "fi": "https://idealfit.fi/toimipisteet/idealfit-kulosaari/",
                "sv": "https://idealfit.fi/toimipisteet/idealfit-kulosaari/",
                "en": "https://idealfit.fi/toimipisteet/idealfit-kulosaari/"
            },
            "name": {
                "fi": "IDEALfit Kulosaari / Kuntosali",
                "sv": "IDEALfit Brändö / Gym"
            },
            "telephone": {
                "fi": "+358 44 502 1077"
            },
            "street_address": {
                "fi": "Svinhufvudinkuja 6",
                "sv": "Svinhufvudsgränden 6",
                "en": "Svinhufvudinkuja 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:41379/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:51701",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri: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"
                    }
                }
            ],
            "created_time": "2023-08-15T12:11:44.591479Z",
            "last_modified_time": "2025-09-24T09:09:54.948667Z",
            "custom_data": null,
            "email": null,
            "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": 0,
            "image": 9865,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.076681,
                    60.225864
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Palvelemme yli 30-vuotiaita helsinkiläisiä, joiden osoite on seuraavilla postinumeroalueilla: 00590, 00800 (osa), 00840, 00850, 00860, 00870, 00880 (osa), 00900, 00910, 00920, 00930, 00940, 00950, 00970 Puhelinpalvelu uusille asiakkaille: Voit soittaa palvelupisteen numeroon p. 09 310 44400 arkisin klo 8.15-16. Huom! Jos sinulla on jo nimetty omatyöntekijä, soita hänen antamaansa numeroon. Toimipistepalvelu uusille asiakkaille: Jos olet uusi asiakas ja sinulla ei ole vielä nimettyä omatyöntekijää, voit tulla käymään toimipisteessämme arkisin klo 10-14 ilman ajanvarausta. Toimipistepalvelu ajanvarausasiakkaille ja vakavat kriisitilanteet: Arkisin klo 8.15-16 palvelemme ajanvarauksen tehneitä asiakkaita. Lisäksi hoidamme toimipisteessämme päivystysluonteisia asioita virka-aikaan. Tällaisia ennakoimattomia ja äkillisiä tilanteita voivat olla esimerkiksi lähisuhdeväkivallan uhka tai asumisen turvaaminen tulipalon tai muun onnettomuuden jälkeen. Käyntiosoite: Jauhokuja 4, 00920 Helsinki",
                "sv": "Vi betjänar helsingforsbor över 30 år som bor i följande postnummerområden: 00590, 00800 (delvis), 00840, 00850, 00860, 00870, 00880 (delvis), 00900, 00910, 00920, 00930, 00940, 00950, 00970 Telefontjänst för nya kunder: Du kan ringa kundbetjäningen på numret 09 310 44400 vardagar kl. 8.15 -16. OBS! Om du redan har en egen kontaktperson, ring numret som du fått. Byråservice för nya kunder: Om du är ny kund och inte har en utsedd medarbetare kan du besöka vår byrå på vardagar mellan kl. 10.00 och 14.00, utan att boka tid. Byråservice för tidsbokning och för allvarliga krissituationer: På vardagar kl. 8.15-16.00 betjänar vi kunder som har bokat tid. Dessutom har vi öppet under kontorstid för jourärenden. Dessa kan omfatta oförutsedda och plötsliga situationer, såsom hot om våld i hemmet eller behov av bostad efter en eldsvåda eller annan olycka. Besöksadress: Mjölgränden 4, 00920 Helsingfors",
                "en": "We serve over 30-year-olds in Helsinki, whose home address is in the following postal code areas: 00590, 00800 (part), 00840, 00850, 00860, 00870, 00880 (part), 00900, 00910, 00920, 00930, 00940, 00950, 00970 Telephone service for new clients: You can call the service point telephone number +358 9 310 44400 Mon-Fri 8.15-16.00. Note! If you already have a designated responsible worker, call the number they have provided. Service point assistance for new clients: If you are a new client and do not yet have a designated responsible worker, you can come to our service point without an appointment on weekdays at 10.00-14.00. Service point assistance for clients with appointments or in crisis situations: On weekdays at 8.15-16.00, we serve customers by appointment. We also handle on-call matters during office hours. Such sudden and unexpected crisis situations may include, for example, the threat of domestic violence or the need to secure housing after a fire or other accident. Visiting address: Jauhokuja 4, 00920 Helsinki"
            },
            "info_url": null,
            "name": {
                "fi": "Idän aikuissosiaalityö 1",
                "sv": "Vuxensocialarbete, östra 1",
                "en": "Myllypuro service point for adult social work"
            },
            "telephone": {
                "fi": "+358 9 310 44400"
            },
            "street_address": {
                "fi": "Jauhokuja 4, 3. krs",
                "sv": "Mjölgränden 4, 3. vån.",
                "en": "Jauhokuja 4, 3. floor"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:51701/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:51801",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri: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"
                    }
                }
            ],
            "created_time": "2023-08-15T12:11:48.413811Z",
            "last_modified_time": "2025-09-24T05:09:55.778758Z",
            "custom_data": null,
            "email": null,
            "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": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.076681,
                    60.225864
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Idän aikuissosiaalityö 2",
                "sv": "Vuxensocialarbete, östra 3",
                "en": "Eastern adult social work 3"
            },
            "telephone": {
                "fi": "+358 9 310 44400"
            },
            "street_address": {
                "fi": "Jauhokuja 4, 3. krs",
                "sv": "Mjölgränden 4, 3. vån.",
                "en": "Jauhokuja 4, 3. floor"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:51801/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:51760",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:aurinkolahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Aurinkolahti",
                        "sv": "Solvik"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-15T12:11:47.975196Z",
            "last_modified_time": "2025-10-23T15:09:44.964254Z",
            "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": 0,
            "image": 9866,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.146486,
                    60.206066
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Palvelemme nuoria 16-29-vuotiaita, joiden osoite on seuraavilla postinumeroalueilla: 00890, 00910, 00960, 00980, 00990 Palvelemme yli 30-vuotiaita helsinkiläisiä, joiden osoite on seuraavilla postinumeroalueilla: 00890, 00960, 00980, 00990 Puhelinpalvelu uusille asiakkaille: Voit soittaa palvelupisteen numeroon p. 09 310 44400 arkisin klo 8.15-16. Huom! Jos sinulla on jo nimetty omatyöntekijä, soita hänen antamaansa numeroon. Palvelemme asiakkaita Vuosaaren palvelupisteessämme vain ajanvarauksella, Käyntiosoite: Kahvikuja 3 A, 4. kerros, 00980 Helsinki. Asiointipalvelu uusille asiakkaille ilman ajanvarausta ja päivystys Myllypuron toimipisteellä: Jos olet uusi asiakas eikä sinulla ole vielä nimettyä työntekijää, voit asioida Myllypuron toimipisteellä arkisin klo 10-14 ilman ajanvarausta osoitteessa Jauhokuja 4. Lisäksi hoidamme Myllypuron toimipisteellä päivystysluonteisia asioita arkisin klo 8.15-16. Tällaisia ennakoimattomia ja äkillisiä tilanteita voivat olla esimerkiksi lähisuhdeväkivallan uhka tai asumisen turvaaminen tulipalon tai muun onnettomuuden jälkeen.",
                "sv": "Vi betjänar helsingforsungdomar (16-29 år) som bor i följande postnummerområden: 00890, 00910, 00960, 00980, 00990 Vi betjänar helsingforsare över 30 år som bor i följande postnummerområden: 00890, 00960, 00980, 00990 Vi betjänar nya klienter per telefon: Du kan ringa kundbetjäningen på numret 09 310 44400 vardagar kl. 8.15 -16. OBS! Om du redan har en egen kontaktperson, ring numret som du fått. Vi betjänar klienter på vårt serviceställe endast med tidsbokning. Besöksadress: Kaffegränden 3A, 4 vån., 00980 Helsingfors. Nya klienter kan besöka oss och betjänas utan tidsbokning på Kvarnbäckens serviceställe: Om du är ny hos oss och inte har en utsedd medarbetare kan du besöka servicestället i Kvarnbäcken vardagar kl. 10-14 utan tidsbokning på adressen Mjölgränden 4. Kvarnbäckens serviceställe tar dessutom hand om jourärenden vardagar kl. 8.15-16. Sådana oförutsedda och plötsliga ärenden är exempelvis hot om våld i nära relationer eller att få ett boende efter eldsvåda eller annan olycka.",
                "en": "We serve young people aged 16-29 in Helsinki, whose home address is in the following postal code areas: 00890, 00910, 00960, 00980, 00990 We serve over 30-year-olds in Helsinki, whose home address is in the following postal code areas: 00890, 00960, 00980, 00990 We serve new clients over the phone: You can call the service point telephone number +358 9 310 44400 Mon-Fri 8.15-16.00. Note! If you already have a designated responsible worker, call the number they have provided. We serve clients at our Vuosaari service point by appointment only. Visiting address: Kahvikuja 3 A, 4th floor, 00980 Helsinki. Services for new clients without an appointment and urgent matters are available at the Myllypuro service point: If you are a new client and do not yet have an assigned worker, you can visit the Myllypuro service point on weekdays from 10.00-14.00 without an appointment at Jauhokuja 4. We also handle urgent matters at the Myllypuro service point on weekdays from 8.15-16.00. These may include unforeseen or sudden situations, such as a threat of domestic violence or the need to secure housing after a fire or other accident."
            },
            "info_url": null,
            "name": {
                "fi": "Idän aikuissosiaalityö 3",
                "sv": "Vuxensocialarbete, östra 2",
                "en": "Vuosaari service point for adult social work and adult social work for young adults"
            },
            "telephone": {
                "fi": "+358 9 310 44400"
            },
            "street_address": {
                "fi": "Kahvikuja 3 B",
                "sv": "Kaffegränden 3 B",
                "en": "Kahvikuja 3 B"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:51760/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:56205",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kivikko",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kivikko",
                        "sv": "Stensböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-15T13:14:25.774669Z",
            "last_modified_time": "2025-01-03T06:10:00.773742Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00940",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.066422,
                    60.23697
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Idän asiakasohjaustiimi"
            },
            "telephone": {
                "fi": "+358 9 310 5015"
            },
            "street_address": {
                "fi": "Kivikonkaari 21, 2. krs",
                "sv": "Stensbölebågen 21, 2. vån.",
                "en": "Kivikonkaari 21, 2. floor"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:56205/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:73732",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:aurinkolahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Aurinkolahti",
                        "sv": "Solvik"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2024-12-02T07:10:17.309892Z",
            "last_modified_time": "2024-12-27T14:10:16.450867Z",
            "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": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.146486,
                    60.206066
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Toimipisteemme sijaitsee Vuosaaren terveys- ja hyvinvointikeskuksessa, osoitteessa Kahvikuja 3, 3. kerros, B-siipi.",
                "sv": "Vi finns i Nordsjö central för hälsa och välbefinnande, Kaffegränden 3, 3:e våningen B-flygeln.",
                "en": "Our office is located at Vuosaari health and well-being centre, Kahvikuja 3, 3rd floor, B wing."
            },
            "info_url": null,
            "name": {
                "fi": "Idän diabetesyksikkö",
                "sv": "Diabetescentrum i Nordsjö",
                "en": "Diabetes centre, Vuosaari location"
            },
            "telephone": {
                "fi": "+358 9 310 50312"
            },
            "street_address": {
                "fi": "Kahvikuja 3",
                "sv": "Kaffegränden 3",
                "en": "Kahvikuja 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:73732/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:48586",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kivikko",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kivikko",
                        "sv": "Stensböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-15T11:16:57.488649Z",
            "last_modified_time": "2024-02-06T13:14:50.782490Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00940",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.066422,
                    60.23697
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Kun etsit yli 65-vuotiaille tarkoitettuja palveluja ja tukea, ota ensin yhteyttä Seniori-infoon. Gerontologisen sosiaalityön asiakkuus perustuu päätökselle, joka tehdään palvelutarpeen arvioinnin perusteella asiakasohjauksessa. Palvelemme gerontologisen sosiaalityön idän yksikössä asiakkaita, jotka asuvat seuraavilla postinumeroalueilla: 00570, 00800-00870, 00890, 00900-00990.",
                "sv": "När du letar efter tjänster och stöd för personer över 65 år, vänligen kontakta Seniorinfo först. Man blir klient inom gerontologiskt socialarbete genom ett beslut om en bedömning av servicebehovet, som gjorts av klienthandledningen. Vid det gerontologiska socialarbetets östra enhet betjänar vi personer som bor på följande postorter: 00570, 00800-00870, 00890, 00900-00990.",
                "en": "When looking for services and support for people over the age of 65, please get in touch with Senior Info first. Clientship in gerontological social work is based on a decision on a service needs assessment made in client guidance. In the eastern gerontological social work unit, we serve clients who live in the following postal code areas: 00570, 00800-00870, 00890, 00900-00990."
            },
            "info_url": {
                "fi": "https://www.hel.fi/sote/toimipisteet-fi/aakkosittain/sosiaalityo/ita",
                "sv": "https://www.hel.fi/sote/toimipisteet-fi/aakkosittain/sosiaalityo/ita",
                "en": "https://www.hel.fi/sote/toimipisteet-fi/aakkosittain/sosiaalityo/ita"
            },
            "name": {
                "fi": "Idän gerontologinen sosiaalityö",
                "sv": "Gerontologiskt socialt arbete, östra",
                "en": "Eastern gerontological social work"
            },
            "telephone": {
                "fi": "+358 9 310 44556"
            },
            "street_address": {
                "fi": "Kivikonkaari 21",
                "sv": "Stensbölebågen 21",
                "en": "Kivikonkaari 21"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:48586/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:32196",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:herttoniemen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemen yritysalue",
                        "sv": "Hertonäs företagsområde"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                }
            ],
            "created_time": "2023-08-15T09:14:09.976103Z",
            "last_modified_time": "2025-03-03T17:09:42.548087Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00880",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 10968,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.036648,
                    60.19449
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Toimipisteemme sijaitsee Herttoniemessä. Alueeseemme kuuluvat postinumeroalueet 00540-00590, 00790-00930 ja 00950-00990.",
                "sv": "Vårt verksamhetsställe finns i Hertonäs. Vårt område omfattar postnummerområdena 00540-00590, 00790-00930 och 00950-00990.",
                "en": "Our office is located in Herttoniemi. Our area includes postal code areas 00540-00590, 00790-00930 and 00950-00990."
            },
            "info_url": null,
            "name": {
                "fi": "Idän kotisairaala",
                "sv": "Östra hemsjukhuset",
                "en": "Eastern At-home Hospital"
            },
            "telephone": {
                "fi": "+358 9 310 55770"
            },
            "street_address": {
                "fi": "Laivalahdenkatu 2b B",
                "sv": "Båtsviksgatan 2b B",
                "en": "Laivalahdenkatu 2b B"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:32196/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:51841",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:aurinkolahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Aurinkolahti",
                        "sv": "Solvik"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-15T12:11:50.482648Z",
            "last_modified_time": "2025-09-24T05:09:55.925350Z",
            "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": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.146486,
                    60.206066
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Idän nuorten sosiaalityö1",
                "sv": "Socialt arbete för unga, östra 1"
            },
            "telephone": {
                "fi": "+358 9 310 44400"
            },
            "street_address": {
                "fi": "Kahvikuja 3 B",
                "sv": "Kaffegränden 3 B",
                "en": "Kahvikuja 3 B"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:51841/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:51828",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kontula",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kontula",
                        "sv": "Gårdsbacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-15T12:11:49.187713Z",
            "last_modified_time": "2025-10-23T15:09:45.059774Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00940",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 9869,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.084078,
                    60.237747
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Palvelemme 16-29-vuotiaita helsinkiläisiä, joiden osoite on seuraavilla postinumeroalueilla: 00590, 00800 (osa), 00840, 00850, 00860, 00870, 00880 (osa), 00900, 00920, 00930, 00940, 00950, 00970 Puhelinpalvelu uusille asiakkaille: Voit soittaa palvelupisteen numeroon p. 09 310 44400 arkisin klo 8.15-16. Huom! Jos sinulla on jo nimetty omatyöntekijä, soita hänen antamaansa numeroon. Palvelemme asiakkaita Kontulan palvelupisteessämme vain ajanvarauksella. Käyntiosoite: Ostoskuja 3, 00940 Helsinki. Asiointipalvelu uusille asiakkaille ilman ajanvarausta ja päivystys Myllypuron toimipisteellä: Jos olet uusi asiakas eikä sinulla ole vielä nimettyä työntekijää, voit asioida Myllypuron toimipisteellä arkisin klo 10-14 ilman ajanvarausta osoitteessa Jauhokuja 4. Lisäksi hoidamme Myllypuron toimipisteellä päivystysluonteisia asioita arkisin klo 8.15-16. Tällaisia ennakoimattomia ja äkillisiä tilanteita voivat olla esimerkiksi lähisuhdeväkivallan uhka tai asumisen turvaaminen tulipalon tai muun onnettomuuden jälkeen.",
                "sv": "Vi betjänar helsingforsungdomar i åldern 16-29 år som bor i följande postnummerområden: 00590, 00800 (delvis), 00840, 00850, 00860, 00870, 00880 (delvis), 00900, 00920, 00930, 00940, 00950, 00970 Telefontjänst för nya kunder: Du kan ringa kundbetjäningen på numret 09 310 44400 vardagar kl. 8.15-16. OBS! Om du redan har en egen kontaktperson, ring numret som du fått. Gårdsbacka serviceställe betjänar endast med tidsbokning. Besöksadress: Köpgränden 3, 00940 Helsingfors. Nya klienter kan besöka oss och betjänas utan tidsbokning på Kvarnbäckens serviceställe: Om du är ny hos oss och inte har en utsedd medarbetare kan du besöka servicestället i Kvarnbäcken vardagar kl. 10-14 utan tidsbokning på adressen Mjölgränden 4. Kvarnbäckens serviceställe tar dessutom hand om jourärenden vardagar kl. 8.15-16. Sådana oförutsedda och plötsliga ärenden är exempelvis hot om våld i nära relationer eller att få ett boende efter eldsvåda eller annan olycka.",
                "en": "We serve 16-29-year-olds in Helsinki, whose home address is in the following postal code areas: 00590, 00800 (part), 00840, 00850, 00860, 00870, 00880 (part), 00900, 00920, 00930, 00940, 00950, 00970 Telephone service for new clients: You can call the service point telephone number +358 9 310 44400 Mon-Fri 8.15-16.00. Note! If you already have a designated responsible worker, call the number they have provided. We serve clients at our Kontula service point by appointment only. Address: Ostoskuja 3, 00940 Helsinki. Services for new clients without an appointment and urgent matters are available at the Myllypuro service point: If you are a new client and do not yet have an assigned worker, you can visit the Myllypuro service point on weekdays from 10.00-14.00 without an appointment at Jauhokuja 4. We also handle urgent matters at the Myllypuro service point on weekdays from 8.15-16.00. These may include unforeseen or sudden situations, such as a threat of domestic violence or the need to secure housing after a fire or other accident."
            },
            "info_url": null,
            "name": {
                "fi": "Idän nuorten sosiaalityö 2",
                "sv": "Socialt arbete för unga, östra 2",
                "en": "Kontula service point for adult social work for young adults"
            },
            "telephone": {
                "fi": "+358 9 310 44400"
            },
            "street_address": {
                "fi": "Ostoskuja 3, 1. kerros",
                "sv": "Köpgränden 3, 1. kerros",
                "en": "Ostoskuja 3, 1. kerros"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:51828/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}