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

{
    "meta": {
        "count": 151441,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=21&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=19&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:55905",
            "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-15T13:13:38.217229Z",
            "last_modified_time": "2024-02-06T13:16:03.179551Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 9833,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.819447,
                    60.184654
                ]
            },
            "info_url": {
                "fi": "https://kaupunkiliikenne.fi/liikennointi/metrolla/metroasemat/#aaltoyliopisto",
                "sv": "https://kaupunkiliikenne.fi/liikennointi/metrolla/metroasemat/#aaltoyliopisto",
                "en": "https://kaupunkiliikenne.fi/liikennointi/metrolla/metroasemat/#aaltoyliopisto"
            },
            "description": null,
            "name": {
                "fi": "Aalto-yliopiston metroasema B",
                "sv": "Aalto-universitetets metrostation B",
                "en": "Aalto University Metro Station B"
            },
            "street_address": {
                "fi": "Tietotie 3",
                "sv": "Datavägen 3",
                "en": "Tietotie 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:55905/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:46240",
            "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-15T11:15:48.078298Z",
            "last_modified_time": "2024-02-06T13:14:44.146250Z",
            "custom_data": null,
            "email": "mika.koskenvuori@aalto.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 9645,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.81776,
                    60.18453
                ]
            },
            "info_url": {
                "fi": "http://www.micronova.fi/contact_information/",
                "sv": "http://www.micronova.fi/contact_information/",
                "en": "http://www.micronova.fi/contact_information/"
            },
            "description": null,
            "name": {
                "fi": "Aalto-yliopiston Nanofab",
                "sv": "Aalto-universitetets Nanofab",
                "en": "Aalto University Nanofab"
            },
            "street_address": {
                "fi": "Tietotie 3",
                "sv": "Datavägen 3",
                "en": "Tietotie 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": {
                "fi": "+358 20 722 6640"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46240/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:46024",
            "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-15T11:15:05.787258Z",
            "last_modified_time": "2024-02-06T13:14:39.877028Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 9596,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.826963,
                    60.18583
                ]
            },
            "info_url": {
                "fi": "http://sci.aalto.fi/fi/",
                "sv": "http://sci.aalto.fi/sv/",
                "en": "http://sci.aalto.fi/en/"
            },
            "description": null,
            "name": {
                "fi": "Aalto-yliopiston perustieteiden korkeakoulu",
                "sv": "Aalto-universitetet Högskolan för teknikvetenskaper",
                "en": "Aalto University School of Science"
            },
            "street_address": {
                "fi": "Otakaari 1",
                "sv": "Otsvängen 1",
                "en": "Otakaari 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": {
                "fi": "+358 9 470 01"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46024/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:50687",
            "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-15T12:10:00.371050Z",
            "last_modified_time": "2024-02-06T13:15:03.263230Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.829437,
                    60.18796
                ]
            },
            "info_url": {
                "fi": "http://nbe.aalto.fi/fi/",
                "sv": "http://nbe.aalto.fi/fi/",
                "en": "http://nbe.aalto.fi/en/"
            },
            "description": null,
            "name": {
                "fi": "Aalto-yliopiston perustieteiden korkeakoulun neurotieteen ja lääketieteellisen tekniikan laitos"
            },
            "street_address": {
                "fi": "Rakentajanaukio 2",
                "sv": "Byggarplatsen 2",
                "en": "Rakentajanaukio 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:50687/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:46239",
            "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-15T11:15:47.167330Z",
            "last_modified_time": "2024-02-06T13:14:44.104128Z",
            "custom_data": null,
            "email": "info-cs@aalto.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 9644,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.822557,
                    60.18699
                ]
            },
            "info_url": {
                "fi": "https://www.aalto.fi/fi/tietotekniikan-laitos",
                "sv": "https://www.aalto.fi/sv/institutionen-for-datateknik",
                "en": "https://www.aalto.fi/en/department-of-computer-science"
            },
            "description": {
                "fi": "Tietotekniikan laitoksen tutkimus ja opetus edustavat maailman huippuluokkaa. Tietotekniikka ja digitalisaatio luovat pohjan tulevaisuuden tieteelle, tekniikalle ja yhteiskunnalle. Aalto-yliopistossa tietotekniikka on ala, jossa tieteellinen perustutkimus yhdistyy innovatiivisiin sovelluksiin. Tietotekniikan laitos on yli 40:n professorin ja yli 400 työntekijän ansiosta Aalto-yliopiston suurin laitos ja Suomen suurin tietotekniikkayksikkö. Laitos on osa Otaniemen kampuksella sijaitsevaa Aalto-yliopiston perustieteiden korkeakoulua.",
                "sv": "Institutionen för datateknik bedriver forskning och utbildning i världsklass inom modern datavetenskap för att främja framtida forskning och teknik och vårt framtida samhälle. Arbetet kombinerar grundforskning med innovativa tillämpningar. Med 44 professorer och över 400 anställda är det den största institutionen på Aalto-universitetet och den största enheten för datateknik i Finland. Institutionen är en del av Högskolan för teknikvetenskaper vid Aalto-universitetet och ligger på campus i Otnäs.",
                "en": "The Department of Computer Science provides world-class research and education in modern computer science to foster future science, engineering and society. The work combines fundamental research with innovative applications. With over 40 professors and more than 400 employees it is the largest department at Aalto University and the largest Computer Science unit in Finland. It is routinely ranked among the top 10 Computer Science departments in Europe and in the top 100 globally. The department is part of the School of Science in Aalto University, located on the Otaniemi campus."
            },
            "name": {
                "fi": "Aalto-yliopiston perustieteiden korkeakoulun tietotekniikan laitos",
                "sv": "Institutionen för datateknik",
                "en": "The Department of Computer Science"
            },
            "street_address": {
                "fi": "Konemiehentie 2",
                "sv": "Maskinbyggarvägen 2",
                "en": "Konemiehentie 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": {
                "fi": "+358 50 441 0615"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46239/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:50683",
            "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-15T12:09:56.733489Z",
            "last_modified_time": "2024-02-06T13:15:03.125664Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 9835,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.818144,
                    60.186916
                ]
            },
            "info_url": {
                "fi": "http://tuta.aalto.fi/fi/",
                "sv": "http://tuta.aalto.fi/fi/",
                "en": "http://tuta.aalto.fi/en/"
            },
            "description": null,
            "name": {
                "fi": "Aalto-yliopiston perustieteiden korkeakoulun tuotantotalouden laitos (TUTA)"
            },
            "street_address": {
                "fi": "Maarintie 8",
                "sv": "Marvägen 8",
                "en": "Maarintie 8"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:50683/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:50682",
            "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-15T12:09:56.594027Z",
            "last_modified_time": "2024-03-08T07:09:50.074295Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 9834,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.81957,
                    60.186874
                ]
            },
            "info_url": {
                "fi": "https://www.aalto.fi/fi/koulutustarjonta/perustieteiden-tohtoriohjelma",
                "sv": "https://www.aalto.fi/sv/utbildningsutbud/doktorandprogrammet-i-teknikvetenskap",
                "en": "https://www.aalto.fi/en/study-options/aalto-doctoral-programme-in-science-0"
            },
            "description": {
                "fi": "Monitieteisessä perustieteiden tohtoriohjelmassa yhdistyy ainutlaatuisesti tiede, teknologia ja liiketalous. Tohtoriohjelman tavoitteena on kouluttaa Perustieteiden korkeakoulun eri tutkimusalojen tohtoreita korkeiden kansainvälisten laatuvaatimusten mukaisesti. Nelivuotisessa tohtoriohjelmassa voi valita tutkimusalakseen fysiikan, matematiikan, lääketieteellisen tekniikan, tietotekniikan tai tuotantotalouden.",
                "en": "The Doctoral Programme in Science is a multidisciplinary programme with a unique combination of science, technology and business. The research done is committed to high standards of international excellence and the aim is to educate doctoral candidates in different research fields to tackle increasingly complex societal challenges in areas such as energy, environment, health and well-being. The doctoral programme offers a four-year doctoral programme in physics, mathematics, biomedical engineering, computer science or industrial engineering and management."
            },
            "name": {
                "fi": "Aalto-yliopiston perustieteiden tohtoriohjelman opiskelijapalvelut",
                "en": "Aalto University School of Science Student Services of the Doctoral Programme"
            },
            "street_address": {
                "fi": "Maarintie 8",
                "sv": "Marvägen 8",
                "en": "Maarintie 8"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:50682/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:46282",
            "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-15T11:15:56.661714Z",
            "last_modified_time": "2024-03-08T07:09:48.441276Z",
            "custom_data": null,
            "email": "studerandeservice@aalto.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 9662,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.828733,
                    60.186604
                ]
            },
            "info_url": {
                "fi": "https://www.aalto.fi/fi/muut-opinnot/opinnot-ja-opiskelijapalvelut-ruotsinkielella",
                "sv": "https://www.aalto.fi/sv/ovriga-studier/studier-och-studerandeservice-pa-svenska",
                "en": "https://www.aalto.fi/en/other-studies/studies-and-student-services-in-swedish"
            },
            "description": null,
            "name": {
                "fi": "Aalto-yliopiston ruotsinkieliset opiskelijapalvelut",
                "sv": "Aalto-universitetet, Studerande service på svenska",
                "en": "Aalto University student services in Swedish"
            },
            "street_address": {
                "fi": "Otakaari 1",
                "sv": "Otsvängen 1",
                "en": "Otakaari 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": {
                "fi": "+358 50 560 8378"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46282/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:46080",
            "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-15T11:15:19.807238Z",
            "last_modified_time": "2024-02-06T13:14:41.191957Z",
            "custom_data": null,
            "email": "studentservices@aalto.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 9606,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.828838,
                    60.18664
                ]
            },
            "info_url": {
                "fi": "https://www.aalto.fi/fi/opiskelijan-tukipalvelut/starting-point",
                "sv": "https://www.aalto.fi/sv/stod-for-studierna/starting-point",
                "en": "https://www.aalto.fi/en/support-for-studying/starting-point"
            },
            "description": {
                "fi": "Starting Point on opiskelijoiden yleispalvelupiste, joka palvelee ilman ajanvarausta. Starting Pointista voit pyytää esimerkiksi läsnäolotodistuksen, virallisen opintosuoritusotteen tai lukuvuosi-ilmoittautumiseen liittyvää neuvontaa.\nYhteystiedot ja aukioloajat\nPalvelupiste on avoinna ma-pe klo 12-15. Ajanvarausta ei tarvita.\nKäyntiosoite: Espoo, Kandidaattikeskus, Otakaari 1, huone Y199a. Starting Pointin tavoitat myös puhelimitse 029 442 9280 (ma-pe klo 9-11 ja 12-15) tai sähköpostitse opiskelijapalvelut@aalto.fi.\nJos tarvitset koulutusohjelmakohtaista neuvontaa, otathan yhteyttä oman korkeakoulusi opiskelijapalvelupisteeseen.",
                "sv": "Starting Point betjänar studenter utan tidsbokning. I Starting Point kan du bland annat göra läsårsanmälan, få studie- och närvarointyg, få officiella studieprestationsutdrag, göra namn- och adressändringar i studieregistret.\nKontakt information och öppetider\nStarting Point är öppet från mån-fre kl. 12-15. Tidsreservation behövs inte.\nBesöksadress: Kandidatcentret, Otsvängen 1, rum Y199a, Otnäs. Servicetelefonen 029 442 9280 betjänär mån-fre kl. 9-11 och 12-15. Epost studerandeservice@aalto.fi.\nOm du har programspecifik frågor, kontakta din egen skolas studentservice.",
                "en": "Starting Point offers student services without appointments. We offer services including certificate of attendance, official transcript of records and advice with annual enrolment.\nContact information and opening hours\nStarting Point service desk is open Mon-Fri, 12-15. No appointment needed.\nVisiting address: Espoo, Otakaari 1, Undergraduate centre, room Y199a. You can also reach Starting Point via e-mail studentservices@aalto.fi or by phone +358 29 442 9280 (open Mon-Fri 9-11 and 12-15).\nIf you have school- or programme-specific questions, please contact the student services of your school."
            },
            "name": {
                "fi": "Aalto-yliopiston Starting Point, Otakaari 1T, Y199a",
                "sv": "Aalto-universitetet Starting Point, Otsvängen 1T, Y199a",
                "en": "Aalto University Starting Point, Otakaari 1T, room Y199a"
            },
            "street_address": {
                "fi": "Otakaari 1",
                "sv": "Otsvängen 1",
                "en": "Otakaari 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": {
                "fi": "+358 29 442 9280"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46080/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:46023",
            "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-15T11:15:04.582410Z",
            "last_modified_time": "2024-02-06T13:14:39.834138Z",
            "custom_data": null,
            "email": "kirjaamo@aalto.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.830029,
                    60.18912
                ]
            },
            "info_url": {
                "fi": "http://elec.aalto.fi/fi/",
                "sv": "http://elec.aalto.fi/sv/",
                "en": "http://elec.aalto.fi/en/"
            },
            "description": null,
            "name": {
                "fi": "Aalto-yliopiston sähkötekniikan korkeakoulu"
            },
            "street_address": {
                "fi": "Otakaari 5",
                "sv": "Otsvängen 5",
                "en": "Otakaari 5"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": {
                "fi": "+358 9 470 01"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46023/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:50690",
            "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-15T12:10:00.788638Z",
            "last_modified_time": "2024-03-08T07:09:50.137760Z",
            "custom_data": null,
            "email": "studies-elec@aalto.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.818144,
                    60.186916
                ]
            },
            "info_url": {
                "fi": "https://www.aalto.fi/fi/sahkotekniikan-korkeakoulu",
                "sv": "https://www.aalto.fi/sv/hogskolan-for-elektroteknik",
                "en": "https://www.aalto.fi/en/school-of-electrical-engineering"
            },
            "description": null,
            "name": {
                "fi": "Aalto-yliopiston sähkötekniikan korkeakoulun oppimispalvelut",
                "sv": "Aalto-universitetets lärandetjänster vid högskolan för elektroteknik",
                "en": "Aalto University Learning Services (LES), School of Electrical Engineering"
            },
            "street_address": {
                "fi": "Maarintie 8",
                "sv": "Marvägen 8",
                "en": "Maarintie 8"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:50690/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:50646",
            "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-15T12:09:56.313106Z",
            "last_modified_time": "2024-02-06T13:15:02.995665Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.818144,
                    60.186916
                ]
            },
            "info_url": {
                "fi": "https://www.aalto.fi/fi/sahkotekniikan-ja-automaation-laitos",
                "sv": "https://www.aalto.fi/sv/institutionen-for-elektroteknik-och-automation",
                "en": "https://www.aalto.fi/en/department-of-electrical-engineering-and-automation"
            },
            "description": {
                "fi": "Sähkötekniikan ja automaation laitoksen tutkimus keskittyy mikrosysteemitekniikan eri aloihin, sähkötekniikkaan ja automaatioon. Tutkimusalojamme ovat voimajärjestelmät ja muuntaminen, ohjaus, robotiikka ja autonomiset järjestelmät, terveysteknologia ja älykäs asuinympäristö ja teollisuuselektroniikka ja -informatiikka.",
                "sv": "Institutionen för elektroteknik och automation (förkortat EEA) är ett ekosystem där forskare från olika områden av mikrosystem, elektroteknik och automation arbetar tillsammans för att lösa de allra svåraste problemen inom områden som energi och miljö, men även hälsa och välfärd. Vi erbjuder en utmärkt utbildning och forskningsförhållanden av högsta klass.",
                "en": "The Department of Electrical Engineering and Automation, in short EEA, is an ecosystem where scientists and engineers from different fields of microsystems, electrical engineering and automation work together to solve the most challenging scientific problems in the fields of energy and environment, as well as health and wellbeing."
            },
            "name": {
                "fi": "Aalto-yliopiston sähkötekniikan korkeakoulu, Sähkötekniikan ja automaation laitos (TUAS-talo)",
                "sv": "Aalto-universitetet, Högskolan för elektroteknik, Institutionen för elektroteknik och automation",
                "en": "Aalto University School of Electrical Engineering, Department of Electrical Engineering and Automation (TUAS building)"
            },
            "street_address": {
                "fi": "Maarintie 8",
                "sv": "Marvägen 8",
                "en": "Maarintie 8"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": {
                "fi": "+358 9 470 01"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:50646/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:46026",
            "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-15T11:15:06.563771Z",
            "last_modified_time": "2024-02-06T13:14:39.957980Z",
            "custom_data": null,
            "email": "vare-info@aalto.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 9598,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.82525,
                    60.18526
                ]
            },
            "info_url": {
                "fi": "http://arts.aalto.fi/fi/",
                "sv": "http://arts.aalto.fi/sv/",
                "en": "http://arts.aalto.fi/en/"
            },
            "description": null,
            "name": {
                "fi": "Aalto-yliopiston taiteiden ja suunnittelun korkeakoulu",
                "sv": "Aalto-universitetet Högskolan för konst, design och arkitektur",
                "en": "Aalto University School of Arts, Design and Architecture"
            },
            "street_address": {
                "fi": "Otaniementie 14",
                "sv": "Otnäsvägen 14",
                "en": "Otaniementie 14"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": {
                "fi": "+358 50 383 5446"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46026/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:51242",
            "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-15T12:11:17.288614Z",
            "last_modified_time": "2024-02-06T13:15:09.045471Z",
            "custom_data": null,
            "email": "vare-info@aalto.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 9854,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.82525,
                    60.18526
                ]
            },
            "info_url": {
                "fi": "https://www.aalto.fi/fi/taiteiden-ja-suunnittelun-korkeakoulun-tyopajat/printlab-self-service-f008",
                "sv": "https://www.aalto.fi/sv/verkstader-hogskolan-for-konst-design-och-arkitektur/printlab-sjalvservice-f008",
                "en": "https://www.aalto.fi/en/workshops-aalto-school-of-arts-design-and-architecture/printlab-self-service-f008"
            },
            "description": {
                "fi": "Opiskelijoiden ja henkilökunnan käytössä Otaniemen kampuksella Väreen pajakerroksessa huoneessa F008 on itsepalvelutulostus. Tulostimet voi varata MyCoursesin Arts Infra Workshop Access varauskalenterin kautta yhdeksi tunniksi kerrallaan.",
                "sv": "Ett utrymme för utskrifter, som fungerar genom självservice, finns på Otnäs campus i rum F008 på verkstadsvåningen i Värebyggnaden. Du kan reservera skrivarna genom Aalto Takeout för en timme åt gången.",
                "en": "A self-service printing facility is available to students and staff on the Otaniemi campus in room F008 on the workshop floor of the Väre building. You can reserve the printers through MyCourses Arts Infra Workshop Access booking."
            },
            "name": {
                "fi": "Aalto-yliopiston taiteiden ja suunnittelun korkeakoulun Printlab / Self Service F008",
                "sv": "Aalto ARTS Printlab / Självservice F008",
                "en": "Aalto University School of Art, Design and Architecture, Printlab / Self-service F008"
            },
            "street_address": {
                "fi": "Otaniementie 14",
                "sv": "Otnäsvägen 14",
                "en": "Otaniementie 14"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": {
                "fi": "+358 50 383 5446"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:51242/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:50686",
            "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-15T12:10:00.207242Z",
            "last_modified_time": "2024-02-06T13:15:03.232311Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.82435,
                    60.18743
                ]
            },
            "info_url": {
                "fi": "http://physics.aalto.fi/en/",
                "sv": "http://physics.aalto.fi/en/",
                "en": "http://physics.aalto.fi/en/"
            },
            "description": null,
            "name": {
                "fi": "Aalto-yliopiston teknillisen fysiikan laitos, Nano-talo"
            },
            "street_address": {
                "fi": "Puumiehenkuja 2",
                "sv": "Träkarlsgränden 2",
                "en": "Puumiehenkuja 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:50686/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:54394",
            "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-15T12:16:54.528595Z",
            "last_modified_time": "2024-02-06T13:15:41.367515Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 10025,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.829885,
                    60.188534
                ]
            },
            "info_url": {
                "fi": "http://health.aalto.fi/en/healthtechnologyhouse/",
                "sv": "http://health.aalto.fi/en/healthtechnologyhouse/",
                "en": "http://health.aalto.fi/en/healthtechnologyhouse/"
            },
            "description": {
                "fi": "Health Technology House (HTH) Otakaari 3:ssa on kotipaikka muun muassa seuraaville:\n- Neurotieteen ja lääketieteellisen tekniikan laitos (Perustieteiden korkeakoulu)\n- Eräät Sähkötekniikan korkeakoulun tutkimusryhmät\n- Biodesign Finland (Otaniemen toimisto)\n- Aalto Brain Centre\n- Aalto NeuroImaging (toimisto)\n- Aalto Health Platform (toimisto)\n- Health Capital Helsinki (Otaniemen toimisto)\n- Aalto Health Factory\n- Opiskelijaravintola Kvarkki\n- Lääketieteellisen tekniikan ja neurotieteen ja - teknologian alojen opetus\nSuunnitelmien mukaan HTH:n tiloissa toimii tulevaisuudessa yksi tai useampia terveysteknologian alan yrityksiä.",
                "en": "The Health Technology House (HTH), located on Aalto University's main campus in Otaniemi, unites research groups whose work revolves around electrical devices, neuroscience, or related signal processing. The House contains most of the faculty of the Biomedical Engineering and Neuroscience and -technology subareas of Aalto's Health & Wellbeing research community. Examples of research focus areas are medical imaging equipment, neurological therapy devices, rehabilitation technologies, and neurosciences. Faculty and staff in the House produce research with high scientific quality, and there is high productivity in innovation as well. More broadly, Aalto Health Platform, uniting the university's Health & Wellbeing professors and research groups for increased collaboration, is managed from the House.\nHealth Technology House is the current home for the following units and activities:\n- Department of Neuroscience and Biomedical Engineering (School of Science)\n- Research groups of School of Electrical Engineering\n- Biodesign Finland (office in Otaniemi) - Aalto Brain Centre\n- Aalto NeuroImaging (office)\n- Aalto Health Platform (office)\n- Health Capital Helsinki (office in Otaniemi)\n- Aalto Health Factory\n- Student restaurant Kvarkki (run by Sodexo)\n- Learning and teaching activities in biomedical engineering and neuroscience and -technology\nIn the future, it is planned that HTH will become the new home for one or several companies in the field of health technology."
            },
            "name": {
                "fi": "Aalto-yliopiston terveysteknologian talo",
                "en": "Aalto University Health Technology House"
            },
            "street_address": {
                "fi": "Otakaari 3",
                "sv": "Otsvängen 3",
                "en": "Otakaari 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:54394/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:54390",
            "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-15T12:16:54.246076Z",
            "last_modified_time": "2024-02-06T13:15:41.289430Z",
            "custom_data": null,
            "email": "tokyo@aalto.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 10023,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.828218,
                    60.187027
                ]
            },
            "info_url": {
                "fi": "https://tokyo.fi/",
                "sv": "https://tokyo.fi/",
                "en": "https://tokyo.fi/?lang=en"
            },
            "description": null,
            "name": {
                "fi": "Aalto-yliopiston Tokyo Space",
                "en": "Aalto University Tokyo Space"
            },
            "street_address": {
                "fi": "Otakaari 1",
                "sv": "Otsvängen 1",
                "en": "Otakaari 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:54390/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:50608",
            "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-15T11:18:56.350642Z",
            "last_modified_time": "2024-02-06T13:15:02.275882Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 9828,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.830954,
                    60.184116
                ]
            },
            "info_url": {
                "fi": "https://www.terveystalo.com/fi/toimipaikat/terveystalo-otaniemi2/",
                "sv": "https://www.terveystalo.com/sv/",
                "en": "https://www.terveystalo.com/en/"
            },
            "description": {
                "fi": "Terveystalo Otaniemessä pääset niin työterveyslääkärin, yleislääkärin, psykiatrin, työterveyshoitajan, fysioterapeutin, psykologin kuin psykoterapeutinkin vastaanotolle. Saatavilla on myös ravitsemusterapiaa ja laboratoriopalveluita.",
                "en": "At Terveystalo Otaniemi, you can get an appointment with an occupational health doctor, general doctor, psychiatrist, occupational health nurse, physiotherapist, psychologist and psychotherapist. Nutrition therapy and laboratory services are also available."
            },
            "name": {
                "fi": "Aalto-yliopisto Terveystalo Otaniemi",
                "sv": "Aalto-universitetet Terveystalo Otaniemi",
                "en": "Aalto University Terveystalo Otaniemi"
            },
            "street_address": {
                "fi": "Otakaari 27",
                "sv": "Otsvängen 27",
                "en": "Otakaari 27"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": {
                "fi": "+358 30 6000"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:50608/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:22966",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:maunula",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maunula",
                        "sv": "Månsas"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maunula",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maunula",
                        "sv": "Månsas"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T08:17:47.795687Z",
            "last_modified_time": "2025-03-13T14:09:36.197954Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00630",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 8202,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.934479,
                    60.231964
                ]
            },
            "info_url": {
                "fi": "https://www.hamhelsinki.fi/",
                "sv": "https://www.hamhelsinki.fi/sv/",
                "en": "https://www.hamhelsinki.fi/en/"
            },
            "description": {
                "fi": "Aamulla-teos tunnetaan myös nimellä Juottovasikat. Veistos on pronssia ja se on Miina Äkkijyrkän (s. 1949) varhaisemmille lehmäveistoksille ominaisesti realistinen perustuessaan tarkkaan luonnonhavainnointiin sekä lehmien tuntemukseen. Maunulan keskustan mittavien rakennustöiden vuoksi teos vietiin turvaan, mutta se palautetaan Suonotkontien eteläpään uudelle aukiolle, kun tilanne sallii, todennäköisesti syksyllä 2018. Toinen Miina Ärkkijyrkän lehmäteos on Hakaniemensillan ja Sörnäistenrantatien liittymäkohdan nurmikolla. Joy-niminen teos on vuodelta 2006 ja se on tehty vanhoista auton osista, mikä julkisten veistoksien materiaalina on Miina Äkkijyrkän tavaramerkki. Taiteilija Äkkijyrkän peltilehmiä on eri puolilla Suomea sekä väliaikaisesti että pysyvästi. Aamulla-teos (Juottovasikat) ja Joy kuuluvat Helsingin kaupungin taidekokoelmaan, jota HAM hallinnoi ja kuratoi.",
                "sv": "Skulpturen På morgonen är gjuten i brons och föreställer tre kalvar. Stilen är realistisk, och framställningen baserar sig på noggranna naturiakttagelser och kunskaper om motivet, vilket är karakteristiskt för Miina Äkkijyrkkäs (f. 1949) koskulpturer. Skulpturen är också känd under namnet Gödkalvarna (Juottovasikat). Äkkijyrkkäs andra \"koverk\" är bl.a. Plåtkor; två stora, färggranna kor formade av bilskrot som temporärt fanns placerade i Gräsviken. På morgonen / Kalvar hör till Helsingfors stads konstsamling, som förvaltas och kurateras av HAM.",
                "en": "Miina Äkkijyrkkä's \"In the Morning\" depicts three calves. The sculpture is in bronze and is typical of Äkkijyrkkä's (born 1949) cow sculptures which are realist and based on detailed observations of cows and nature itself. The sculpture is also known by the name of \"Fatlings\". The work belongs to the City of Helsinki's art collection, which is managed and curated by HAM."
            },
            "name": {
                "fi": "Aamulla / Vasikat",
                "sv": "På morgonen / Kalvar",
                "en": "Aamulla / In the morning"
            },
            "street_address": {
                "fi": "Suursuon ostoskeskus, Pakilantie, Maunula",
                "sv": "Storkärrs köpcentrum, Baggbölevägen, Månsas",
                "en": "Pakilantie, Maunula"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:22966/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:20400",
            "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-15T08:15:56.113237Z",
            "last_modified_time": "2025-05-21T09:09:40.049626Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02210",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 8188,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.73964,
                    60.16838
                ]
            },
            "info_url": {
                "fi": "https://www.espoo.fi/fi/aamunkoiton-paivakoti",
                "sv": "https://www.espoo.fi/fi/aamunkoiton-paivakoti",
                "en": "https://www.espoo.fi/fi/aamunkoiton-paivakoti"
            },
            "description": {
                "fi": "Aamunkoiton päiväkoti sijaitsee Päivätiellä Olarissa, luonnonläheisessä rauhallisessa ympäristössä, hyvien liikenneyhteyksien läheisyydessä. Aamunkoiton päiväkoti tarjoaa lapsille turvallista hoitoa ja kasvatusta yhteistyössä vanhempien kanssa. Hyvä lapsuus syntyy leikistä, ilosta, elämyksistä ja kiireettömyydestä. Jokaisen lapsen kehityksen tarpeet huomioidaan yksilöllisesti ja tasa-arvoisesti. Toiminnan suunnittelussa huomioimme lasten yksilölliset tarpeet. Autamme lasta löytämään omia vahvuuksiaan ja luottamaan omiin taitoihinsa sekä rohkaisemme lasta ilmaisemaan itseään. Teemme yhteistyötä kasvun ja oppimisen tuen henkilöstön, puheterapeuttien, lastensuojelun, neuvolan kanssa sekä varhaiskasvatuksen kuraattorin ja psykologin kanssa, joihin myös vanhemmat voivat olla yhteydessä. Pyrimme siihen, että kaikilla lapsilla ja aikuisilla on päiväkodissamme turvallinen ja hyvä olla. Lapsiryhmissä pohditaan yhdessä kaveritaitoja ja opettelemme kaveri- ja tunnetaitoja monipuolisesti. Lapset saavat vaikuttaa asioihin, asioita tehdään yhdessä. Yhdessä vanhempien kanssa huolehditaan lapsen hyvinvoinnista ja kehityksestä. Keskustelemme päivittäin vanhempien kanssa tuonti ja hakutilanteissa. Viestimme vanhemmille Evakassa sekä yksikön tiimien omilla viikko- tai kuukausikirjeillä. Vanhemmilla on mahdollisuus osallistua toiminnan suunnitteluun tai tulla mukaan toimintaamme. Vasu ja Leops -keskusteluissa vanhempien ja lasten kanssa sovitaan yhdessä tavoitteet lapsen oppimisen ja kasvun tukemiseksi. Jokaiselle lapselle tehdään yhdessä vanhempien kanssa varhaiskasvatuksen tai esiopetuksen suunnitelma. Järjestämme erilaisia toiminnallisia tapahtumia ja juhlia kauden aikana sekä ulkona että sisällä. Näistä viestimme toimintakalenterissamme.",
                "sv": "Detta är ett finskspråkigt daghem.",
                "en": "This is a Finnish-language day-care center."
            },
            "name": {
                "fi": "Aamunkoiton päiväkoti",
                "sv": "Aamunkoiton päiväkoti",
                "en": "Aamunkoiton päiväkoti"
            },
            "street_address": {
                "fi": "Päivätie 8",
                "sv": "Dagsvägen 8",
                "en": "Päivätie 8"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": {
                "fi": "+358 40 636 9674"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:20400/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}