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

{
    "meta": {
        "count": 151446,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=24&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=22&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:70408",
            "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:33.833521Z",
            "last_modified_time": "2024-08-21T08:09:46.946600Z",
            "custom_data": null,
            "email": "aikuissosiaalityo@vakehyva.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "01360",
            "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.05963,
                    60.31969
                ]
            },
            "street_address": {
                "fi": "Karsikkokuja 15",
                "sv": "Vårdträdsgränden 15",
                "en": "Karsikkokuja 15"
            },
            "name": {
                "fi": "Aikuissosiaalityö, pohjoinen Koivukylä",
                "sv": "Vuxensocialt arbete, norra",
                "en": "North Koivukylä Adult Social Work Unit"
            },
            "telephone": {
                "fi": "+358 9 4191 7010"
            },
            "info_url": {
                "fi": "https://vakehyva.fi/fi",
                "sv": "https://vakehyva.fi/sv",
                "en": "https://vakehyva.fi/fi"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "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. Pohjoinen palvelee asiakkaita postinumeroalueella: 04260, 04220, 04230, 04200, 04250, 04320, 01360, 01400, 01420, 01450, 01480, 01490",
                "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 northern unit serves clients in the following postal codes: 04260, 04220, 04230, 04200, 04250, 04320, 01360, 01400, 01420, 01450, 01480, 01490"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70408/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:76806",
            "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": "2025-02-13T06:10:34.523086Z",
            "last_modified_time": "2025-05-25T05:10:18.903628Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01520",
            "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.959166,
                    60.28047
                ]
            },
            "street_address": {
                "fi": "Tilkuntie 5",
                "sv": "Tilkuvägen 5",
                "en": "Tilkuntie 5"
            },
            "name": {
                "fi": "Aikuisten kuntofutis -palvelun järjestämispaikka"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "description": {
                "fi": "Palvelupaikka on Aikuisten kuntofutis -palvelun järjestämispaikka. Aikuisten kuntofutis harjoittelee seuraavasti: Maanantaisin klo 21-22 Kartanonkosken tekonurmi Keskiviikkoisin klo 21-22 Kartanonkosken tekonurmi"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:76806/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:76807",
            "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": "2025-02-13T06:10:34.570570Z",
            "last_modified_time": "2025-02-13T06:10:34.570591Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01650",
            "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.836143,
                    60.25922
                ]
            },
            "street_address": {
                "fi": "Rajatorpantie 25",
                "sv": "Råtorpsvägen 25",
                "en": "Rajatorpantie 25"
            },
            "name": {
                "fi": "Aikuisten kuntosählyt miehille, naisille ja sekaryhmissä -palvelun järjestämispaikka"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "description": {
                "fi": "Palvelupaikka on Aikuisten kuntosählyt miehille, naisille ja sekaryhmissä -palvelun järjestämispaikka. Rajatorpan kalliosuoja, Rajatorpantie 25, 01650 Vantaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:76807/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:69200",
            "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-15T17:16:28.303601Z",
            "last_modified_time": "2024-06-17T15:09:56.537782Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02230",
            "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.73196,
                    60.157665
                ]
            },
            "street_address": {
                "fi": "Kalaonnentie 8/2. krs",
                "sv": "Fiskelycksvägen 8/2. våningen",
                "en": "Kalaonnentie 8/2. floor"
            },
            "name": {
                "fi": "Aikuisten mielenterveys- ja päihdepalveluiden avopalvelut, Kalaonnentie 8",
                "sv": "Mentalvårds- och missbrukartjänster för vuxna, Fiskelycksvägen 8.",
                "en": "Outpatient services for mOutpatient services for mental health and substance abuse services for adults, Kalaonnentie 8"
            },
            "telephone": {
                "fi": "+358 29 151 2295"
            },
            "info_url": {
                "fi": "http://luvn.fi",
                "sv": "http://luvn.fi",
                "en": "http://luvn.fi"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": {
                "fi": "Mielenterveys- ja päihdepalveluiden avopalvelu on kaikille hyvinvointialueen asukkaille suunnattua matalan kynnyksen palvelua. Avopalveluista saat ohjausta ja neuvontaa, hoidontarpeen arvion, sekä juuri sinulle yhdessä suunnitellun tarpeenmukaisen hoidon. Käytössämme terapianavigaattori (https://www.terapianavigaattori.fi/) hoidon tarpeen arvioon, jonka jälkeen hoito voi jatkua ohjatulla omahoidolla ammattilaisen kanssa. Tarjoamme myös kognitiivista lyhytterapiaa. Hoitojaksomme ovat tavoitteellisia ja määrämittaisia.",
                "sv": "Mentalvårds- och missbrukartjänsterna inom öppenvården är tjänster med låg tröskel som riktar sig till alla invånare i välfärdsområdet. Öppenvården ger handledning och rådgivning, bedömning av vårdbehovet och behovsanpassad vård som planeras specifikt för dig. Vi använder en terapinavigator (https://www.terapianavigaattori.fi/) för att bedöma vårdbehovet, varefter behandlingen kan fortsätta med guidad egenvård tillsammans med en yrkesutbildad person. Vi erbjuder även kognitiv korttidsterapi. Våra behandlingsperioder är målinriktade och ordinerade.",
                "en": "The outpatient mental health and substance abuse services are low-threshold services aimed at all residents of the wellbeing services county. Outpatient services provide guidance and advice, an assessment of the need for treatment, and needs-based treatment planned specifically for you. We use a therapy navigator (https://www.terapianavigaattori.fi/) to assess the need for treatment, after which the treatment can continue with guided self-care with a professional. We also offer cognitive short-term therapy. Our treatment periods are goal-oriented and prescribed."
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:69200/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:5201",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laakso",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laakso",
                        "sv": "Dal"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:laakso",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laakso",
                        "sv": "Dal"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T08:11:28.594496Z",
            "last_modified_time": "2024-02-06T13:09:41.118562Z",
            "custom_data": null,
            "email": null,
            "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": 7727,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.917477,
                    60.193058
                ]
            },
            "street_address": {
                "fi": "Lääkärinkatu 8, rak. 1 F-rappu",
                "sv": "Läkaregatan 8, byggnad 1 F-trappan",
                "en": "Lääkärinkatu 8, bldg 1 F-staircase"
            },
            "name": {
                "fi": "Aikuisten puheterapia",
                "sv": "Logopedi för vuxna",
                "en": "Adult speech therapy"
            },
            "telephone": {
                "fi": "+358 9 310 4701"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Aikuisten puheterapia on tarkoitettu sinulle, jos sinulla on vaikeuksia tuottaa tai ymmärtää puhetta tai vaikeuksia niellä. Arvioimme ja kuntoutamme puheen, kielen, kommunikaation tai nielemisen häiriöitä ja määrittelemme niiden vaikeusasteen. Selvitämme myös, miten oireet vaikuttavat arkiseen kommunikaatioosi ja päivittäiseen selviytymiseesi. Käymme tilannetta läpi yhdessä asiakkaan ja hänen läheistensä kanssa. Kuntoutuksen avulla pyrimme kohentamaan puheen tuottoa ja ymmärtämistä, lukemista ja kirjoittamista sekä nielemistä. Voimme antaa myös ohjeita ruokiin ja ruokailutapoihin, jotka helpottavat nielemistä. Jos kommunikaatiohäiriösi on vakava, etsimme puhetta tukevia ja korjaavia keinoja. Pääset asiakkaaksemme lääkärin lähetteellä. Saat lähetteen geriatrian poliklinikalta, omalta terveysasemaltasi, kotihoidosta tai sairaalan osastolta.",
                "sv": "Logopedi för vuxna är avsedd för dig som har svårt att producera eller förstå tal eller sväljningssvårigheter. Vi bedömer och rehabiliterar störningar i tal, språk, kommunikation eller sväljning och ställer fast svårighetsgraden. Vi kartlägger även hur symptomen påverkar din vardagliga kommunikation och funktionsförmåga. Vi går igenom situationen tillsammans med kunden och de anhöriga. Målet med rehabiliteringen är att patienten bättre ska kunna producera tal och lättare kunna förstå, läsa, skriva och svälja. Vi kan också ge råd om mat och matvanor som gör det lättare att svälja. Om du har en allvarlig störning i kommunikationen letar vi efter ett sätt att stödja och rätta till det. Du når oss med läkarremiss. Den får du från geriatriska polikliniken, din egen hälsostation, hemvården eller sjukhusets avdelning.",
                "en": "Adult speech therapy is intended for you if you have difficulty in producing or understanding speech or have difficulty in swallowing. We diagnose speech, language, communication and swallowing disorders and determine their level of severity. We will also establish how your symptoms affect your daily communication and coping. We will inform the customer and their loved ones of the examination results and, when needed, prepare a plan for rehabilitation. Through rehabilitation, we aim to improve your speech production and understanding, reading, writing and swallowing. We can provide instructions for food and eating habits that make swallowing easier. If your communication disorder is severe, we will look for ways to support and correct your speech. You need a referral to become our customer. You can get a referral from the Geriatric Outpatient Clinic, your own health station, home care services or hospital ward."
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:5201/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:69221",
            "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-15T17:16:35.437811Z",
            "last_modified_time": "2025-01-03T12:10:21.241524Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "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.820807,
                    60.21557
                ]
            },
            "street_address": {
                "fi": "Komentajankatu 5 C",
                "sv": "Kommendörsgatan 5 C",
                "en": "Komentajankatu 5 C"
            },
            "name": {
                "fi": "Aikuisten sosiaalipalvelut Espoo",
                "sv": "Socialservice för vuxna Esbo",
                "en": "Adult social services Espoo"
            },
            "telephone": {
                "fi": "+358 29 151 3100"
            },
            "info_url": {
                "fi": "https://www.luvn.fi/fi/palvelut/aikuisten-sosiaalipalvelut",
                "sv": "https://www.luvn.fi/sv/tjanster/socialservice-vuxna",
                "en": "https://www.luvn.fi/en/services/social-services-adults"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:69221/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:74835",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:hanko",
                    "municipality": null,
                    "name": {
                        "fi": "Hanko",
                        "sv": "Hangö"
                    }
                }
            ],
            "created_time": "2024-03-28T13:09:55.074843Z",
            "last_modified_time": "2025-01-03T09:10:40.667040Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10900",
            "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": [
                    22.968292,
                    59.82405
                ]
            },
            "street_address": {
                "fi": "Kulmakatu 12",
                "sv": "Vinkelgatan 12",
                "en": "Kulmakatu 12"
            },
            "name": {
                "fi": "Aikuisten sosiaalipalvelut Hanko",
                "sv": "Socialservice för vuxna Hangö",
                "en": "Adult social services Hanko"
            },
            "telephone": {
                "fi": "+358 29 151 3100"
            },
            "info_url": {
                "fi": "https://www.luvn.fi/fi",
                "sv": "https://www.luvn.fi/sv",
                "en": "https://www.luvn.fi/en"
            },
            "address_locality": {
                "fi": "Hanko Keskus (Hanko)",
                "sv": "Hangö centrum (Hangö)",
                "en": "Hanko Keskus (Hanko)"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74835/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:70356",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:lohja",
                    "municipality": null,
                    "name": {
                        "fi": "Lohja",
                        "sv": "Lojo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:11:27.323466Z",
            "last_modified_time": "2024-12-10T11:10:31.457871Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "08100",
            "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.06482,
                    60.25095
                ]
            },
            "street_address": {
                "fi": "Laurinkatu 48 A, 4. krs",
                "sv": "Larsgatan 48 A, 4. vån.",
                "en": "Laurinkatu 48 A, 4. floor"
            },
            "name": {
                "fi": "Aikuisten sosiaalipalvelut Lohja",
                "sv": "Socialservice för vuxna Lojo",
                "en": "Adult social services Lohja"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Lohja Keskus (Lohja)",
                "sv": "Lojo centrum (Lojo)",
                "en": "Lohja Keskus (Lohja)"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70356/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:69561",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:raasepori",
                    "municipality": null,
                    "name": {
                        "fi": "Raasepori",
                        "sv": "Raseborg"
                    }
                }
            ],
            "created_time": "2023-08-15T17:18:36.597571Z",
            "last_modified_time": "2025-06-27T06:09:42.827843Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10650",
            "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.477123,
                    59.98432
                ]
            },
            "street_address": {
                "fi": "Raaseporintie 37, R-talo (Torppa)",
                "sv": "Raseborgsvägen 37, R-huset (Torpet)",
                "en": "Raaseporintie 37, R-house (Torppa)"
            },
            "name": {
                "fi": "Aikuisten sosiaalipalvelut Tammisaari",
                "sv": "Socialservice för vuxna Ekenäs",
                "en": "Adult social services Ekenäs"
            },
            "telephone": {
                "fi": "+358 29 151 3100"
            },
            "info_url": {
                "fi": "https://www.luvn.fi/fi/palvelut/aikuisten-sosiaalipalvelut",
                "sv": "https://www.luvn.fi/fi/palvelut/aikuisten-sosiaalipalvelut",
                "en": "https://www.luvn.fi/fi/palvelut/aikuisten-sosiaalipalvelut"
            },
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "description": {
                "fi": "Aikuissosiaalityöhön voit ottaa yhteyttä, kun tarvitset tukea, ohjausta ja neuvontaa erilaisissa arkielämän hankalissa tilanteissa. Etsimme yhdessä vaihtoehtoja elämäntilanteesi parantamiseksi. Näin löydät meille osoitteeseen Raaseporintie 37: Tule Mäntykoto-päiväkodin ohi, punatiiliseen R-taloon (Torppa).",
                "sv": "Du kan kontakta vuxensocialarbete när du behöver stöd, handledning och rådgivning i olika svåra vardagssituationer. Tillsammans söker vi alternativ för att förbättra din livssituation. Så här hittar du till oss på Raaseporintie 37: Gå förbi Mäntykoto-daghemmet, till det röda tegel R-huset (Torpet).",
                "en": "You can contact adult social work when you need support, guidance, and advice in various difficult everyday situations. Together, we will explore options for improving your life situation. Here is how you can find us at Raaseporintie 37: Come past the Mäntykoto daycare center, to the red-brick R-building (Torppa)."
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:69561/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:69164",
            "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-15T17:16:11.214841Z",
            "last_modified_time": "2024-07-16T12:09:48.803763Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02100",
            "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.796972,
                    60.17877
                ]
            },
            "street_address": {
                "fi": "Ahertajantie 2, 2. krs",
                "sv": "Flitarvägen 2, 2. vån.",
                "en": "Ahertajantie 2, 2. floor"
            },
            "name": {
                "fi": "Aikuisten toimintaterapia",
                "sv": "Ergoterapi för vuxna",
                "en": "Occupational therapy for adults"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:69164/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67647",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vanha_ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vanha Ruskeasuo",
                        "sv": "Gamla Brunakärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ruskeasuo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ruskeasuo",
                        "sv": "Brunakärr"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:16.361626Z",
            "last_modified_time": "2024-03-26T06:10:06.419924Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00280",
            "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.900661,
                    60.20665
                ]
            },
            "street_address": {
                "fi": "Nauvontie 14",
                "sv": "Naguvägen 14",
                "en": "Nauvontie 14"
            },
            "name": {
                "fi": "Aimo Park, Aitio Business Park",
                "sv": "Aimo Park, Aitio Business Park",
                "en": "Aimo Park, Aitio Business Park"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/aitio-business-park/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/aitio-business-park/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/aitio-business-park/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Halli. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.",
                "sv": "Parkeringshus. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.",
                "en": "Parking hall. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section."
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67647/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67648",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "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"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:16.493928Z",
            "last_modified_time": "2024-03-26T06:10:06.453925Z",
            "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": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.976767,
                    60.208977
                ]
            },
            "street_address": {
                "fi": "Hämeentie 135",
                "sv": "Tavastvägen 135",
                "en": "Hämeentie 135"
            },
            "name": {
                "fi": "Aimo Park, Arabia 135",
                "sv": "Aimo Park, Arabia 135",
                "en": "Aimo Park, Arabia 135"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.aimopark.fi/kaupungit/helsinki/arabia-135/",
                "sv": "https://www.aimopark.fi/sv/stader/helsinki/arabia-135/",
                "en": "https://www.aimopark.fi/en/cities/helsinki/arabia-135/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Puolilämmin halli/ulkoalue. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.",
                "sv": "Halvvarmt parkeringshus / utomhusparkering. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.",
                "en": "Semi-heated parking hall / outdoor area. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section."
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67648/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67649",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kampinmalmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kampinmalmi",
                        "sv": "Kampmalmen"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etu-töölö",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Etu-Töölö",
                        "sv": "Främre Tölö"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:etu-töölö",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Etu-Töölö",
                        "sv": "Främre Tölö"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:16.633111Z",
            "last_modified_time": "2024-03-26T06:10:06.492991Z",
            "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.92508,
                    60.171513
                ]
            },
            "street_address": {
                "fi": "Arkadiankatu 23",
                "sv": "Arkadiagatan 23",
                "en": "Arkadiankatu 23"
            },
            "name": {
                "fi": "Aimo Park, Arkadiankatu 23",
                "sv": "Aimo Park, Arkadiankatu 23",
                "en": "Aimo Park, Arkadiankatu 23"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/arkadiankatu-23/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/arkadiankatu-23/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/arkadiankatu-23/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Halli/kattoparkki. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.",
                "sv": "Parkeringshus / takparkering. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.",
                "en": "Parking hall / roof parking. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section."
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67649/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67650",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "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:pitäjänmäen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäen yritysalue",
                        "sv": "Sockenbacka företagsområde"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:17.188971Z",
            "last_modified_time": "2024-03-26T06:10:06.529643Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00370",
            "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.870834,
                    60.22272
                ]
            },
            "street_address": {
                "fi": "Atomitie 5",
                "sv": "Atomvägen 5",
                "en": "Atomitie 5"
            },
            "name": {
                "fi": "Aimo Park, Atomitie 5",
                "sv": "Aimo Park, Atomitie 5",
                "en": "Aimo Park, Atomitie 5"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Kylmä halli/ulkoalue. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.",
                "sv": "Kallt parkeringshus / utomhusparkering. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.",
                "en": "Cold parking hall / outdoor area. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section."
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67650/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67651",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kampinmalmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kampinmalmi",
                        "sv": "Kampmalmen"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etu-töölö",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Etu-Töölö",
                        "sv": "Främre Tölö"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:etu-töölö",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Etu-Töölö",
                        "sv": "Främre Tölö"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:17.487504Z",
            "last_modified_time": "2024-03-26T06:10:06.560586Z",
            "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.934793,
                    60.174698
                ]
            },
            "street_address": {
                "fi": "Karamzininranta 2",
                "sv": "Karamzins strand 2",
                "en": "Karamzininranta 2"
            },
            "name": {
                "fi": "Aimo Park, Finlandia",
                "sv": "Aimo Park, Finlandia",
                "en": "Aimo Park, Finlandia"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/finlandia/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/finlandia/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/finlandia/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Lämmin halli. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.",
                "sv": "Varmt parkeringshus. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.",
                "en": "Heated parking hall. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section."
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67651/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67652",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pikku_huopalahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pikku Huopalahti",
                        "sv": "Lillhoplax"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:meilahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Meilahti",
                        "sv": "Mejlans"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:18.095249Z",
            "last_modified_time": "2024-03-26T06:10:06.596940Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00270",
            "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.893312,
                    60.19517
                ]
            },
            "street_address": {
                "fi": "Kallioportaankatu 3",
                "sv": "Bergtrappsgatan 3",
                "en": "Kallioportaankatu 3"
            },
            "name": {
                "fi": "Aimo Park, Gradus",
                "sv": "Aimo Park, Gradus",
                "en": "Aimo Park, Gradus"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/gradus/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/gradus/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/gradus/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Lämmin halli. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.",
                "sv": "Varmt parkeringshus. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.",
                "en": "Heated parking hall. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section."
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67652/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67653",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "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:katajanokka",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Katajanokka",
                        "sv": "Skatudden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:katajanokka",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Katajanokka",
                        "sv": "Skatudden"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:18.233030Z",
            "last_modified_time": "2024-03-26T06:10:06.634322Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00160",
            "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.95846,
                    60.16725
                ]
            },
            "street_address": {
                "fi": "Katajanokanlaituri 2",
                "sv": "Skatuddskajen 2",
                "en": "Katajanokanlaituri 2"
            },
            "name": {
                "fi": "Aimo Park, Helsingin Satama Katajanokka P2",
                "sv": "Aimo Park, Helsingin Satama Katajanokka P2",
                "en": "Aimo Park, Helsingin Satama Katajanokka P2"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Ulkoalue. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.",
                "sv": "Utomhusparkering. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.",
                "en": "Outdoor area. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section."
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67653/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67655",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "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:katajanokka",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Katajanokka",
                        "sv": "Skatudden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:katajanokka",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Katajanokka",
                        "sv": "Skatudden"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:18.407820Z",
            "last_modified_time": "2024-03-26T06:10:06.666473Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00160",
            "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.968437,
                    60.164757
                ]
            },
            "street_address": {
                "fi": "Mastokatu 1",
                "sv": "Mastgatan 1",
                "en": "Mastokatu 1"
            },
            "name": {
                "fi": "Aimo Park, Helsingin Satama Katajanokka P4",
                "sv": "Aimo Park, Helsingin Satama Katajanokka P4",
                "en": "Aimo Park, Helsingin Satama Katajanokka P4"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Ulkoalue. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.",
                "sv": "Utomhusparkering. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.",
                "en": "Outdoor area. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section."
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67655/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67656",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "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:katajanokka",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Katajanokka",
                        "sv": "Skatudden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:katajanokka",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Katajanokka",
                        "sv": "Skatudden"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:18.542032Z",
            "last_modified_time": "2024-03-26T06:10:06.698314Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00160",
            "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.970167,
                    60.164772
                ]
            },
            "street_address": {
                "fi": "Kanavakatu 9",
                "sv": "Kanalgatan 9",
                "en": "Kanavakatu 9"
            },
            "name": {
                "fi": "Aimo Park, Helsingin Satama Katajanokka P5",
                "sv": "Aimo Park, Helsingin Satama Katajanokka P5",
                "en": "Aimo Park, Helsingin Satama Katajanokka P5"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Ulkoalue. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.",
                "sv": "Utomhusparkering. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.",
                "en": "Outdoor area. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section."
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67656/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67657",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "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:pitäjänmäen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäen yritysalue",
                        "sv": "Sockenbacka företagsområde"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:18.673977Z",
            "last_modified_time": "2024-03-26T06:10:06.730655Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00380",
            "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.876137,
                    60.217525
                ]
            },
            "street_address": {
                "fi": "Hiomotie 6",
                "sv": "Sliperivägen 6",
                "en": "Hiomotie 6"
            },
            "name": {
                "fi": "Aimo Park, Hiomotie 6",
                "sv": "Aimo Park, Hiomotie 6",
                "en": "Aimo Park, Hiomotie 6"
            },
            "telephone": null,
            "info_url": {
                "fi": "https://www.aimopark.fi/fi-fi/cities/helsinki/hiomotie-6/",
                "sv": "https://www.aimopark.fi/sv-fi/cities/helsinki/hiomotie-6/",
                "en": "https://www.aimopark.fi/en-gb/cities/helsinki/hiomotie-6/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": {
                "fi": "Ulkoalue. Katso tämän pysäköintilaitoksen aukioloajat, hinnat, maksutavat ja muut tarkemmat tiedot pysäköintilaitoksen kotisivuilta. Löydät linkin kohdasta Kotisivu.",
                "sv": "Utomhusparkering. Se öppettiderna, priserna och betalningssätten för och andra närmare uppgifter om denna parkeringsanläggning på dess webbplats. Du hittar länken under Hemsida.",
                "en": "Outdoor area. For the opening hours, prices, payment methods and other detailed information of this parking facility, please visit the parking facility's home page. You can find the link to it under the Home page section."
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67657/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}