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=328&show_all_places=true
{ "meta": { "count": 152325, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=329&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=327&show_all_places=true" }, "data": [ { "id": "tprek:79567", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2026-02-07T06:09:56.917314Z", "last_modified_time": "2026-02-07T06:09:56.917329Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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": [ 23.98103, 60.06061 ] }, "street_address": { "fi": "Ampumaradantie 46", "sv": "Skjutbanevägen 46", "en": "Ampumaradantie 46" }, "description": null, "info_url": null, "address_locality": { "fi": "Inkoo", "sv": "Ingå", "en": "Inkoo" }, "telephone": null, "name": { "fi": "Inkoon ampumarata", "sv": "Ingå skjutbana" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:79567/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:73269", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2023-10-31T06:10:22.951445Z", "last_modified_time": "2024-08-29T05:09:50.759655Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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.005695, 60.045296 ] }, "street_address": { "fi": "Ola Westmanin puistotie 9", "sv": "Ola Westmans allé 9", "en": "Ola Westmanin puistotie 9" }, "description": { "fi": "Inkoon Apteekki 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." }, "info_url": { "fi": "http://www.inkoonapteekki.net", "sv": "http://www.inkoonapteekki.net", "en": "http://www.inkoonapteekki.net" }, "address_locality": { "fi": "Inkoo", "sv": "Ingå", "en": "Inkoo" }, "telephone": { "fi": "+358 9 221 1218" }, "name": { "fi": "Inkoon Apteekki" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:73269/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:79610", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2026-02-07T06:09:58.246706Z", "last_modified_time": "2026-02-07T06:09:58.246717Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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": [ 23.98703, 60.056713 ] }, "street_address": { "fi": "Tykkitie 3", "sv": "Kanonvägen 3", "en": "Tykkitie 3" }, "description": { "fi": "Kaksi layouttia, keltaisiin koreihin pelattava pro-rata (1997 m) ja sinisiin koreihin pelattava amatöörirata (1182 m). Jonkin verran korkeuseroja." }, "info_url": null, "address_locality": { "fi": "Inkoo", "sv": "Ingå", "en": "Inkoo" }, "telephone": null, "name": { "fi": "Inkoon frisbeegolfrata", "sv": "Ingå frisbeegolfbana" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:79610/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:79514", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2026-02-07T06:09:55.282675Z", "last_modified_time": "2026-02-07T06:09:55.282687Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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": [ 23.99671, 60.044327 ] }, "street_address": { "fi": "Kylätie 2", "sv": "Kylätie 2", "en": "Kylätie 2" }, "description": null, "info_url": { "fi": "http://www.inga.fi/", "sv": "http://www.inga.fi/", "en": "http://www.inga.fi/" }, "address_locality": { "fi": "Inkoo", "sv": "Ingå", "en": "Inkoo" }, "telephone": null, "name": { "fi": "Inkoon hiekkakenttä", "sv": "Ingå sandplan" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:79514/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:79619", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2026-02-07T06:09:58.513359Z", "last_modified_time": "2026-02-07T06:09:58.513370Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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": [ 23.98126, 60.060455 ] }, "street_address": { "fi": "Ampumaradantie 46", "sv": "Skjutbanevägen 46", "en": "Ampumaradantie 46" }, "description": null, "info_url": null, "address_locality": { "fi": "Inkoo", "sv": "Ingå", "en": "Inkoo" }, "telephone": null, "name": { "fi": "Inkoon ilma-aserata", "sv": "Ingå luftgevärsskyttebana" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:79619/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:74096", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2024-01-19T06:10:15.457001Z", "last_modified_time": "2024-03-22T06:10:26.016318Z", "custom_data": null, "email": "biblioteket@inga.fi", "contact_type": null, "address_region": null, "postal_code": "10210", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": 10565, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.004663, 60.043392 ] }, "street_address": { "fi": "Rantatie 2", "sv": "Strandvägen 2", "en": "Rantatie 2" }, "description": null, "info_url": { "fi": "https://www.inkoo.fi/palvelut/kulttuuri_ja_vapaa-aika/kirjasto", "sv": "https://www.inga.fi/sv/service/kultur_och_fritid/bibliotek", "en": "https://www.inkoo.fi/palvelut/kulttuuri_ja_vapaa-aika/kirjasto" }, "address_locality": { "fi": "Inkoo", "sv": "Ingå", "en": "Inkoo" }, "telephone": { "fi": "+358 50 440 6475" }, "name": { "fi": "Inkoon kirjasto", "sv": "Ingå bibliotek", "en": "Inkoo library" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74096/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:79628", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2026-02-07T06:09:58.801599Z", "last_modified_time": "2026-02-07T06:09:58.801611Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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": [ 23.998865, 60.04433 ] }, "street_address": { "fi": "Museontie 9", "sv": "Museivägen 9", "en": "Museontie 9" }, "description": null, "info_url": { "fi": "http://www.inga.fi/", "sv": "http://www.inga.fi/", "en": "http://www.inga.fi/" }, "address_locality": { "fi": "Inkoo", "sv": "Ingå", "en": "Inkoo" }, "telephone": null, "name": { "fi": "Inkoon kunnallinen sali", "sv": "Ingås kommunala gym" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:79628/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:62785", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2023-08-15T16:21:10.221956Z", "last_modified_time": "2025-05-21T05:10:20.807798Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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.005613, 60.044403 ] }, "street_address": { "fi": "Rantatie 6", "sv": "Strandvägen 6", "en": "Rantatie 6" }, "description": { "fi": "Inkoon laboratoriossa palvelemme ajanvarauksella.", "sv": "Vid Ingå laboratorium betjänar vi med tidsbokning.", "en": "In the Inkoo laboratory we serve customers with booked appointments." }, "info_url": { "fi": "https://www.hus.fi/potilaalle/sairaalat-ja-toimipisteet/inkoon-laboratorio", "sv": "https://www.hus.fi/sv/patienten/sjukhus-och-andra-enheter/inga-laboratorium", "en": "https://www.hus.fi/en/patient/hospitals-and-other-units/inkoo-laboratory" }, "address_locality": { "fi": "Inkoo", "sv": "Ingå", "en": "Inkoo" }, "telephone": null, "name": { "fi": "Inkoon laboratorio", "sv": "Ingå laboratorium", "en": "Inkoo laboratory" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62785/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:69592", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2023-08-15T17:18:54.892476Z", "last_modified_time": "2024-02-06T14:10:09.135923Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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.005083, 60.05362 ] }, "street_address": { "fi": "Laiduntie 3", "sv": "Betesvägen 3", "en": "Laiduntie 3" }, "description": null, "info_url": null, "address_locality": { "fi": "Inkoo Keskus (Inkoo)", "sv": "Ingå centrum (Ingå)", "en": "Inkoo Keskus (Inkoo)" }, "telephone": null, "name": { "fi": "Inkoon palvelutalo Kissankulma", "sv": "Katthult serviceboende i Ingå" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:69592/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:79556", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2026-02-07T06:09:56.593975Z", "last_modified_time": "2026-02-07T06:09:56.593987Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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.001461, 60.057114 ] }, "street_address": { "fi": "Inkoon Rannikkotie 1421", "sv": "Ingå Kustvägen 1421", "en": "Inkoon Rannikkotie 1421" }, "description": { "fi": "Lenkit 1,2 km ja 2,5 km." }, "info_url": { "fi": "http://www.inga.fi/", "sv": "http://www.inga.fi/", "en": "http://www.inga.fi/" }, "address_locality": { "fi": "Inkoo", "sv": "Ingå", "en": "Inkoo" }, "telephone": null, "name": { "fi": "Inkoon Rannikkotien kuntorata" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:79556/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:79586", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2026-02-07T06:09:57.529586Z", "last_modified_time": "2026-02-07T06:09:57.529596Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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.00191, 60.057125 ] }, "street_address": { "fi": "Inkoon Rannikkotie 1421", "sv": "Ingå Kustvägen 1421", "en": "Inkoon Rannikkotie 1421" }, "description": { "fi": "Lenkit 1,2 km ja 2,5 km." }, "info_url": { "fi": "http://www.inga.fi/", "sv": "http://www.inga.fi/", "en": "http://www.inga.fi/" }, "address_locality": { "fi": "Inkoo", "sv": "Ingå", "en": "Inkoo" }, "telephone": null, "name": { "fi": "Inkoon Rannikkotien valaistu latu" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:79586/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:79538", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2026-02-07T06:09:56.057264Z", "last_modified_time": "2026-02-07T06:09:56.057276Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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.00082, 60.043377 ] }, "street_address": { "fi": "Museontie 7", "sv": "Museivägen 7", "en": "Museontie 7" }, "description": { "fi": "uudistettu skeittipaikka avautuu käyttöön 6/2024" }, "info_url": null, "address_locality": { "fi": "Inkoo", "sv": "Ingå", "en": "Inkoo" }, "telephone": null, "name": { "fi": "Inkoon skeittipaikka", "sv": "Ingås plats för skejtning" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:79538/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:79652", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2026-02-07T06:09:59.585209Z", "last_modified_time": "2026-02-07T06:09:59.585220Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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": [ 23.985975, 60.057434 ] }, "street_address": { "fi": "Tykkitie 3", "sv": "Kanonvägen 3", "en": "Tykkitie 3" }, "description": null, "info_url": null, "address_locality": { "fi": "Inkoo", "sv": "Ingå", "en": "Inkoo" }, "telephone": null, "name": { "fi": "Inkoon tekonurmikenttä" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:79652/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:79578", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2026-02-07T06:09:57.264882Z", "last_modified_time": "2026-02-07T06:09:57.264899Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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.019423, 60.05303 ] }, "street_address": { "fi": "Urheilutie 5", "sv": "Idrottsvägen 5", "en": "Urheilutie 5" }, "description": null, "info_url": null, "address_locality": { "fi": "Inkoo", "sv": "Ingå", "en": "Inkoo" }, "telephone": null, "name": { "fi": "Inkoon tenniskenttä 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:79578/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:79594", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2026-02-07T06:09:57.751784Z", "last_modified_time": "2026-02-07T06:09:57.751795Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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.01912, 60.053 ] }, "street_address": { "fi": "Urheilutie 5", "sv": "Idrottsvägen 5", "en": "Urheilutie 5" }, "description": null, "info_url": null, "address_locality": { "fi": "Inkoo", "sv": "Ingå", "en": "Inkoo" }, "telephone": null, "name": { "fi": "Inkoon tenniskenttä 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:79594/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:69492", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2023-08-15T17:18:01.788170Z", "last_modified_time": "2024-05-15T15:10:01.769999Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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.005478, 60.04431 ] }, "street_address": { "fi": "Rantatie 6", "sv": "Strandvägen 6", "en": "Rantatie 6" }, "description": null, "info_url": null, "address_locality": { "fi": "Inkoo Keskus (Inkoo)", "sv": "Ingå centrum (Ingå)", "en": "Inkoo Keskus (Inkoo)" }, "telephone": { "fi": "+358 9 4763 6410" }, "name": { "fi": "Inkoon terveysasema", "sv": "Ingå hälsostation", "en": "Inkoo healthcare station" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:69492/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:78247", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2025-07-15T12:09:53.506953Z", "last_modified_time": "2026-03-04T06:10:03.783497Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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.006012, 60.044178 ] }, "street_address": { "fi": "Rantatie 6", "sv": "Strandvägen 6", "en": "Rantatie 6" }, "description": { "fi": "Tuemme äitiys- ja lastenneuvolassa lapsiperheiden kokonaisvaltaista hyvinvointia raskausaikana sekä vauva-ajasta koulun alkuun saakka.", "sv": "På mödra- och barnrådgivningen stöder vi familjernas välmående under graviditetstiden, samt från spädbarnstiden ända fram till skolstarten.", "en": "We support the well-being of families with children in maternity and child health clinics during pregnancy and from infancy to the beginning of school." }, "info_url": { "fi": "https://www.luvn.fi/fi/toimipisteet/inkoon-terveysasema", "sv": "https://www.luvn.fi/sv/enheter/inga-halsostation", "en": "https://www.luvn.fi/en/units/inkoo-healthcare-station" }, "address_locality": { "fi": "Inkoo Keskus (Inkoo)", "sv": "Ingå centrum (Ingå)", "en": "Inkoo Keskus (Inkoo)" }, "telephone": null, "name": { "fi": "Inkoon terveysasema, neuvola", "sv": "Ingå hälsostation, rådgivning", "en": "Inkoo healthcare station, maternity and child health clinic" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:78247/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:76916", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2025-03-03T08:10:23.075337Z", "last_modified_time": "2026-03-04T06:10:02.994208Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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.006012, 60.044178 ] }, "street_address": { "fi": "Rantatie 6", "sv": "Strandvägen 6", "en": "Rantatie 6" }, "description": { "fi": "Nuorten (13-17-vuotiaat) ja aikuisten (yli 18-vuotiaat) mielenterveyteen ja/tai päihteiden käyttöön liittyvän hoidon ja palveluntarpeen arviointi, ohjaus ja neuvonta ilman ajanvarausta.\nKäytämme interventionavigaattoria /terapianavigaattoria osana hoidon tarpeen arviointia.\nKyseessä on verkkokysely, joka kartoittaa oireidesi ja ongelmiesi luonnetta sekä hoitoosi liittyviä tarpeita.", "sv": "Bedömning, handledning och rådgivning av vård och servicebehov i anslutning till psykisk hälsa och/eller användning av rusmedel för unga (13-17-åringar) och vuxna (över 18-åringar) utan tidsbokning. Vi använder interventionsnavigatorn /terapinavigatorn som en del av bedömningen av vårdbehovet. Det är en webbenkät som kartlägger dina symtom och karaktären på dina problem samt behoven i anslutning till din vård.", "en": "Guidance, advice and assessments of the need for treatment and services related to mental health and/or substance use of young people (13 to 17 years) and adults (over 18 years) without appointment. We use the Intervention Navigator/Therapy Navigator as help in assessing the need for treatment. The Navigator is an online survey that asks questions about the nature of your symptoms and problems as well as your treatment needs." }, "info_url": null, "address_locality": { "fi": "Inkoo Keskus (Inkoo)", "sv": "Ingå centrum (Ingå)", "en": "Inkoo Keskus (Inkoo)" }, "telephone": { "fi": "+358 29 151 2295" }, "name": { "fi": "Inkoon terveysasema, Nuorten ja Aikuisten mielenterveys- ja päihdepalvelut", "sv": "Mentalvårds- och missbrukartjänster för unga och vuxna", "en": "Mental health and substance abuse services for young people and adults, Ingå Health Station" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:76916/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:70371", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2023-08-15T18:11:29.165195Z", "last_modified_time": "2026-02-06T11:10:07.895326Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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.005478, 60.04431 ] }, "street_address": { "fi": "Rantatie 6", "sv": "Strandvägen 6", "en": "Rantatie 6" }, "description": null, "info_url": { "fi": "https://www.luvn.fi/fi/toimipisteet/inkoon-terveyskeskuksen-hammashoitola", "sv": "https://www.luvn.fi/sv/enheter/tandkliniken-vid-inga-halsocentral", "en": "https://www.luvn.fi/en/units/inkoo-health-centre-dental-clinic" }, "address_locality": { "fi": "Inkoo Keskus (Inkoo)", "sv": "Ingå centrum (Ingå)", "en": "Inkoo Keskus (Inkoo)" }, "telephone": { "fi": "+358 29 151 2770" }, "name": { "fi": "Inkoon terveyskeskuksen hammashoitola", "sv": "Tandkliniken vid Ingå hälsocentral", "en": "Inkoo Health Centre Dental Clinic" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70371/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:79638", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2026-02-07T06:09:59.107688Z", "last_modified_time": "2026-02-07T06:09:59.107705Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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.018883, 60.053642 ] }, "street_address": { "fi": "Urheilutie 5", "sv": "Idrottsvägen 5", "en": "Urheilutie 5" }, "description": null, "info_url": { "fi": "http://www.inga.fi/", "sv": "http://www.inga.fi/", "en": "http://www.inga.fi/" }, "address_locality": { "fi": "Inkoo", "sv": "Ingå", "en": "Inkoo" }, "telephone": null, "name": { "fi": "Inkoon urheilukenttä", "sv": "Ingå idrottsplan" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:79638/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }