Place List List
Using the place endpoint
Here, locations for events are listed. Events in each location can be found at the
event
endpoint using the query parameter location
. Most locations use
the id format tprek:28473
. An easy way to locate service points is to browse our
Service Map, which uses the same location ids, e.g.
servicemap.hel.fi/unit/28473
.
Default ordering is decreasing order by the number of events found.
Place text
To find places that contain a specific string, use the query parameter text
.
Example:
place/?text=tuomiokirkko
District
To restrict the retrieved places to city district(s), use the query parameter division
,
separating values by commas if you wish to query for several divisions.
City of Helsinki neighborhoods (kaupunginosa), districts (peruspiiri) and subdistricts (osa-alue) are supported. Check the divisions on the Helsinki map service.
You may query either by specific OCD division type peruspiiri:malmi
,
or by division name malmi
. The latter query checks all divisions with
the name, regardless of division type.
Example:
place/?division=malmi
Place source
Will restrict places to a specific data source.
Example:
place/?data_source=tprek
Show only places with the upcoming events
To show only the places which are used in the upcoming events supply the has_upcoming_events
query parameter.
Example:
place/?has_upcoming_events=true
Showing all places
By default, only those locations which have listed events are displayed. You may display
locations with zero n_events
with the query parameter show_all_places
.
Example:
place/?show_all_places=true
Showing deleted places
By default, deleted places are not displayed. You may also display deleted places with the
query parameter show_deleted
.
For example:
place/?show_deleted=True
Ordering
Default ordering is decreasing order by the number of events found. You may also order results
by name
, street_address
or postal_code
.
For example:
place/?sort=name
GET /v1/place/?format=api&page=12&show_all_places=true
https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=13&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=11&show_all_places=true" }, "data": [ { "id": "tprek:29451", "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-15T09:13:19.172307Z", "last_modified_time": "2024-02-06T13:11:41.076285Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02600", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 3, "image": 8701, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.812286, 60.214745 ] }, "description": { "fi": "Albergan kartanoa ympäröivä puistoalue, jossa on leikkipaikka.", "sv": "Park omkring Alberga gård, med en lekplats.", "en": "A park surrounding the Alberga manor, equipped with a playground." }, "info_url": null, "name": { "fi": "Kartanonpuisto", "sv": "Gårdsparken", "en": "Mansion park" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "street_address": { "fi": "Alberganesplanadi 12", "sv": "Albergaesplanaden 12", "en": "Alberganesplanadi 12" }, "telephone": { "fi": "+358 9 8162 5100" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:29451/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:46348", "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:16:00.438897Z", "last_modified_time": "2024-08-06T05:10:49.254002Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02650", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": true, "n_events": 3, "image": 9670, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.801838, 60.2244 ] }, "description": { "fi": "Leppävaaran urheilupuistossa Angry Birds-aktiviteettipuisto, jossa on useita liikunnallisia leikkivälineitä. Urheilupuiston alueella on myös ulkosalibandykenttä, koripallokenttä sekä ulkokuntoiluvälineitä." }, "info_url": { "fi": "https://espoo.fi/liikunta", "sv": "https://espoo.fi/liikunta", "en": "https://espoo.fi/liikunta" }, "name": { "fi": "Leppävaaran urheilupuiston Angry Birds -puisto" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "street_address": { "fi": "Veräjäpellonkatu 17", "sv": "Grindåkersgatan 17", "en": "Veräjäpellonkatu 17" }, "telephone": { "fi": "+358 9 816 21" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46348/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:4185", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:malmi", "municipality": "Helsinki", "name": { "fi": "Malmi", "sv": "Malm" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapanila", "municipality": "Helsinki", "name": { "fi": "Tapanila", "sv": "Mosabacka" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä", "municipality": "Helsinki", "name": { "fi": "Tapaninkylä", "sv": "Staffansby" } } ], "created_time": "2023-08-15T08:11:07.030245Z", "last_modified_time": "2025-08-04T07:09:45.922349Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00700", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 3, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 25.014986, 60.256832 ] }, "description": null, "info_url": null, "name": { "fi": "Malmin peruskoulu sivukoulu Pohjola, kouluterveydenhuolto", "sv": "Grundskolan Malmin peruskoulu, Pohjola, skolhäklsovård", "en": "Malmi Comprehensive School, Lower Stage, school health care" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "street_address": { "fi": "Silkokuja 9", "sv": "Slätgränden 9", "en": "Silkokuja 9" }, "telephone": { "fi": "+358 50 310 5592" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:4185/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:59857", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pasila", "municipality": "Helsinki", "name": { "fi": "Pasila", "sv": "Böle" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itä-pasila", "municipality": "Helsinki", "name": { "fi": "Itä-Pasila", "sv": "Östra Böle" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pasila", "municipality": "Helsinki", "name": { "fi": "Pasila", "sv": "Böle" } } ], "created_time": "2023-08-15T15:12:16.438874Z", "last_modified_time": "2024-09-26T05:10:08.218422Z", "custom_data": null, "email": "asiakaspalvelu@messukeskus.com", "contact_type": null, "address_region": null, "postal_code": "00520", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 3, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.935812, 60.203 ] }, "description": { "fi": "Messukeskuksessa järjestetään omien alojensa vaikuttavimpia tapahtumia niin ammattilais- kuin yleisötapahtumia joissa vierailee vuoden aikana yhteensä yli miljoona kävijää.", "sv": "Över 100 evenemang, med över 1,3 miljoner besökare, organiseras vid mässcentret Messukeskus årligen.", "en": "Over 100 events are organized at the Messukeskus fair centre every year, gathering over 1,3 million visitors." }, "info_url": { "fi": "https://messukeskus.com/", "sv": "https://messukeskus.com/", "en": "https://messukeskus.com" }, "name": { "fi": "Messukeskus", "sv": "Messukeskus", "en": "Messukeskus" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "street_address": { "fi": "Messuaukio 1", "sv": "Mässplatsen 1", "en": "Messuaukio 1" }, "telephone": { "fi": "+358 40 450 3250" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59857/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:41518", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:tuomarinkylä", "municipality": "Helsinki", "name": { "fi": "Tuomarinkylä", "sv": "Domarby" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:haltiala", "municipality": "Helsinki", "name": { "fi": "Haltiala", "sv": "Tomtbacka" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tuomarinkylä", "municipality": "Helsinki", "name": { "fi": "Tuomarinkylä", "sv": "Domarby" } } ], "created_time": "2023-08-15T10:16:52.985402Z", "last_modified_time": "2025-09-04T05:09:58.609677Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00670", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": true, "n_events": 3, "image": 9404, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.916912, 60.255455 ] }, "description": { "fi": "Vuonna 1981 valmistunut ulkoilumaja tarjoaa hyvän tukikohdan puistossa liikkujille. Saapuminen autolla:\nIso parkkipaikka on osoitteessa Pakilantie 124. Talvikaudella parhaimmillaan yli 300 autopaikkaa, lumettomalla kaudella 168 paikkaa. Neljä sähköautojen latauspaikkaa.\nPysäköintialue on maksullinen 24/7. Pysäköintimaksu: 1 €/3 h, seuraavat tunnit 0,50 €/h.\nHuom! pysäköintisovelluksella maksettaessa sovellus veloittaa asiakkaan käyttösopimuksen mukaisen maksun. Ulkoilumajan kävijöitä palvelee kahvila Palomaja. Tarkemmat tiedot kahvilan aukioloajoista ja tarjonnasta löydät kahvilan omilta sivuilta kahvilapalomaja.fi. Ulkoilumajan aulasta löytyy pieniä säilytyslokeroita, jotka toimivat numerokoodilla. Lokeroihin mahtuu noin repullinen tavaraa. Älä jätä tavaroitasi yöksi lokeroon. Helsingin kaupunki ei vastaa lokerikkoon jätetyistä tavaroista. Myös pukuhuoneissa (ei valvontaa) voi säilyttää esim. vaihtovaatteita. Isoissa pukuhuoneissa on suihkut.", "sv": "Friluftsstugan, som byggdes 1981, är en bra bas för utflykter i parken. Ankomst med bil:\nEn stor parkeringsplats finns på adressen Baggbölevägen 124. Under vintersäsongen finns det som bäst över 300 parkeringsplatser på parkeringsplatsen och under den snöfria säsongen 168 platser. Parkeringsavgift är 1 €/3 h, följande timmar 0,50 €/h. Om man betalar med en mobilapp, tar appleverantörerna förutom parkeringsavgiften även ut en serviceavgift. Parkeringsplatsen har 4 laddstationer för elbilar. På området finns Café Palomaja. Närmare information om caféets öppettider och utbud hittar du på caféets egen webbplats kahvilapalomaja.fi. För de snabbaste finns det ett tjugotal små förvaringsskåp med nummerkodslås i friluftsstugans entré. Skåpen rymmer ungefär en full ryggsäck. Du kan också förvara till exempel ombyte i omklädningsrummen (ingen övervakning). De stora omklädningsrummen har duschar. Instruktioner för förvaringsskåpen: Lås och öppna: Tryck på C-knappen, knappa in en valfri fyrsiffrig kod och tryck på låsknappen. Om fel kod matas in tre gånger i rad, går låset i viloläge under en minut och tar inte emot inmatningar. SKÅPEN ÖPPNAS AUTOMATISKT UNDER NATTEN. Lämna alltså inte dina saker kvar i skåpet under natten. Helsingfors stad ansvarar inte för saker som har lämnats i skåpen.", "en": "The hiking lodge, completed in 1981, is a good base camp for park visitors. Arrival by car:\nThere is a large car park at Pakilantie 124. During the winter season, there are over 300 parking spaces in the parking area and 168 spaces during the snowless season. Parking fee EUR 1/3h, subsequent hours EUR 0.50. When paying with the application, the application charges the customer a fee according to the user agreement. are four charging stations for electric cars in the parking area. Café Palomaja serves visitors in the area. More detailed information about the café's opening hours and selection can be found on its website kahvilapalomaja.fi. For the fastest people, there are about a dozen small lockers in the hiking lodge lobby that open with a numerical code. Each locker roughly fits the contents of a backpack. Changing rooms (unattended) can also be used to store, e.g. a change of clothes. Large changing rooms have showers. Instructions for lockers: Locking and unlocking: Press the C key, enter the four-digit code of your choice, and press the lock key. If you enter the wrong code three times, the lock will go into sleep mode for one minute and will not accept any input during that time. THE LOCKERS OPEN AUTOMATICALLY DURING THE NIGHT. Thus, please do not leave your belongings in the locker overnight. The City of Helsinki is not responsible for items left in lockers." }, "info_url": { "fi": "https://www.hel.fi/fi/kulttuuri-ja-vapaa-aika/ulkoilu-puistot-ja-luontokohteet/ulkoilualueet/paloheinan-ulkoilualue", "sv": "https://www.hel.fi/sv/kultur-och-fritid/friluftsliv-parker-och-naturomraden/friluftsomraden/svedangens-friluftsomrade", "en": "https://www.hel.fi/en/culture-and-leisure/outdoor-activities-parks-and-nature-destinations/outdoor-recreation-areas/paloheina-outdoor-recreation-area" }, "name": { "fi": "Paloheinän ulkoilumaja", "sv": "Svedängens friluftsstuga", "en": "Paloheinä hiking lodge" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "street_address": { "fi": "Pakilantie 124", "sv": "Baggbölevägen 124", "en": "Pakilantie 124" }, "telephone": { "fi": "+358 9 310 64155" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:41518/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:41163", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:herttoniemi", "municipality": "Helsinki", "name": { "fi": "Herttoniemi", "sv": "Hertonäs" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:herttoniemen_yritysalue", "municipality": "Helsinki", "name": { "fi": "Herttoniemen yritysalue", "sv": "Hertonäs företagsområde" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi", "municipality": "Helsinki", "name": { "fi": "Herttoniemi", "sv": "Hertonäs" } } ], "created_time": "2023-08-15T10:15:57.783945Z", "last_modified_time": "2024-02-06T13:13:36.275089Z", "custom_data": null, "email": "info@primefighters.fi", "contact_type": null, "address_region": null, "postal_code": "00880", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": true, "n_events": 3, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 25.048618, 60.20284 ] }, "description": { "fi": "päälajeina ovat krav maga, potkunyrkkeily ja kahvakuula harjoittelu. Lisäksi Defendoa. Yhdistyksen omat toimitilat, joissa itsepuolustuslajeihin sopiva varustelu. Useita nykkeilysäkkejä ja kaksi tatamia." }, "info_url": { "fi": "http://www.primefighters.fi", "sv": "http://www.primefighters.fi", "en": "http://www.primefighters.fi" }, "name": { "fi": "Prime Fighters Ry / Kamppalulajien sali", "sv": "Prime Fighter Rf / Sal för kampsport" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "street_address": { "fi": "Mekaanikonkatu 15", "sv": "Mekanikergatan 15", "en": "Mekaanikonkatu 15" }, "telephone": { "fi": "+358 40 505 3169" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:41163/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:352", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:pasila", "municipality": "Helsinki", "name": { "fi": "Pasila", "sv": "Böle" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:länsi-pasila", "municipality": "Helsinki", "name": { "fi": "Länsi-Pasila", "sv": "Västra Böle" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pasila", "municipality": "Helsinki", "name": { "fi": "Pasila", "sv": "Böle" } } ], "created_time": "2023-08-15T08:10:25.300945Z", "last_modified_time": "2025-08-07T06:09:26.290257Z", "custom_data": null, "email": "pk.susanna@hel.fi", "contact_type": null, "address_region": null, "postal_code": "00240", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 3, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.922132, 60.197315 ] }, "description": { "fi": "Päiväkoti Susanna toimii kahdessa eri pisteessä Länsi-Pasilassa osoitteissa; Susannanpenger 1 ja Maistraatinportti 2, jossa sijaitsee myös esiopetusryhmä. Toimipisteisiimme on hyvät liikenneyhteydet. Susannassa on syliä ja halia, lapsen on turvallista viettää koko päivä laadukkaassa varhaiskasvatuksessa tuttujen kasvattajien ympäröimänä. Päiväkodit Susanna ja Hertta kuuluvat samaan varhaiskasvatusyksikköön. Rakennamme yhdessä hyvää arkea. Ryhmien yhteystiedot: Susannanpenger: Mustikat, metsäryhmä 0931029718 / 0403349803\nMansikat, 0931029545 / 0403343420\nMesimarjat 0931037936 / 0406740383\nLillukat 0931020448 / 0406838367 Maistraatinportti ( Rubik-talo): Omenat 0931037931 / 0407233687\nKirsikat 0931037932 / 0406685373 Päiväkodin johtaja: Inkeri Karhos 0931029181/ 0403343418 inkeri.karhos@hel.fi Päiväkodin varajohtaja: Saija Juusti, p.0931042200/ 0504658718 saija.juusti@hel.fi", "en": "Daycare centre manager: Inkeri Karhos, +358 9 310 29181.\nDaycare centre deputy manager: Saija Juusti, +358 9 310 42200." }, "info_url": { "fi": "https://www.hel.fi/fi/kasvatus-ja-koulutus/paivakoti-susanna", "sv": "https://www.hel.fi/sv/fostran-och-utbildning/paivakoti-susanna", "en": "https://www.hel.fi/en/childhood-and-education/daycare-susanna" }, "name": { "fi": "Päiväkoti Susanna", "sv": "Päiväkoti Susanna", "en": "Daycare Susanna" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "street_address": { "fi": "Susannanpenger 1", "sv": "Susannaterrassen 1", "en": "Susannanpenger 1" }, "telephone": { "fi": "+358 9 310 29181" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:352/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "harrastushaku:3616", "has_user_editable_resources": false, "data_source": "harrastushaku", "publisher": "ahjo:u48040030", "divisions": [], "created_time": "2023-08-17T05:02:48.172399Z", "last_modified_time": "2023-08-17T05:02:48.172416Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00420", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 3, "image": null, "parent": null, "replaced_by": null, "position": null, "description": null, "info_url": null, "name": { "fi": "Kanneltalo, Helsingin työväenopisto" }, "address_locality": { "fi": "Helsinki" }, "street_address": { "fi": "Klaneettitie 5, Kannelmäki" }, "telephone": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3616/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "harrastushaku:3594", "has_user_editable_resources": false, "data_source": "harrastushaku", "publisher": "ahjo:u48040030", "divisions": [], "created_time": "2023-08-17T05:02:40.097636Z", "last_modified_time": "2023-08-17T05:02:40.097653Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00940", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 3, "image": null, "parent": null, "replaced_by": null, "position": null, "description": null, "info_url": { "fi": "https://www.hel.fi/helsinki/fi/kaupunki-ja-hallinto/osallistu-ja-vaikuta/ota-yht" }, "name": { "fi": "Kontulan Skeittihalli" }, "address_locality": { "fi": "Helsinki" }, "street_address": { "fi": "Emännönpolku 1" }, "telephone": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3594/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "harrastushaku:3682", "has_user_editable_resources": false, "data_source": "harrastushaku", "publisher": "ahjo:u48040030", "divisions": [], "created_time": "2023-08-17T05:03:00.104993Z", "last_modified_time": "2023-08-17T05:03:00.105012Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00980", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 3, "image": null, "parent": null, "replaced_by": null, "position": null, "description": null, "info_url": { "fi": "https://www.hnnky.fi/tyttojen-olohuone/" }, "name": { "fi": "Queendom – Tyttöjen ja nuorten naisten olohuone" }, "address_locality": { "fi": "Helsinki" }, "street_address": { "fi": "Retkeilijänkatu 7 A" }, "telephone": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3682/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "harrastushaku:3237", "has_user_editable_resources": false, "data_source": "harrastushaku", "publisher": "ahjo:u48040030", "divisions": [], "created_time": "2023-08-17T05:00:31.781957Z", "last_modified_time": "2023-08-17T05:00:31.781973Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02970", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 3, "image": null, "parent": null, "replaced_by": null, "position": null, "description": null, "info_url": { "fi": "https://khtsemina.weebly.com/" }, "name": { "fi": "Semina Oy" }, "address_locality": { "fi": "Espoo" }, "street_address": { "fi": "Haarssinkuja 4" }, "telephone": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3237/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "harrastushaku:3714", "has_user_editable_resources": false, "data_source": "harrastushaku", "publisher": "ahjo:u48040030", "divisions": [], "created_time": "2023-08-17T05:03:03.697397Z", "last_modified_time": "2023-08-17T05:03:03.697418Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02270", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 3, "image": null, "parent": null, "replaced_by": null, "position": null, "description": null, "info_url": { "fi": "https://www.tiedekoulu.fi/" }, "name": { "fi": "Tiedekoulu Finnoo" }, "address_locality": { "fi": "Espoo" }, "street_address": { "fi": "Kurjenkellontie 5" }, "telephone": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3714/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "harrastushaku:2912", "has_user_editable_resources": false, "data_source": "harrastushaku", "publisher": "ahjo:u48040030", "divisions": [], "created_time": "2023-08-17T04:57:07.682507Z", "last_modified_time": "2023-08-17T04:57:07.682524Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "15300", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 3, "image": null, "parent": null, "replaced_by": null, "position": null, "description": null, "info_url": { "fi": "https://www.tiedekoulu.fi/" }, "name": { "fi": "Tiedekoulu Kallio" }, "address_locality": { "fi": "Helsinki" }, "street_address": { "fi": "Josafatinkatu 11" }, "telephone": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:2912/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "harrastushaku:3709", "has_user_editable_resources": false, "data_source": "harrastushaku", "publisher": "ahjo:u48040030", "divisions": [], "created_time": "2023-08-17T05:03:03.085816Z", "last_modified_time": "2023-08-17T05:03:03.085833Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00700", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 3, "image": null, "parent": null, "replaced_by": null, "position": null, "description": null, "info_url": { "fi": "https://www.tiedekoulu.fi/" }, "name": { "fi": "Tiedekoulu Malmi" }, "address_locality": { "fi": "Helsinki" }, "street_address": { "fi": "Malmin raitti 17" }, "telephone": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3709/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "harrastushaku:3295", "has_user_editable_resources": false, "data_source": "harrastushaku", "publisher": "ahjo:u48040030", "divisions": [], "created_time": "2023-08-17T05:01:21.471575Z", "last_modified_time": "2023-08-17T05:01:21.471592Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00980", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 3, "image": null, "parent": null, "replaced_by": null, "position": null, "description": null, "info_url": { "fi": "https://www.helmet.fi/vuosaarenkirjasto" }, "name": { "fi": "Vuosaaren kirjasto" }, "address_locality": { "fi": "Helsinki" }, "street_address": { "fi": "Vuotalo, Mosaiikkitori 2" }, "telephone": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/harrastushaku:3295/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "espoo_le:agmk2z4nay", "has_user_editable_resources": false, "data_source": "espoo_le", "publisher": "espoo:kaupunki", "divisions": [], "created_time": "2025-08-15T11:05:01.487826Z", "last_modified_time": "2025-08-15T11:05:01.487845Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 3, "image": null, "parent": null, "replaced_by": null, "position": null, "description": null, "info_url": null, "name": { "fi": "Ruusupuisto Espoon keskuksessa" }, "address_locality": null, "street_address": null, "telephone": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/espoo_le:agmk2z4nay/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:46153", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kampinmalmi", "municipality": "Helsinki", "name": { "fi": "Kampinmalmi", "sv": "Kampmalmen" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etu-töölö", "municipality": "Helsinki", "name": { "fi": "Etu-Töölö", "sv": "Främre Tölö" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:etu-töölö", "municipality": "Helsinki", "name": { "fi": "Etu-Töölö", "sv": "Främre Tölö" } } ], "created_time": "2023-08-15T11:15:27.150403Z", "last_modified_time": "2024-02-06T13:14:42.007013Z", "custom_data": null, "email": "info@aaltoee.fi", "contact_type": null, "address_region": null, "postal_code": "00100", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 2, "image": 9616, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.921076, 60.171253 ] }, "description": { "fi": "Töölön rakennus on rakennettu funktionalistiseen tyyliin. Vuonna 1950 valmistuneen rakennuksen tilojen suunnittelusta vastasivat arkkitehdit Woldemar Baeckman ja Hugo Harmia ja sisustuksen suunnittelusta sisustusarkkitehdit Olli Borg, Ilmari Tapiovaara ja Maija Heikinheimo. Akustiikan suunnitteli Paavo Arni. Rakennus vihittiin käyttöönsä 2. huhtikuuta 1950. Tiilijulkisivu ja Michael Schilkinin reliefit liittävät arkkitehtuurin myös 1940-luvun romanttiseen suuntaukseen. Rakennus kuuluu kansainväliseen Docomomo-rekisteriin eli modernin arkkitehtuurin suojelukohteisiin.", "sv": "Byggnaden i Tölö är byggd i funktionalistisk stil. Byggnaden blev färdig 1950, och arkitekterna Woldemar Baeckman och Hugo Harmia ansvarade för designen av lokalerna. Inredningen planerades av inredningsarkitekterna Olli Borg, Ilmari Tapiovaara och Maija Heikinheimo. Byggnadens akustik designades av Paavo Arni. Byggnaden invigdes den 2 april 1950. Tegelstenen och Michael Schilkins reliefer kopplar också arkitekturen till den romantiska trenden på 1940-talet. Byggnaden hör till det internationella Docomomo-registret, vilket betyder att den är skyddad modern arkitektur.", "en": "The Töölö building represents a functionalist style. The design of the premises of the building, completed in 1950 (inaugurated on 2 April 1950), was carried out by architects Woldemar Baeckman and Hugo Harmia and interior design by interior designers Olli Borg, Ilmari Tapiovaara and Maija Heikinheimo. The building's acoustics was designed by Paavo Arni. The brick wall and Michael Schilkin's reliefs also link architecture to the romantic trend of the 1940s. The building is part of the Docomomo International Register, a site for modern architecture." }, "info_url": { "fi": "https://www.aalto.fi/fi/toimipisteet/aalto-yliopisto-toolo", "sv": "https://www.aalto.fi/sv/platser/aalto-universitetet-tolo", "en": "https://www.aalto.fi/fi/toimipisteet/aalto-yliopisto-toolo" }, "name": { "fi": "Aalto-yliopisto Töölö", "sv": "Aalto-universitetet Tölö", "en": "Aalto University Töölö" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "street_address": { "fi": "Arkadiankatu 28", "sv": "Arkadiagatan 28", "en": "Arkadiankatu 28" }, "telephone": { "fi": "+358 10 837 3700" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46153/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:59265", "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-15T14:18:50.296357Z", "last_modified_time": "2024-02-06T13:16:48.304492Z", "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": 2, "image": 10197, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.824219, 60.185318 ] }, "description": { "fi": "Tavarantoimittajat ottavat yhteyttä tilaajaan toimitusta tuodessaan.", "en": "Deliverers should contact buyers for delivery details." }, "info_url": { "fi": "https://abloc.fi/", "sv": "https://abloc.fi/", "en": "https://abloc.fi/" }, "name": { "fi": "A Bloc lastauslaituri", "sv": "A Bloc lastbrygga", "en": "A Bloc loading dock" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "street_address": { "fi": "Biologinkuja 4", "sv": "Biologgränden 4", "en": "Biologinkuja 4" }, "telephone": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:59265/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:77550", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:laajasalo", "municipality": "Helsinki", "name": { "fi": "Laajasalo", "sv": "Degerö" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tullisaari", "municipality": "Helsinki", "name": { "fi": "Tullisaari", "sv": "Turholm" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo", "municipality": "Helsinki", "name": { "fi": "Laajasalo", "sv": "Degerö" } } ], "created_time": "2025-04-24T09:09:53.746937Z", "last_modified_time": "2025-04-24T09:09:53.746950Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00840", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": true, "n_events": 2, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 25.03432, 60.18092 ] }, "description": null, "info_url": null, "name": { "fi": "Aino Acktén huvila", "sv": "Aino Acktés villa", "en": "Aino Ackté villa" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "street_address": { "fi": "Tullisaaren ulkoilupuisto", "sv": "Turholms friluftspark", "en": "Tullisaaren ulkoilupuisto" }, "telephone": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77550/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:20444", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vironniemi", "municipality": "Helsinki", "name": { "fi": "Vironniemi", "sv": "Estnäs" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kluuvi", "municipality": "Helsinki", "name": { "fi": "Kluuvi", "sv": "Gloet" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kluuvi", "municipality": "Helsinki", "name": { "fi": "Kluuvi", "sv": "Gloet" } } ], "created_time": "2023-08-15T08:16:01.176915Z", "last_modified_time": "2025-02-13T06:09:37.577041Z", "custom_data": null, "email": "ainfo@ateneum.fi", "contact_type": null, "address_region": null, "postal_code": "00100", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 2, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.944098, 60.170094 ] }, "description": { "fi": "Näyttelyt esittelevät kansainvälistä ja kotimaista taidetta. Museossa voit keskustella, kuunnella musiikkia, tehdä taidetta sekä ihmetellä ja inspiroitua. Museossa on myös museokauppa sekä Ateneum Bistro. Ateneum on osa Kansallisgalleriaa yhdessä nykytaiteen museo Kiasman ja Sinebrychoffin taidemuseon kanssa. Taiteen äärellä et ole koskaan yksin. Tervetuloa Ateneumiin!\n", "sv": "Ateneum är den finska konstens hem och hör till Finlands Nationalgalleri. I museets samling finns över 20 000 nationalskatter. Hos Ateneum finns konst från 1800-talet och fram till modern tid. Under de senaste åren har bland annat Tove Jansson, Amedeo Modigliani, Pablo Picasso och Ilja Repin varit stjärnor på museets framgångsrika, tillfälliga utställningar. Ateneum är ett levande konsthus som utöver utställningarna också inbjuder till tankeväckande evenemang. \n\nI museet finns även en museibutik samt Ateneum Bistro.", "en": "The Ateneum is the home of Finnish art and part of the Finnish National Gallery. The museum's collection includes more than 20,000 national treasures. The Ateneum has art dating from the 19th century to modern. In recent years, the museum has held successful temporary exhibitions starring artists such as Tove Jansson, Amedeo Modigliani, Pablo Picasso and Ilya Repin. Ateneum is a living house of art that invites people not only to exhibitions but also to thought-provoking events. \n\nThe museum also hosts a museum shop and the Ateneum Bistro." }, "info_url": { "fi": "https://ateneum.fi/", "sv": "https://ateneum.fi/sv/?lang=sv", "en": "https://ateneum.fi/en/?lang=en" }, "name": { "fi": "Ateneumin taidemuseo", "sv": "Konstmuseet Ateneum", "en": "Ateneum Art Museum" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "street_address": { "fi": "Kaivokatu 2", "sv": "Brunnsgatan 2", "en": "Kaivokatu 2" }, "telephone": { "fi": "+358 29 450 0401" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:20444/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }{ "meta": { "count": 151649, "next": "