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

{
    "meta": {
        "count": 152174,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=23&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=21&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:46025",
            "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.386709Z",
            "last_modified_time": "2024-02-06T13:14:39.917033Z",
            "custom_data": null,
            "email": "studies-chem@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": 9597,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.824371,
                    60.18382
                ]
            },
            "name": {
                "fi": "Aalto-yliopiston kemian tekniikan korkeakoulu",
                "sv": "Aalto-universitetet Högskolan för kemiteknik",
                "en": "Aalto University School of Chemical Technology"
            },
            "description": {
                "fi": "Kehitämme uusia teknologioita, joiden avulla ratkaistaan aikamme isoja ongelmia, kuten ilmastonmuutosta ja luonnonvarojen riittävyyttä.\nKemian tekniikasta valmistuneet ymmärtävät, mitä pitää tehdä puhtaan ympäristön ja kestävän kehityksen turvaamiseksi, ja tietävät, miten se tehdään. He kehittävät muovia korvaavia ratkaisuja, kestävää akkuteknologiaa ja raaka-aineiden kierrätystä, muun muassa. Kemian tekniikan innovaatioiden vaikutukset voivat olla massiivisia globaalissakin mittakaavassa.\nLiity siis mukaan, jos haluat muuttaa maailmaa! 99 prosenttia valmistuneista työllistyy koulutusta vastaaviin töihin kuluttajabrändeistä suurteollisuuteen.",
                "sv": "Vi hittar nya lösningar för att bekämpa klimatförändringen, innoverar nya biomaterial, befrämjar hållbar produktion och cirkulär ekonomi.",
                "en": "We are developing new technologies to solve major problems of our time, such as climate change and the adequacy of natural resources.\nGraduates of chemical engineering understand what needs to be done to safeguard a clean environment and sustainable development, and they know how to do it. They develop solutions that replace plastic, sustainable battery technologies and recycling of raw materials, among other things. The effects of innovations in chemical engineering can be massive even on a global scale.\nJoin us if you want to change the world! Ninety-nine per cent of graduates find employment in jobs corresponding to education, from consumer brands to large industries."
            },
            "street_address": {
                "fi": "Kemistintie 1",
                "sv": "Kemistvägen 1",
                "en": "Kemistintie 1"
            },
            "info_url": {
                "fi": "https://www.aalto.fi/fi/kemian-tekniikan-korkeakoulu",
                "sv": "https://www.aalto.fi/sv/hogskolan-for-kemiteknik",
                "en": "https://www.aalto.fi/en/school-of-chemical-engineering"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": {
                "fi": "+358 9 470 01"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46025/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:46185",
            "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:34.014962Z",
            "last_modified_time": "2024-02-06T13:14:42.691994Z",
            "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.826416,
                    60.1829
                ]
            },
            "name": {
                "fi": "Aalto-yliopiston kemian tekniikan korkeakoulu, Materiaalitekniikka",
                "sv": "Aalto-universitetet Högskolan för kemiteknik, Institutionen för materialteknik",
                "en": "Aalto University School of Chemical Technology, Materials Science and Engineering"
            },
            "description": null,
            "street_address": {
                "fi": "Vuorimiehentie 2",
                "sv": "Bergsmansvägen 2",
                "en": "Vuorimiehentie 2"
            },
            "info_url": {
                "fi": "http://chem.aalto.fi/fi/contact/",
                "sv": "http://chem.aalto.fi/sv/contact/",
                "en": "http://chem.aalto.fi/en/contact/"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46185/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:46184",
            "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:33.897976Z",
            "last_modified_time": "2024-02-06T13:14:42.660896Z",
            "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.824944,
                    60.181736
                ]
            },
            "name": {
                "fi": "Aalto-yliopiston kemian tekniikan korkeakoulu, Puunjalostustekniikka, PUU1"
            },
            "description": null,
            "street_address": {
                "fi": "Vuorimiehentie 1",
                "sv": "Bergsmansvägen 1",
                "en": "Vuorimiehentie 1"
            },
            "info_url": {
                "fi": "http://chem.aalto.fi/fi/contact/",
                "sv": "http://chem.aalto.fi/sv/contact/",
                "en": "http://chem.aalto.fi/en/contact/"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46184/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:46283",
            "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.783169Z",
            "last_modified_time": "2024-02-06T13:14:45.104882Z",
            "custom_data": null,
            "email": "languagecentre@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": 9663,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.828747,
                    60.186657
                ]
            },
            "name": {
                "fi": "Aalto-yliopiston kielikeskus, Y189",
                "sv": "Språkcentret vid Aalto-Univesitetet, Y189",
                "en": "Aalto University Language Centre room Y189"
            },
            "description": {
                "fi": "Kielikeskus on Aalto-yliopiston palveluyksikkö, joka järjestää opiskelijoille ja henkilöstölle tarjottavan kielten ja viestinnän opetuksen. Tavoitteenamme on antaa opiskelijoille kieli- ja viestintätaidot, jotka luovat vahvan pohjan menestykseen opinnoissa ja työelämässä.",
                "sv": "Språkcentret är en för hela universitetet gemensam serviceenhet som ordnar språk- och kommunikationsundervisning för studerande och personal. Språkcentrets mål är att ge alla universitetets studerande sådana praktiska språkkunskaper och kommunikativa färdigheter som ger en stadig grund för framgång i både studier och arbetsliv.",
                "en": "The Language Centre is a university-level service unit responsible for providing education in languages and communication for both students and staff. The goal of the Language Centre is to provide all university students with such language and communication skills that give a strong foundation for success in both studies and in the world of work."
            },
            "street_address": {
                "fi": "Otakaari 1",
                "sv": "Otsvängen 1",
                "en": "Otakaari 1"
            },
            "info_url": {
                "fi": "https://www.aalto.fi/fi/palvelut/kielikeskus",
                "sv": "https://www.aalto.fi/sv/tjanster/sprakcentret",
                "en": "https://www.aalto.fi/en/services/language-centre"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": {
                "fi": "+358 50 522 4705"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46283/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:46083",
            "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:20.239176Z",
            "last_modified_time": "2024-02-06T13:14:41.277412Z",
            "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": 9608,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.826687,
                    60.18509
                ]
            },
            "name": {
                "fi": "Aalto-yliopiston kirjaamo, Otakaari 1B",
                "sv": "Aalto-universitetet Registratorskontoret, Otsvängen 1B",
                "en": "Aalto University Registry, Otakaari 1B"
            },
            "description": {
                "fi": "Kirjaamo vastaa yliopistossa syntyvien ja sinne saapuvien virallisten asiakirjojen rekisteröinnistä (diaarinumero) sähköiseen asianhallintajärjestelmä SAHA:an, sekä saapuvien asiakirjojen jakelusta ja arkistoinnista.",
                "en": "The Registry is responsible for the registration of official documents created or arriving at the University (reference number) at the electronic document and records management system SAHA and the distribution and archiving of arriving documents."
            },
            "street_address": {
                "fi": "Otakaari 1",
                "sv": "Otsvängen 1",
                "en": "Otakaari 1"
            },
            "info_url": {
                "fi": "https://www.aalto.fi/fi/palvelut/kirjaamo",
                "sv": "http://www.aalto.fi/sv/about/contact/",
                "en": "https://www.aalto.fi/en/services/registry"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": {
                "fi": "+358 50 406 1141"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46083/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:46231",
            "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:46.308756Z",
            "last_modified_time": "2024-02-06T13:14:43.848182Z",
            "custom_data": null,
            "email": "media-arts@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": 9639,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.82525,
                    60.18526
                ]
            },
            "name": {
                "fi": "Aalto-yliopiston Media Lab ja Visuaalisen viestinnän muotoilu, Taiteiden ja suunnittelun korkeakoulu, ARTS",
                "sv": "Aalto-universitetet Högskolan för konst, design och arkitektur",
                "en": "Aalto University School of Arts, Design and Architecture (ARTS), Media Lab and Visual communication design"
            },
            "description": null,
            "street_address": {
                "fi": "Otaniementie 14",
                "sv": "Otnäsvägen 14",
                "en": "Otaniementie 14"
            },
            "info_url": {
                "fi": "https://www.aalto.fi/en/department-of-art-and-media",
                "sv": "https://www.aalto.fi/en/department-of-art-and-media",
                "en": "http://media.aalto.fi/en/"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": {
                "fi": "+358 50 383 5446"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46231/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:50681",
            "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.451592Z",
            "last_modified_time": "2024-02-06T13:15:03.037340Z",
            "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.82532,
                    60.184483
                ]
            },
            "name": {
                "fi": "Aalto-yliopiston metroasema A",
                "sv": "Aalto-universitetets metrostation A",
                "en": "Aalto University Metro station A"
            },
            "description": null,
            "street_address": {
                "fi": "Otaniementie 12",
                "sv": "Otnäsvägen 12",
                "en": "Otaniementie 12"
            },
            "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"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:50681/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "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
                ]
            },
            "name": {
                "fi": "Aalto-yliopiston metroasema B",
                "sv": "Aalto-universitetets metrostation B",
                "en": "Aalto University Metro Station B"
            },
            "description": null,
            "street_address": {
                "fi": "Tietotie 3",
                "sv": "Datavägen 3",
                "en": "Tietotie 3"
            },
            "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"
            },
            "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
                ]
            },
            "name": {
                "fi": "Aalto-yliopiston Nanofab",
                "sv": "Aalto-universitetets Nanofab",
                "en": "Aalto University Nanofab"
            },
            "description": null,
            "street_address": {
                "fi": "Tietotie 3",
                "sv": "Datavägen 3",
                "en": "Tietotie 3"
            },
            "info_url": {
                "fi": "http://www.micronova.fi/contact_information/",
                "sv": "http://www.micronova.fi/contact_information/",
                "en": "http://www.micronova.fi/contact_information/"
            },
            "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
                ]
            },
            "name": {
                "fi": "Aalto-yliopiston perustieteiden korkeakoulu",
                "sv": "Aalto-universitetet Högskolan för teknikvetenskaper",
                "en": "Aalto University School of Science"
            },
            "description": null,
            "street_address": {
                "fi": "Otakaari 1",
                "sv": "Otsvängen 1",
                "en": "Otakaari 1"
            },
            "info_url": {
                "fi": "http://sci.aalto.fi/fi/",
                "sv": "http://sci.aalto.fi/sv/",
                "en": "http://sci.aalto.fi/en/"
            },
            "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
                ]
            },
            "name": {
                "fi": "Aalto-yliopiston perustieteiden korkeakoulun neurotieteen ja lääketieteellisen tekniikan laitos"
            },
            "description": null,
            "street_address": {
                "fi": "Rakentajanaukio 2",
                "sv": "Byggarplatsen 2",
                "en": "Rakentajanaukio 2"
            },
            "info_url": {
                "fi": "http://nbe.aalto.fi/fi/",
                "sv": "http://nbe.aalto.fi/fi/",
                "en": "http://nbe.aalto.fi/en/"
            },
            "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
                ]
            },
            "name": {
                "fi": "Aalto-yliopiston perustieteiden korkeakoulun tietotekniikan laitos",
                "sv": "Institutionen för datateknik",
                "en": "The 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."
            },
            "street_address": {
                "fi": "Konemiehentie 2",
                "sv": "Maskinbyggarvägen 2",
                "en": "Konemiehentie 2"
            },
            "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"
            },
            "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
                ]
            },
            "name": {
                "fi": "Aalto-yliopiston perustieteiden korkeakoulun tuotantotalouden laitos (TUTA)"
            },
            "description": null,
            "street_address": {
                "fi": "Maarintie 8",
                "sv": "Marvägen 8",
                "en": "Maarintie 8"
            },
            "info_url": {
                "fi": "http://tuta.aalto.fi/fi/",
                "sv": "http://tuta.aalto.fi/fi/",
                "en": "http://tuta.aalto.fi/en/"
            },
            "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
                ]
            },
            "name": {
                "fi": "Aalto-yliopiston perustieteiden tohtoriohjelman opiskelijapalvelut",
                "en": "Aalto University School of Science Student Services of the Doctoral Programme"
            },
            "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."
            },
            "street_address": {
                "fi": "Maarintie 8",
                "sv": "Marvägen 8",
                "en": "Maarintie 8"
            },
            "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"
            },
            "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
                ]
            },
            "name": {
                "fi": "Aalto-yliopiston ruotsinkieliset opiskelijapalvelut",
                "sv": "Aalto-universitetet, Studerande service på svenska",
                "en": "Aalto University student services in Swedish"
            },
            "description": null,
            "street_address": {
                "fi": "Otakaari 1",
                "sv": "Otsvängen 1",
                "en": "Otakaari 1"
            },
            "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"
            },
            "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
                ]
            },
            "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"
            },
            "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."
            },
            "street_address": {
                "fi": "Otakaari 1",
                "sv": "Otsvängen 1",
                "en": "Otakaari 1"
            },
            "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"
            },
            "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
                ]
            },
            "name": {
                "fi": "Aalto-yliopiston sähkötekniikan korkeakoulu"
            },
            "description": null,
            "street_address": {
                "fi": "Otakaari 5",
                "sv": "Otsvängen 5",
                "en": "Otakaari 5"
            },
            "info_url": {
                "fi": "http://elec.aalto.fi/fi/",
                "sv": "http://elec.aalto.fi/sv/",
                "en": "http://elec.aalto.fi/en/"
            },
            "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
                ]
            },
            "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"
            },
            "description": null,
            "street_address": {
                "fi": "Maarintie 8",
                "sv": "Marvägen 8",
                "en": "Maarintie 8"
            },
            "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"
            },
            "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
                ]
            },
            "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)"
            },
            "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."
            },
            "street_address": {
                "fi": "Maarintie 8",
                "sv": "Marvägen 8",
                "en": "Maarintie 8"
            },
            "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"
            },
            "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
                ]
            },
            "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"
            },
            "description": null,
            "street_address": {
                "fi": "Otaniementie 14",
                "sv": "Otnäsvägen 14",
                "en": "Otaniementie 14"
            },
            "info_url": {
                "fi": "http://arts.aalto.fi/fi/",
                "sv": "http://arts.aalto.fi/sv/",
                "en": "http://arts.aalto.fi/en/"
            },
            "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"
        }
    ]
}