Place List List
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
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
Place source
Will restrict places to a specific data source.
Example:
place/?data_source=tprek
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
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
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
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
GET /v1/place/?format=api&page=24&show_all_places=true
{ "meta": { "count": 152288, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=25&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=23&show_all_places=true" }, "data": [ { "id": "tprek:68735", "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:vartiokylä", "municipality": "Helsinki", "name": { "fi": "Vartiokylä", "sv": "Botby" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itäkeskus", "municipality": "Helsinki", "name": { "fi": "Itäkeskus", "sv": "Östra centrum" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä", "municipality": "Helsinki", "name": { "fi": "Vartiokylä", "sv": "Botby" } } ], "created_time": "2023-08-15T17:12:24.688907Z", "last_modified_time": "2024-02-06T14:09:54.971163Z", "custom_data": null, "email": "info@africancare.fi", "contact_type": null, "address_region": null, "postal_code": "00930", "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.08159, 60.21107 ] }, "telephone": null, "street_address": { "fi": "Itäkatu 1-7", "sv": "Östergatan 1-7", "en": "Itäkatu 1-7" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": { "fi": "https://www.africancare.fi/", "sv": "https://www.africancare.fi/", "en": "https://www.africancare.fi/en/" }, "description": { "fi": "African Care ry on vuonna 2001 perustettu monikulttuurinen kansalaisjärjestö, joka pyrkii toiminnallaan vahvistamaan erityisesti naisten asemaa ja toimintamahdollisuuksia Suomessa ja Somaliassa. African Care ry:n toimipiste sijaitsee Itäkeskuksen kauppakeskuksessa, 4. kerros.", "en": "African Care ry is a non-governmental organization operating from Helsinki. African Care strengthens the societal position of immigrant women and their families. African Care ry:s office is located on the 4th floor of Itäkeskus shopping center." }, "name": { "fi": "African Care", "en": "African Care" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68735/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:68109", "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-15T16:27:23.760585Z", "last_modified_time": "2024-02-06T13:18:56.154084Z", "custom_data": null, "email": "agilityakatemia@gmail.com", "contact_type": null, "address_region": null, "postal_code": "01730", "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.884941, 60.31563 ] }, "telephone": null, "street_address": { "fi": "Ruusumäentie 5 B-7", "sv": "Rosbackavägen 5 B-7", "en": "Ruusumäentie 5 B-7" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "info_url": { "fi": "https://agilityakatemia.info/halli/", "sv": "https://agilityakatemia.info/halli/", "en": "https://agilityakatemia.info/halli/" }, "description": { "fi": "Halli on jaettu kolmeen kenttään." }, "name": { "fi": "Agility Akatemian halli" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68109/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:68132", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pitäjänmäki", "municipality": "Helsinki", "name": { "fi": "Pitäjänmäki", "sv": "Sockenbacka" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:konala", "municipality": "Helsinki", "name": { "fi": "Konala", "sv": "Kånala" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:konala", "municipality": "Helsinki", "name": { "fi": "Konala", "sv": "Kånala" } } ], "created_time": "2023-08-15T16:27:28.554766Z", "last_modified_time": "2024-02-06T13:18:56.734601Z", "custom_data": null, "email": "halli@agitokodogs.fi", "contact_type": null, "address_region": null, "postal_code": "00390", "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.850246, 60.242905 ] }, "telephone": null, "street_address": { "fi": "Malminkartanonkuja 2", "sv": "Malmgårdsgränden 2", "en": "Malminkartanonkuja 2" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": { "fi": "https://www.agitokodogs.fi/harrastustilat/", "sv": "https://www.agitokodogs.fi/harrastustilat/", "en": "https://www.agitokodogs.fi/harrastustilat/" }, "description": { "fi": "AgiTokoDogs ry:n vuokraamassa hallissa on ympäri vuoden käytettävissä agility- ja TOKO-esteitä." }, "name": { "fi": "AgiTokola" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68132/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:68130", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pitäjänmäki", "municipality": "Helsinki", "name": { "fi": "Pitäjänmäki", "sv": "Sockenbacka" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:konala", "municipality": "Helsinki", "name": { "fi": "Konala", "sv": "Kånala" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:konala", "municipality": "Helsinki", "name": { "fi": "Konala", "sv": "Kånala" } } ], "created_time": "2023-08-15T16:27:28.275241Z", "last_modified_time": "2024-02-06T13:18:56.668783Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00390", "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.864752, 60.236008 ] }, "telephone": null, "street_address": { "fi": "Ruosilankuja 14", "sv": "Rosasgränden 14", "en": "Ruosilankuja 14" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": { "fi": "https://www.agitokodogs.fi/harrastustilat/", "sv": "https://www.agitokodogs.fi/harrastustilat/", "en": "https://www.agitokodogs.fi/harrastustilat/" }, "description": { "fi": "AgiToko Dogs ry:n vuokraama kenttä. Käytössä kesäkaudella, jolloin saatavilla kaikki agility- ja TOKO-esteet." }, "name": { "fi": "AgiTokomaa" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68130/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:33609", "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:torkkelinmäki", "municipality": "Helsinki", "name": { "fi": "Torkkelinmäki", "sv": "Torkelsbacken" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kallio", "municipality": "Helsinki", "name": { "fi": "Kallio", "sv": "Berghäll" } } ], "created_time": "2023-08-15T09:15:00.949391Z", "last_modified_time": "2024-02-09T14:09:58.910586Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00500", "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.954659, 60.1849 ] }, "telephone": { "fi": "+358 9 310 22111" }, "street_address": { "fi": "Agricolankuja 3", "sv": "Agricolagränd 3" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": { "fi": "https://www.hel.fi/fi/kaupunkiymparisto-ja-liikenne/kaupunkiympariston-asiakaspalvelu", "sv": "https://www.hel.fi/sv/stadsmiljo-och-trafik/stadsmiljosektorns-kundtjanst", "en": "https://www.hel.fi/en/urban-environment-and-traffic/urban-environment-division-customer-services" }, "description": null, "name": { "fi": "Agricolanpuistikon koirakäymälä", "sv": "Agricolaparken, hundtoalett", "en": "Agricolanpuistikko, dog toilet" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:33609/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:58493", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T14:13:58.087738Z", "last_modified_time": "2024-02-06T13:16:34.041399Z", "custom_data": null, "email": "tilamyynti@aalto.fi", "contact_type": null, "address_region": null, "postal_code": "02150", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": 10175, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.830029, 60.18912 ] }, "telephone": { "fi": "+358 9 439 0060" }, "street_address": { "fi": "Otakaari 5", "sv": "Otsvängen 5", "en": "Otakaari 5" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://agrid.fi/", "sv": "https://agrid.fi/", "en": "https://agrid.fi/" }, "description": null, "name": { "fi": "A Grid", "sv": "A Grid", "en": "A Grid" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58493/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:21221", "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:hermanninmäki", "municipality": "Helsinki", "name": { "fi": "Hermanninmäki", "sv": "Hermanstadsbacken" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:hermanni", "municipality": "Helsinki", "name": { "fi": "Hermanni", "sv": "Hermanstad" } } ], "created_time": "2023-08-15T08:17:16.997520Z", "last_modified_time": "2026-03-18T06:09:23.450846Z", "custom_data": null, "email": "myynti@intercom.fi", "contact_type": null, "address_region": null, "postal_code": "00580", "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.975395, 60.19257 ] }, "telephone": { "fi": "+358 20 792 0810" }, "street_address": { "fi": "Vanha talvitie 14", "sv": "Gamla vintervägen 14", "en": "Vanha talvitie 14" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": { "fi": "https://holvikellari.com/", "sv": "https://holvikellari.com/", "en": "https://holvikellari.com/" }, "description": { "fi": "Agroksenmäen holvikellari on 150 vuotta vanha rakennus, joka on aikoinaan toiminut oluttehtaan varastona ja tynnyrintekijän verstaana. Tämä lajissaan ainutlaatuinen, viisi metriä korkea luonnongraniitista holvattu halli on puoliksi maan alla. Holvikellari luo tunnelmalliset puitteet erilaisille yritys-, teema- ja perhejuhlille. Tila soveltuu hyvin myös näyttely- ja minimessukäyttöön.", "sv": "Agrosbackens Källarvalv är en 150-årig byggnad, som ursprunligen fungerade som ölbryggeri. Källarvalven fungerar numera som en festlokal. Lokalen är unik, byggt halv under jorden och har naturliga väggar av granit. Den här stämningsfull lokalen lämpar sig utmärkt för olika temafester, utställningar och privata tillställningar (bröllop osv).", "en": "The Agros Vault (Agroksenmäen holvikellari) has a history that dates back around 150 years. This old brewery building has been renovated respecting its history and the original handicraft. A banquet hall with beautiful natural granite stone walls offers unforgettable surroundings for your event. The Agros Vault has proved to be an excellent location for seminars, dinners, theme parties and exhibitions. Also perfect for private events, such as weddings and anniversaries. There is unrestricted catering in the premises. Also furniture and decoration rental services available." }, "name": { "fi": "Agroksenmäen holvikellari", "sv": "Agrosbackens Källarvalv", "en": "Agros Vault" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:21221/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:64256", "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:hermanninmäki", "municipality": "Helsinki", "name": { "fi": "Hermanninmäki", "sv": "Hermanstadsbacken" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:hermanni", "municipality": "Helsinki", "name": { "fi": "Hermanni", "sv": "Hermanstad" } } ], "created_time": "2023-08-15T16:23:29.716395Z", "last_modified_time": "2025-03-10T08:10:34.241791Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00580", "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.974937, 60.192394 ] }, "telephone": { "fi": "+358 9 310 1651" }, "street_address": { "fi": "Vanha talvitie 18", "sv": "Gamla vintervägen 18", "en": "Vanha talvitie 18" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": null, "description": null, "name": { "fi": "Agroksenmäki väestönsuoja", "sv": "Agroksenmäki befolkningsskyddsrum", "en": "Agroksenmäki civil defence shelter" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:64256/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:79271", "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:kampinmalmi", "municipality": "Helsinki", "name": { "fi": "Kampinmalmi", "sv": "Kampmalmen" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kamppi", "municipality": "Helsinki", "name": { "fi": "Kamppi", "sv": "Kampen" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kamppi", "municipality": "Helsinki", "name": { "fi": "Kamppi", "sv": "Kampen" } } ], "created_time": "2026-01-10T06:09:56.227399Z", "last_modified_time": "2026-01-10T06:09:56.227411Z", "custom_data": null, "email": "info.forum@ahaantamsang.fi", "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.938276, 60.169205 ] }, "telephone": null, "street_address": { "fi": "Mannerheimintie 20", "sv": "Mannerheimvägen 20", "en": "Mannerheimintie 20" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": { "fi": "https://www.ahaantamsang.com/", "sv": "https://www.ahaantamsang.com/", "en": "https://www.ahaantamsang.com/" }, "description": { "fi": "Ahaan Tam Sang on Kauppakeskus Forumissa sijaitseva thaimaalainen ravintola, joka tarjoilee herkullista thaimaalaista katukeittiön tunnelmaa. Ahaam Tam Sang on myös Kauppakeskus Itiksessä.", "sv": "Ahaan Tam Sang är en thailändsk restaurang som ligger i köpcentret Forum. Restaurangen erbjuder en läcker thailändsk gatuköksstämning. Ahaam Tam Sang finns också i köpcentret Itis.", "en": "Ahaan Tam Sang is a thai restaurant located in Shopping Center Forum, offering a delicious thai street food atmosphere. Ahaan Tam Sang is also in Shopping Center Itis." }, "name": { "fi": "Ahaan Tam Sang Forum", "sv": "Ahaan Tam Sang Forum", "en": "Ahaan Tam Sang Forum" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:79271/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:79267", "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:vartiokylä", "municipality": "Helsinki", "name": { "fi": "Vartiokylä", "sv": "Botby" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itäkeskus", "municipality": "Helsinki", "name": { "fi": "Itäkeskus", "sv": "Östra centrum" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä", "municipality": "Helsinki", "name": { "fi": "Vartiokylä", "sv": "Botby" } } ], "created_time": "2026-01-10T06:09:56.085327Z", "last_modified_time": "2026-01-10T06:09:56.085338Z", "custom_data": null, "email": "info@itis.fi", "contact_type": null, "address_region": null, "postal_code": "00930", "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.08359, 60.21207 ] }, "telephone": null, "street_address": { "fi": "Itäkatu 1", "sv": "Östergatan 1", "en": "Itäkatu 1" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": { "fi": "https://www.ahaantamsang.com/", "sv": "https://www.ahaantamsang.com/", "en": "https://www.ahaantamsang.com/" }, "description": { "fi": "Ahaan Tam Sang on kauppakeskus Itiksessä sijaitseva thaimaalainen ravintola, joka tarjoilee herkullista thaimaalaista katukeittiön tunnelmaa. Ahaam Tam Sang on myös kauppakeskus Forumissa.", "sv": "Ahaan Tam Sang är en thailändsk restaurang som ligger i köpcentret Itis. Restaurangen erbjuder en läcker thailändsk gatuköksstämning. Ahaam Tam Sang finns också i köpcentret Forum.", "en": "Ahaan Tam Sang is a thai restaurant located in Shopping Center Itis, offering a delicious thai street food atmosphere. Ahaan Tam Sang is also in Shopping Center Forum." }, "name": { "fi": "Ahaan Tam Sang Itis", "sv": "Ahaan Tam Sang Itis", "en": "Ahaan Tam Sang Itis" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:79267/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:72490", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:kerava", "municipality": null, "name": { "fi": "Kerava", "sv": "Kervo" } } ], "created_time": "2023-08-15T18:15:42.607693Z", "last_modified_time": "2024-02-06T14:10:48.177812Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04220", "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.139322, 60.400215 ] }, "telephone": null, "street_address": { "fi": "Ketjutie 2", "sv": "Ketjutie 2", "en": "Ketjutie 2" }, "address_locality": { "fi": "Kerava", "sv": "Kervo", "en": "Kerava" }, "info_url": null, "description": { "fi": "Kouluterveydenhuollon toimipiste. Terveydenhoitajan yhteystiedot löydät yhteystiedot-välilehdeltä.", "en": "School health care unit. You can find the school nurse's contact details on the Contact details tab." }, "name": { "fi": "Ahjon koulu", "en": "Ahjo School, school health care" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:72490/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:63162", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:kerava", "municipality": null, "name": { "fi": "Kerava", "sv": "Kervo" } } ], "created_time": "2023-08-15T16:21:53.979024Z", "last_modified_time": "2024-09-26T05:10:11.616219Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04220", "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.140682, 60.404068 ] }, "telephone": { "fi": "+358 29 340 0228" }, "street_address": { "fi": "Kerananpolku 1", "sv": "Kerananpolku 1", "en": "Kerananpolku 1" }, "address_locality": { "fi": "Kerava", "sv": "Kervo", "en": "Kerava" }, "info_url": null, "description": { "fi": "Ahjon sivuapteekki myy sekä reseptilääkkeitä että itsehoitolääkkeitä, joiden ostamiseen et tarvitse lääkärin lääkemääräystä. Lisäksi apteekki myy lääkkeiden käyttöön tarvittavia välineitä, sidetarpeita, lääkinnällisiä laitteita, ravintolisiä ja kosmetiikkaa. Saat apteekista myös lääkeneuvontaa sekä opastusta lääkkeiden ja muiden apteekissa myytävien tuotteiden käytössä. Lisäksi saat neuvontaa sairauksien lääkkeettömään hoitoon ja terveyden edistämiseen. Apteekkiin voit palauttaa käyttämättömäksi jääneet ja vanhentuneet lääkkeet." }, "name": { "fi": "Ahjon sivuapteekki" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63162/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:69598", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:karkkila", "municipality": null, "name": { "fi": "Karkkila", "sv": "Högfors" } } ], "created_time": "2023-08-15T17:18:58.596379Z", "last_modified_time": "2026-01-27T17:10:04.944432Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "03620", "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.26002, 60.530674 ] }, "telephone": { "fi": "+358 40 304 7189" }, "street_address": { "fi": "Pukinpolku 1", "sv": "Pukinpolku 1", "en": "Pukinpolku 1" }, "address_locality": { "fi": "Polari (Karkkila)", "sv": "Polari (Högfors)", "en": "Polari (Karkkila)" }, "info_url": null, "description": { "fi": "Ryhmäkoti Iltatuuli sijaitsee vehreällä pientaloalueella. Keskustaan on matkaa noin 3 km. Ryhmäkodissa on 6 asuntoa, joiden lisäksi yhteisessä käytössä ovat oleskelu- ja keittiötila, pesutilat, sauna ja wc:t. Asukkaat ovat erilaista tukea tarvitsevia senioreita, joille tukea ja apua on tarvittaessa saatavilla ympäri vuorokauden.", "sv": "Grupphemmet Iltatuuli ligger i ett grönskande småhusområde. Avståndet till centrum är cirka 3 km. I grupphemmet finns 6 bostäder, därtill finns ett uppehållsrum och en kokvrå, ett tvättrum, en bastu och en toalett som är gemensamma. De boende är seniorer som är i behöver olika typer av stöd, som vid behov kan få stöd och assistans dygnet runt.", "en": "Iltatuuli Group Home is located in a green low-rise residential area. The distance to the town centre is approximately 3 km. The group home has six apartments, in addition to shared living and kitchen areas, washing facilities, a sauna and toilets. The residents are seniors with varying support needs, and support and assistance are available around the clock as needed." }, "name": { "fi": "Ahmoo asumispalvelut - Iltatuuli", "sv": "Ahmoo biendeservice - Iltatuuli" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:69598/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:75416", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:karkkila", "municipality": null, "name": { "fi": "Karkkila", "sv": "Högfors" } } ], "created_time": "2024-11-13T08:10:15.505596Z", "last_modified_time": "2026-01-27T17:10:11.509914Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "03620", "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.247267, 60.534203 ] }, "telephone": null, "street_address": { "fi": "Karhunkorpi 6", "sv": "Karhunkorpi 6", "en": "Karhunkorpi 6" }, "address_locality": { "fi": "Polari (Karkkila)", "sv": "Polari (Högfors)", "en": "Polari (Karkkila)" }, "info_url": { "fi": "http://www.luvn.fi", "sv": "http://www.luvn.fi", "en": "http://www.luvn.fi" }, "description": null, "name": { "fi": "Ahmoo asumispalvelut - Karhunkorpi", "sv": "Ahmoo boendeservice - Karhunkorpi", "en": "Ahmoo Housing Services - Karhunkorpi" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:75416/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:69593", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:karkkila", "municipality": null, "name": { "fi": "Karkkila", "sv": "Högfors" } } ], "created_time": "2023-08-15T17:18:56.285872Z", "last_modified_time": "2026-01-27T17:10:04.884888Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "03620", "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.259035, 60.531094 ] }, "telephone": { "fi": "+358 40 304 7190" }, "street_address": { "fi": "Mäkitie 3", "sv": "Mäkitie 3", "en": "Mäkitie 3" }, "address_locality": { "fi": "Polari (Karkkila)", "sv": "Polari (Högfors)", "en": "Polari (Karkkila)" }, "info_url": { "fi": "http://www.luvn.fi", "sv": "http://www.luvn.fi", "en": "http://www.luvn.fi" }, "description": { "fi": "Ryhmäkoti Tuulenpesä sijaitsee vehreällä pientaloalueella. Keskustaan on matkaa noin 3 km. Ryhmäkodille on kohtuullisen hyvät linja-autoyhteydet. Asuinalue on mukava ja rauhallinen, lähimpään kauppaan noin kilometrin matka. Tukea ja apua on tarvittaessa saatavilla ympärivuorokauden. Asukkaat ovat erilaista tukea tarvitsevia aikuisia.", "sv": "Grupphemmet Tuulenpesä ligger i ett grönskande småhusområde. Avståndet till centrum är cirka 3 km. Bussförbindelserna till grupphemmet är relativt bra. Boendeområdet är trevligt och lugn, den närmast butiken är på cirka en kilometers avstånd. Stöd och assistans finns vid behov att få dygnet runt. De boende är vuxna som behöver olika typer av stöd.", "en": "Tuulenpesä Group Home is located in a green low-rise residential area. The distance to the town centre is approximately 3 km. The group home has reasonably good bus connections. The residential area is pleasant and quiet, and the nearest shop is about one kilometre away. Support and assistance are available around the clock as needed. The residents are adults with varying support needs." }, "name": { "fi": "Ahmoo asumispalvelut - Tuulenpesä", "sv": "Ahmoo boendeservice - Tuulenpesä" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:69593/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:57876", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:järvenpää", "municipality": null, "name": { "fi": "Järvenpää", "sv": "Träskända" } } ], "created_time": "2023-08-15T14:12:04.405627Z", "last_modified_time": "2024-02-06T13:16:27.933776Z", "custom_data": null, "email": "ahola@jarvenpaa.fi", "contact_type": null, "address_region": null, "postal_code": "04400", "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.08116, 60.456024 ] }, "telephone": { "fi": "+358 40 315 2213" }, "street_address": { "fi": "Sibeliuksenväylä 57", "sv": "Sibeliuksenväylä 57", "en": "Sibeliuksenväylä 57" }, "address_locality": { "fi": "Järvenpää", "sv": "Träskända", "en": "Järvenpää" }, "info_url": { "fi": "https://www.jarvenpaantaidemuseo.fi/ahola", "sv": "https://www.jarvenpaantaidemuseo.fi/en/ahola", "en": "https://www.jarvenpaantaidemuseo.fi/en/ahola" }, "description": { "fi": "Ahola, joka sijaitee Järvenpäässä, on taiteilijapariskunta Juhani Ahon ja Venny Soldan-Brofeldtin entinen kotitalo Tuusulanjärven rannalla.", "sv": "Ahola i Träskända är konstnärsparet Juhani Ahos och Venny Soldan-Brofeldts tidigare hem.", "en": "Located by Lake Tuusulanjärvi, Ahola was the idyllic villa residence for the nationally renowned author Juhani Aho and his wife, painter Venny Soldan-Brofeldt. The unique Tuusulanjärvi artists' community had its heart at the Ahos', in Venny Soldan-Brofeldt's atelier. Ahola, opened to the public in 1997, is not a home museum; instead of personal belongings, the residents' artistic production is exhibited. Displayed items include books, scripts, and translated works." }, "name": { "fi": "Ahola", "sv": "Ahola", "en": "Ahola" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:57876/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:54667", "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:punavuori", "municipality": "Helsinki", "name": { "fi": "Punavuori", "sv": "Rödbergen" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:punavuori", "municipality": "Helsinki", "name": { "fi": "Punavuori", "sv": "Rödbergen" } } ], "created_time": "2023-08-15T12:18:08.086635Z", "last_modified_time": "2024-02-06T13:15:45.656782Z", "custom_data": null, "email": "kauppa@ahrecords.fi", "contact_type": null, "address_region": null, "postal_code": "00120", "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.94142, 60.161015 ] }, "telephone": { "fi": "+358 40 732 8412" }, "street_address": { "fi": "Fredrikinkatu 12", "sv": "Fredriksgatan 12", "en": "Fredrikinkatu 12" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": { "fi": "http://ahrecords.fi/", "sv": "http://ahrecords.fi", "en": "http://ahrecords.fi" }, "description": { "fi": "Pieni käytettyihin vinyyleihin erikoistunut kivijalkakauppa.", "sv": "Liten skivaffär som specialiserat sig på begagnad vinyl.", "en": "A small record store specialized in used vinyl." }, "name": { "fi": "A.H.Records", "sv": "A.H. Records", "en": "A.H.Records" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:54667/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:80283", "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:torkkelinmäki", "municipality": "Helsinki", "name": { "fi": "Torkkelinmäki", "sv": "Torkelsbacken" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kallio", "municipality": "Helsinki", "name": { "fi": "Kallio", "sv": "Berghäll" } } ], "created_time": "2026-03-27T06:10:06.152698Z", "last_modified_time": "2026-03-27T06:10:06.152711Z", "custom_data": null, "email": "hello@aidaimpact.com", "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.957428, 60.18299 ] }, "telephone": { "fi": "+358 50 554 7822" }, "street_address": { "fi": "Hämeentie 26", "sv": "Tavastvägen 26", "en": "Hämeentie 26" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": { "fi": "https://aidaimpact.com", "sv": "https://aidaimpact.com", "en": "https://aidaimpact.com" }, "description": { "fi": "Aida on vuonna 2018 perustettu concept store ja korubrändi. Aida tunnetaan erityisesti merkityksellisestä amuletti-kokoelmastaan, joka on luotu yhdessä taiteilijoiden, aktivistien ja yhteisöjen kanssa. Korut suunnitellaan ja valmistetaan Suomessa kierrätetystä kullasta ja hopeasta. Helsingin Kalliossa sijaitsevassa concept storess korujen, taiteen ja julkaisujen ilo ja kauneus sekä Aidan maailma elävät rinnakkain poliittisten aiheiden äärellä käytävän harkitun keskustelun kanssa.", "sv": "Aida är en concept store och ett smyckesmärke grundat 2018. Aida är särskilt känt för sina smycken och sin meningsfulla amulettkollektion, som samskapas med konstnärer, aktivister och gemenskaper. Smyckena designas och tillverkas i Finland av återvunnet guld och silver. I concept storen i Kallio i Helsingfors samexisterar glädjen och skönheten i smycken, konst och publikationer samt Aidas värld med genomtänkt samtal om samtidsfrågor.", "en": "Aida is a concept store and jewellery brand founded in 2018. Aida is especially known for its jewellery and meaningful amulets collection, which is co-created with artists, activists, and communities. The jewellery is designed and made in Finland using recycled gold and silver. In the concept store in the Kallio district of Helsinki, the joy and beauty of jewellery, art and publications and the Aida world coexist with thoughtful discourse on serious topics." }, "name": { "fi": "Aida", "sv": "Aida", "en": "Aida" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:80283/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:61817", "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": "2023-08-15T15:18:51.796795Z", "last_modified_time": "2026-03-03T06:10:45.024842Z", "custom_data": null, "email": "info@aikatalohostelhelsinkicitycenter.fi", "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.945107, 60.169506 ] }, "telephone": { "fi": "+358 44 491 8368" }, "street_address": { "fi": "Mikonkatu 8 A, 7. krs", "sv": "Mikaelsgatan 8 A, 7. vån.", "en": "Mikonkatu 8 A, 7. floor" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "info_url": { "fi": "https://aikatalohostel.com/fi-fi/", "sv": "https://aikatalohostel.com/en-gb/", "en": "https://aikatalohostel.com/en-gb/" }, "description": { "fi": "Aikatalo Hostel sijaitsee aivan Helsingin keskustassa, rautatieaseman välittömässä läheisyydessä. Hostellista voi varata yksityisen huoneen. Kylpyhuone- ja wc-tilat ovat yhteiskäytössä. Hostellissa on myös yhteinen oleskelutila, jossa on televisio, tietokonepöytiä ja ruokailuryhmä. Hostellissa on ilmastointi/viilennys ja maksuton WiFi.", "sv": "Vandrarhemmet Aikatalo Hostel ligger i centrala Helsingfors, i omedelbar närhet av centralstationen. Det är möjligt att boka privata rum på vandrarhemmet. Badrum och toalett samt lounge med TV, datorbord och matsalsgrupp är i gemensamt bruk. Vandrarhemmet har luftkonditionering / kylning och gratis WiFi.", "en": "Aikatalo Hostel is located in Helsinki city center of Helsinki, in the immediate vicinity of the main Railway station. It is possible to book a private room at the hostel. Bathroom and toilet facilities are shared. There is also a communal lounge with a TV, computer tables and a dining table. The hostel features also air conditioning / cooling and free WiFi." }, "name": { "fi": "Aikatalo Hostel", "sv": "Aikatalo Hostel", "en": "Aikatalo Hostel" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61817/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:70245", "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-15T18:11:16.792102Z", "last_modified_time": "2024-08-21T08:09:46.833315Z", "custom_data": null, "email": "aikuissosiaalityo@vakehyva.fi", "contact_type": null, "address_region": null, "postal_code": "01300", "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.044624, 60.291107 ] }, "telephone": { "fi": "+358 9 4191 7010" }, "street_address": { "fi": "Vernissakatu 8 C", "sv": "Fernissagatan 8 C", "en": "Vernissakatu 8 C" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "info_url": { "fi": "https://vakehyva.fi/fi", "sv": "https://vakehyva.fi/sv", "en": "https://vakehyva.fi/fi" }, "description": { "fi": "Kaikenlaisista elämäntilanteista on mahdollista päästä eteenpäin. Kun omat tiedot, taidot tai voimavarat eivät riitä, aikuissosiaalityö kulkee rinnalla ja antaa tukea arjessa pärjäämiseen. Tavoitteena on päästä hankalasta tilanteesta yli. Yhteistyössä asiakkaan, läheisten ja eri alojen ammattilaisten kanssa aikuissosiaalityö mahdollistaa omannäköisen elämän. Aikuissosiaalityö on sinua varten niin arkielämään liittyvissä haasteissa kuin erilaisissa kriisitilanteissa. Suunnitelmallinen sosiaalityö perustuu kanssasi yhdessä tehtyyn palvelutarpeen arviointiin ja asiakassuunnitelmaan. Asiakkuus on määräaikainen. Tarvittaessa saat oman nimetyn omatyöntekijän. Ota rohkeasti yhteyttä, meille ei ole mikään vierasta. Itä palvelee asiakkaita: 01200, 01230, 01260, 01280, 01300, 01340, 01350, 01370, 01380, 01390, 01510 Tuusulanväylän itä puoli, 00750, 00760, lentokenttä", "sv": "Vårt mål är att du och din familj ska få hjälp i ett så tidigt skede som möjligt. Vi hjälper familjen att hitta sina egna resurser.", "en": "There is no challenge that cannot be overcome. When your own knowledge, skills or resources are not enough, adult social work offers you guidance and support in everyday life. The aim is to overcome a difficult situation. In cooperation with the client, their loved ones and a multidisciplinary team of professionals, adult social work helps you live a life that looks like you. Adult social work is there for you, whether you are facing everyday challenges or crisis situations. The work is always planned, and the support is based on a service needs assessment and a client plan made together with you. The client relationship is temporary. If necessary, you are assigned a personal social worker. Please, do not hesitate to contact us. The eastern unit serves clients in the following postal codes: 01200, 01230, 01260, 01280, 01300, 01340, 01350, 01370, 01380, 01390, 01510 East side of Tuusulanväylä, 00750, 00760, airport" }, "name": { "fi": "Aikuissosiaalityö, itä Tikkurila", "sv": "Vuxensocialt arbete, östra", "en": "East Tikkurila Adult Social Work Unit" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70245/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }