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

{
    "meta": {
        "count": 151434,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=160&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=158&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:4431",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T08:11:11.494651Z",
            "last_modified_time": "2024-02-06T13:09:37.564723Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00150",
            "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.942871,
                    60.155666
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Laivurinkatu 3",
                "sv": "Skepparegatan 3",
                "en": "Laivurinkatu 3"
            },
            "description": null,
            "name": {
                "fi": "Eiran aikuislukio, opiskeluterveydenhuolto",
                "sv": "Vuxengymnasiet Eiran aikuislukio, hälsovård för studerande",
                "en": "Eira High School for Adults, student health care"
            },
            "telephone": {
                "fi": "+358 50 353 5958"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:4431/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:54809",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:eira",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Eira",
                        "sv": "Eira"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:eira",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Eira",
                        "sv": "Eira"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T12:18:51.387594Z",
            "last_modified_time": "2024-02-06T13:15:48.071323Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00150",
            "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.940752,
                    60.157574
                ]
            },
            "info_url": {
                "fi": "http://vihreatsylit.fi/eiranpuisto/",
                "sv": "https://vihreatsylit.fi/sv/eiranpuisto/",
                "en": "http://vihreatsylit.fi/en/eiranpuisto/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Tehtaankatu",
                "sv": "Fabriksgatan",
                "en": "Tehtaankatu"
            },
            "description": {
                "fi": "Eiranpuisto, alkujaan Eiranpuistikko ja kansan suussa \"Kukkapuisto\" on syntynyt yhdessä Eiran kaupunginosan kanssa. Puistikko valmistui vuonna 1913. Eiranpuisto on ollut perinteinen rauhalliseen kävelyyn, katseluun ja istuskeluun tarkoitettu barokkipuistikko, jossa voi rauhoittua puiden siimeksessä ja nauttia vaihtuvasta kukkaloistosta. Puiston länsilaitaan sijoitettiin vuonna 2000 viehkeä marmoriveistos, Matti Hauptin (1912-1999) Kolme astiaa kantavaa poikaa vuodelta 1962.",
                "sv": "Eiraparken uppstod samtidigt som stadsdelen Eira. Parken stod klar 1913. Eiraparken har alltid varit en traditionell barockpark där man kan flanera omkring och njuta av varierande blomsterprakt eller slå sig ner i lugn och ro bland träden. År 2000 placerades marmorskulpturen Tre pojkar som bär på ett kärl från 1962 av Matti Haupt (1912-1999) i västra kanten av parken.",
                "en": "Eira Park was originally known as Eira Green (Eiranpuistikko) and fondly referred to among locals as Flower Park (Kukkapuisto). It was created at the same time as the prestigious district of Eira in the early 1900s. Construction of the park was completed in 1913. Eira Park has always been a traditional baroque-style park designed for strolling, admiring the plants and relaxing on the park benches among the trees and flower beds. In 2000 a fine marble sculpture, Three Vessel-Carrying Boys, designed by Matti Haupt (1912-1999) was placed in the southwest corner of the park."
            },
            "name": {
                "fi": "Eiranpuisto",
                "sv": "Eiraparken",
                "en": "Eiranpuisto - Eira Park"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:54809/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:68739",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:eira",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Eira",
                        "sv": "Eira"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:eira",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Eira",
                        "sv": "Eira"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T17:12:25.117950Z",
            "last_modified_time": "2024-02-06T14:09:55.053763Z",
            "custom_data": null,
            "email": "nikolai@eiraopenair.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00150",
            "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.938833,
                    60.153976
                ]
            },
            "info_url": {
                "fi": "https://www.eiraopenair.fi/",
                "sv": "https://www.eiraopenair.fi/",
                "en": "https://www.eiraopenair.fi/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Eiranranta 1",
                "sv": "Eirastranden 1",
                "en": "Eiranranta 1"
            },
            "description": {
                "fi": "Crossfit-tyyppiseen harjoitteluun suunnattu maksullinen ulkokuntosali/treenikontti. Painonnostopaikat, levypainoja ja tankoja sekä crosstraining-häkki. Kausi huhtikuusta syyskuuhun."
            },
            "name": {
                "fi": "Eira Open Air / Ulkokuntosali",
                "sv": "Eira Open Air / Friluftsgym"
            },
            "telephone": {
                "fi": "+358 50 543 0544"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68739/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:63117",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:ullanlinna",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Ullanlinna",
                        "sv": "Ulrikasborg"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T16:21:48.012427Z",
            "last_modified_time": "2024-02-06T13:18:06.871041Z",
            "custom_data": null,
            "email": "eiring@eiring.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00130",
            "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.946571,
                    60.161633
                ]
            },
            "info_url": {
                "fi": "https://www.eiring.fi/",
                "sv": "https://www.eiring.fi/",
                "en": "https://www.eiring.fi/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Korkeavuorenkatu 15",
                "sv": "Högbergsgatan 15",
                "en": "Korkeavuorenkatu 15"
            },
            "description": {
                "fi": "Eiring on sekä kauppa että toimiva keittiö Helsingin sydämessä. Liike myy keittiötarvikkeita laatutietoisille ruuanlaittajille, ja lahjatavaroita niin kotiin kuin keittiöönkin. Myös laaja valikoima Välimeren herkkuja: pastaa, riisiä, oliiviöljyä sekä paljon muuta.",
                "sv": "Eiring är en butik och ett fungerande kök i hjärtat av Helsingfors. Butiken säljer köksredskap till passionerade kockar. Det finns också ett urval av delikatesser från Medelhavet: pasta, olivolja, havssalt, kapris, kaffe och mycket mer.",
                "en": "Eiring is a kitchen tools store in the heart of Helsinki. The shop offers a wide selection of kitchen and baking tools for both professionals and amateurs, as well as foods from the Mediterranean."
            },
            "name": {
                "fi": "Eiring",
                "sv": "Eiring",
                "en": "Eiring"
            },
            "telephone": {
                "fi": "+358 458 751 116"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63117/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:75360",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kampinmalmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kampinmalmi",
                        "sv": "Kampmalmen"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:jätkäsaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Jätkäsaari",
                        "sv": "Busholmen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:länsisatama",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsisatama",
                        "sv": "Västra Hamnen"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2024-06-13T11:10:21.358296Z",
            "last_modified_time": "2024-11-25T14:10:36.109486Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00220",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 151449,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.912859,
                    60.15386
                ]
            },
            "info_url": {
                "fi": "https://www.hamhelsinki.fi/",
                "sv": "https://www.hamhelsinki.fi/sv/",
                "en": "https://www.hamhelsinki.fi/en/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Hyväntoivonpuisto, Jätkasaari",
                "sv": "Godahoppsparken, Busholmen",
                "en": "Hyväntoivonpuisto, Jätkasaari"
            },
            "description": {
                "fi": "Taiteilija Laura Könösen teos Ei taivasta rajana koostuu erikokoisista, karkeasti veistetyistä kivilohkareista. Niiden yksi pinta on hiottu sileäksi ja ruiskumaalattu taivaansinisellä automaalilla, jonka värisävy liukuu tummemmasta vaaleampaan. Taiteilijan mukaan kivet muodostavat eräänlaisen palapelin - kuin taivaan palasia olisi putoillut sattumanvaraisesti maahan. Teoksessa sirpaloituvat niin ikuiseksi mielletty taivaankansi kuin järkähtämätön kivimateriaali. Sen voi nähdä vertauskuvana maailmastamme, jossa vakiintuneet totuudet murtuvat ja muuttuvat. Kuvanveistäjä Laura Könönen (s. 1980) pohtii teoksissaan ihmisen peruskaihoa ja olemassaolon absurdiutta. Hän käyttää materiaalinaan usein kiveä ja erityisesti Korpilahden mustaa dioriittia. Könösen mukaan kivi asettuu eri aikajanalle kuin yksilön olemassaolo. Hänelle kivi symboloi \"hiljaisuutta ilman ihmisen läsnäoloa, kaiken äänen kadottua\". Teos kuuluu Helsingin kaupungin taidekokoelmaan, jota HAM hallinnoi ja kuratoi.",
                "sv": "Konstnären Laura Könönens verk Ingen himmel som gräns utgörs av olika stora grovt huggna stenblock. En av ytorna är slätslipad och sprutmålad i himmelsblå billack, vars färgton glider från mörkare till ljusare. Enligt konstnären utgör stenarna ett slags pussel - som om bitar av himlen slumpmässigt hade ramlat ner på marken. I verket splittras både himlen, som upplevs som evig, och det orubbliga stenmaterialet. Det kan ses som en metafor för vår värld, där etablerade sanningar krossas och förändras. I sina verk reflekterar skulptören Laura Könönen (f. 1980) över människans hopplösa längtan och tillvarons absurditet. Hon använder ofta sten som material och särskilt svart diorit från Korpilahti. Enligt Könönen är stenen placerad på en annan tidslinje än individens existens. För henne symboliserar stenen \"tystnad utan mänsklig närvaro, efter att allt ljud försvunnit\". Verket hör till Helsingfors stads konstsamling, som förvaltas och kurateras av HAM.",
                "en": "Artist Laura Könönen's work No Heaven up in the Sky consists of roughly sculpted boulders of various sizes. Each boulder has one polished surface spray-painted with azure car paint, with the colour gradually changing from dark to light. According to the artist, the boulders form a puzzle of a kind - as if pieces of the sky had randomly fallen to Earth. In the work, the sky, believed to be eternal, and stone, considered an unyielding material, break into pieces. It can be seen as a metaphor for our world where established truths are breaking and changing. In her works, sculptor Laura Könönen (b. 1980) reflects on the fundamental longing underlying our life and the absurdity of existence. She often uses stone - especially black diorite from Korpilahti - in her works. According to Könönen, stone belongs to a different timeline than the existence of an individual. For her, stone symbolises \"silence without human presence after all sound has disappeared\". The work belongs to the City of Helsinki's art collection, which is managed and curated by HAM."
            },
            "name": {
                "fi": "Ei taivasta rajana",
                "sv": "Ingen himmel som gräns",
                "en": "No Heaven up in the Sky"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:75360/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:21118",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kamppi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kamppi",
                        "sv": "Kampen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kamppi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kamppi",
                        "sv": "Kampen"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kampinmalmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kampinmalmi",
                        "sv": "Kampmalmen"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T08:17:06.780992Z",
            "last_modified_time": "2024-02-06T13:10:51.054558Z",
            "custom_data": null,
            "email": "info@ekberg.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00120",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.937798,
                    60.16475
                ]
            },
            "info_url": {
                "fi": "https://www.ekberg.fi/fi/",
                "sv": "https://www.ekberg.fi/sv/",
                "en": "https://www.ekberg.fi/en/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Bulevardi 9",
                "sv": "Bulevarden 9",
                "en": "Bulevardi 9"
            },
            "description": {
                "fi": "Ekberg on Suomen vanhin leipomo, konditoria ja kahvila, joka sijaitsee keskustassa tunnelmallisen Bulevardin varrella. Kauniissa, vastikään uudistetussa kahvilassa voi antaa ajan pysähtyä ja nauttia herkullisista tarjoiluista sekä kiireettömästä tunnelmasta. Ekberg Café on avoinna joka päivä, poikkeuksena muutamat pyhäpäivät. Aamu käynnistyy runsaalla ja maittavalla aamiaisella, joka katetaan noutopöytään maanantaista sunnuntaihin. Lounastarjoilu alkaa klo 11. Kahville ja leivokselle tai à la carte -listan antimista nauttimaan voi poiketa mihin aikaan tahansa. Kesäisin avoinna oleva terassi tarjoaa mahdollisuuden juoda kahvikupposen ulkoilmassa ja seurata Helsingin vilkasta elämää Bulevardilla. Viereisessä konditoriamyymälässä tuoretta leipää ja pullaa on tarjolla heti aamusta. Myymälän valikoimassa on vanhoja, konditorian alkuajoilta periytyvillä resepteillä leivottuja tuotteita sekä uudempia, kausittain vaihtuvia herkkuja.",
                "sv": "Ekberg är Finlands äldsta bageri, konditori och café. Det är beläget i centrum vid den stämningsfulla Bulevarden. I det vackra nyrenoverade cafeet kan man låta tiden stå still medan man njuter av läckra produkter och den lugna miljön. Ekberg Café är öppet alla dagar med undantag av några helgdagar. Morgonen börjar med en riklig och god frukost som dukas fram från måndag till söndag. Kl. 11 börjar lunchserveringen. Man kan även sticka in på en kaffe med bakelse eller något från à la carte listan vilken tid på dagen som helst. På sommaren är det möjligt att avnjuta sitt kaffe på terrassen och samtidigt iaktta Bulevardens pulserande liv. Bredvidliggande konditoributik erbjuder färskt bröd och bakverk från tidiga morgonen. Sortimentet består av produkter som tillverkats enligt nedärvda recept från konditoriets begynnelse, men också nyare produkter som varierar med säsongerna.",
                "en": "Ekberg is Finland's oldest bakery, patisserie and café, located in the city centre on the atmospheric Bulevardi. In the beautiful, newly renovated café you can let time sit still and enjoy delicious delicacies as well as a leisurely ambience. The Ekberg Café is open every day, with only certain holidays as an exception. The mornings begin with an appetizing and plentiful breakfast, which is served from a buffet from Monday to Sunday. Lunch is served from 11.00 on Monday to Friday. You can stop by for a coffee or pastry, or to enjoy what the à la carte menu has to offer at any time. The summertime terrace provides the opportunity for having a cup of coffee outdoors and observing the bustling life of Helsinki on the Bulevardi street. The bakery shop next door offers freshly baked bread and buns from early morning.The bakery shop's selection includes products baked using recipes originating from the early days of the pâtisserie, as well as newer, seasonally varying delicacies."
            },
            "name": {
                "fi": "Ekberg",
                "sv": "Ekberg",
                "en": "Ekberg"
            },
            "telephone": {
                "fi": "+358 9 681 1860"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:21118/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:21085",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kamppi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kamppi",
                        "sv": "Kampen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kamppi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kamppi",
                        "sv": "Kampen"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kampinmalmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kampinmalmi",
                        "sv": "Kampmalmen"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-15T08:17:02.325152Z",
            "last_modified_time": "2024-02-06T13:10:50.306799Z",
            "custom_data": null,
            "email": "info@ekberg.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00120",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.9379,
                    60.16484
                ]
            },
            "info_url": {
                "fi": "https://www.ekberg.fi/fi/catering/ekberg-extra-juhlatila/",
                "sv": "https://www.ekberg.fi/sv/catering/ekberg-extra-festlokal/",
                "en": "https://www.ekberg.fi/en/catering/ekberg-extra-event-location/"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "street_address": {
                "fi": "Bulevardi 9 A",
                "sv": "Bulevarden 9 A",
                "en": "Bulevardi 9 A"
            },
            "description": {
                "fi": "Ekberg Extra on keskustassa sijaitseva kaunis ja tyylikäs kokous- ja juhlahuoneisto. Tilassa voi järjestää erilaisia tilaisuuksia kuten kokouksia, seminaareja, vastaanottoja, näyttelyitä ja päivällisiä. Saliin mahtuu 60-100 henkilöä tilaisuudesta riippuen.",
                "sv": "Ekberg Extra är en nyrenoverad vacker fest- och möteslokal i Helsingfors centrum i anslutning till Café Ekberg. Där kan man anordna olika tillställningar som konferenser, seminarier, mottagningar, utställningar och middagar. Salen är lämplig för 60-100 personer.",
                "en": "Ekberg Extra is a newly renovated hall for private occasions such as conferences, meetings, receptions, dinners and exhibitions. It is situated close to the city centre and can comfortably take 60 persons."
            },
            "name": {
                "fi": "Ekberg Extra",
                "sv": "Ekberg Extra",
                "en": "Ekberg Extra"
            },
            "telephone": {
                "fi": "+358 9 681 1860"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:21085/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71387",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:porvoo",
                    "municipality": null,
                    "name": {
                        "fi": "Porvoo",
                        "sv": "Borgå"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:21.892337Z",
            "last_modified_time": "2024-02-06T14:10:34.122304Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07130",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.438408,
                    60.369286
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "street_address": {
                "fi": "Ali-Vekkoskentie / Tuohisuontie",
                "en": "Ali-Vekkoskentie / Tuohisuontie"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste Ali-Vekkoski / Ekopunkt Söderveckoski, Ali-Vekkoskentie / Tuohisuontie",
                "sv": "Ekopiste Ali-Vekkoski / Ekopunkt Söderveckoski, Ali-Vekkoskentie / Tuohisuontie",
                "en": "Ekopiste Ali-Vekkoski / Ekopunkt Söderveckoski, Ali-Vekkoskentie / Tuohisuontie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71387/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71005",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:askola",
                    "municipality": null,
                    "name": {
                        "fi": "Askola",
                        "sv": "Askola"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:19.385675Z",
            "last_modified_time": "2024-02-06T14:10:26.949766Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07530",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.571878,
                    60.53976
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Askola",
                "sv": "Askola",
                "en": "Askola"
            },
            "street_address": {
                "fi": "Hiidenkirnujentie 162",
                "sv": "Hiidenkirnujentie 162",
                "en": "Hiidenkirnujentie 162"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste Askolan jäteasema / Ekopunkt Askola avfallsstation, Hiidenkirnujentie 162",
                "sv": "Ekopiste Askolan jäteasema / Ekopunkt Askola avfallsstation, Hiidenkirnujentie 162",
                "en": "Ekopiste Askolan jäteasema / Ekopunkt Askola avfallsstation, Hiidenkirnujentie 162"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71005/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71392",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:porvoo",
                    "municipality": null,
                    "name": {
                        "fi": "Porvoo",
                        "sv": "Borgå"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:22.816337Z",
            "last_modified_time": "2024-02-06T14:10:34.224404Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "06100",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.676,
                    60.38568
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "street_address": {
                "fi": "Pellingintie",
                "sv": "Pellingevägen",
                "en": "Pellingintie"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste Aunela / Ekopunkt Ånäs, Pellingintie",
                "sv": "Ekopiste Aunela / Ekopunkt Ånäs, Pellingintie",
                "en": "Ekopiste Aunela / Ekopunkt Ånäs, Pellingintie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71392/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71337",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:loviisa",
                    "municipality": null,
                    "name": {
                        "fi": "Loviisa",
                        "sv": "Lovisa"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:12.856085Z",
            "last_modified_time": "2024-02-06T14:10:33.154685Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "07930",
            "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": [
                    26.047794,
                    60.426777
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Loviisa",
                "sv": "Lovisa",
                "en": "Loviisa"
            },
            "street_address": {
                "fi": "Backsteninranta",
                "sv": "Backstensstrand",
                "en": "Backsteninranta"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste Backsteninranta / Ekopunkt Backstensstranden, Backstensstrand",
                "sv": "Ekopiste Backsteninranta / Ekopunkt Backstensstranden, Backstensstrand",
                "en": "Ekopiste Backsteninranta / Ekopunkt Backstensstranden, Backstensstrand"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71337/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71358",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:porvoo",
                    "municipality": null,
                    "name": {
                        "fi": "Porvoo",
                        "sv": "Borgå"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:16.122478Z",
            "last_modified_time": "2024-02-06T14:10:33.509551Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "06450",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.614786,
                    60.381905
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "street_address": {
                "fi": "Hollituvantie",
                "sv": "Hållsvedsvägen",
                "en": "Hollituvantie"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste Eestinmäki / Ekopunkt Estbacka, Hollituvantie",
                "sv": "Ekopiste Eestinmäki / Ekopunkt Estbacka, Hollituvantie",
                "en": "Ekopiste Eestinmäki / Ekopunkt Estbacka, Hollituvantie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71358/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71114",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:karkkila",
                    "municipality": null,
                    "name": {
                        "fi": "Karkkila",
                        "sv": "Högfors"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:37.059711Z",
            "last_modified_time": "2024-02-06T14:10:29.020426Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03710",
            "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.273981,
                    60.5242
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Karkkila",
                "sv": "Högfors",
                "en": "Karkkila"
            },
            "street_address": {
                "fi": "Vihtijärventie 736 / Kouluntie",
                "sv": "Vihtijärventie 736 / Kouluntie",
                "en": "Vihtijärventie 736 / Kouluntie"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Ahmoo, Vihtijärventie 736 / Kouluntie",
                "sv": "Ekopiste / Ekopunkt Ahmoo, Vihtijärventie 736 / Kouluntie",
                "en": "Ekopiste / Ekopunkt Ahmoo, Vihtijärventie 736 / Kouluntie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71114/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71242",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:lohja",
                    "municipality": null,
                    "name": {
                        "fi": "Lohja",
                        "sv": "Lojo"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:56.286798Z",
            "last_modified_time": "2024-02-06T14:10:31.187998Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "08200",
            "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.034334,
                    60.230854
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Lohja",
                "sv": "Lojo",
                "en": "Lohja"
            },
            "street_address": {
                "fi": "Antinkatu 7",
                "sv": "Anttigatan 7",
                "en": "Antinkatu 7"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Antinkatu, Antinkatu 7",
                "sv": "Ekopiste / Ekopunkt Antinkatu, Antinkatu 7",
                "en": "Ekopiste / Ekopunkt Antinkatu, Antinkatu 7"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71242/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71117",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:karkkila",
                    "municipality": null,
                    "name": {
                        "fi": "Karkkila",
                        "sv": "Högfors"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:37.331048Z",
            "last_modified_time": "2024-02-06T14:10:29.057598Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03600",
            "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.208006,
                    60.536144
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Karkkila",
                "sv": "Högfors",
                "en": "Karkkila"
            },
            "street_address": {
                "fi": "Asemakatu - rautatie",
                "en": "Asemakatu - rautatie"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Asemakatu, Asemakatu - rautatie",
                "sv": "Ekopiste / Ekopunkt Asemakatu, Asemakatu - rautatie",
                "en": "Ekopiste / Ekopunkt Asemakatu, Asemakatu - rautatie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71117/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71573",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:raasepori",
                    "municipality": null,
                    "name": {
                        "fi": "Raasepori",
                        "sv": "Raseborg"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:56.376637Z",
            "last_modified_time": "2024-02-06T14:10:37.657782Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10300",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    23.6893,
                    60.131176
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Torkvägen / Kuivuritie",
                "en": "Torkvägen / Kuivuritie"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Backgränd, Torkvägen / Kuivuritie",
                "sv": "Ekopiste / Ekopunkt Backgränd, Torkvägen / Kuivuritie",
                "en": "Ekopiste / Ekopunkt Backgränd, Torkvägen / Kuivuritie"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71573/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71527",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:raasepori",
                    "municipality": null,
                    "name": {
                        "fi": "Raasepori",
                        "sv": "Raseborg"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:47.368762Z",
            "last_modified_time": "2024-02-06T14:10:36.720292Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10650",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    23.513098,
                    59.88996
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Baggöntie",
                "sv": "Baggövägen",
                "en": "Baggöntie"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Baggö, Baggövägen",
                "sv": "Ekopiste / Ekopunkt Baggö, Baggövägen",
                "en": "Ekopiste / Ekopunkt Baggö, Baggövägen"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71527/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71066",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:inkoo",
                    "municipality": null,
                    "name": {
                        "fi": "Inkoo",
                        "sv": "Ingå"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:28.489584Z",
            "last_modified_time": "2024-11-16T06:10:14.951361Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10270",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    23.873655,
                    59.977573
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Inkoo",
                "sv": "Ingå",
                "en": "Inkoo"
            },
            "street_address": {
                "fi": "Barösundintie 711",
                "sv": "Barösundsvägen 711",
                "en": "Barösundintie 711"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Barösund fastlandssidan, Barösundsvägen 711",
                "sv": "Ekopiste / Ekopunkt Barösund fastlandssidan, Barösundsvägen 711",
                "en": "Ekopiste / Ekopunkt Barösund fastlandssidan, Barösundsvägen 711"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71066/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71466",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:raasepori",
                    "municipality": null,
                    "name": {
                        "fi": "Raasepori",
                        "sv": "Raseborg"
                    }
                }
            ],
            "created_time": "2023-08-15T18:13:35.448316Z",
            "last_modified_time": "2024-02-06T14:10:35.527020Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10600",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    23.627697,
                    59.939392
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Raasepori",
                "sv": "Raseborg",
                "en": "Raasepori"
            },
            "street_address": {
                "fi": "Boxintie",
                "sv": "Boxvägen",
                "en": "Boxintie"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Box, Boxvägen",
                "sv": "Ekopiste / Ekopunkt Box, Boxvägen",
                "en": "Ekopiste / Ekopunkt Box, Boxvägen"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71466/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:71069",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:inkoo",
                    "municipality": null,
                    "name": {
                        "fi": "Inkoo",
                        "sv": "Ingå"
                    }
                }
            ],
            "created_time": "2023-08-15T18:12:29.090339Z",
            "last_modified_time": "2024-02-06T14:10:28.051410Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "10210",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.024092,
                    60.052063
                ]
            },
            "info_url": null,
            "address_locality": {
                "fi": "Inkoo",
                "sv": "Ingå",
                "en": "Inkoo"
            },
            "street_address": {
                "fi": "Tähtelänpolku 1",
                "sv": "Täkterstigen 1",
                "en": "Tähtelänpolku 1"
            },
            "description": null,
            "name": {
                "fi": "Ekopiste / Ekopunkt Dal, Täkterstigen 1",
                "sv": "Ekopiste / Ekopunkt Dal, Täkterstigen 1",
                "en": "Ekopiste / Ekopunkt Dal, Täkterstigen 1"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71069/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}