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=298&show_all_places=true
{ "meta": { "count": 152273, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=299&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=297&show_all_places=true" }, "data": [ { "id": "tprek:75031", "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": "2024-04-10T05:10:16.282714Z", "last_modified_time": "2024-04-26T05:10:19.523563Z", "custom_data": null, "email": "sales@hobohotel.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": 0, "image": 150842, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.947311, 60.168545 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Hobo Helsinki on Kluuvikadulla sijaitseva boutique-hotelli, jossa on 183 ainutlaatuista huonetta, joissa luova mukavuus ja ajatus yhteisöllisyyden tärkeydestä ovat keskeisiä elementtejä. Tarjolla on kaikkea aina Hobo Sleeper ja Hobo Superior-huoneista tilavampiin Hobo Studio-huoneisiin, kaksi uniikkia Hobo sviittiä ja myös esteettömiä hotellihuoneita. Hobo Helsingin ravintola, baari ja tapahtumatilat levittäytyvät kahteen eri kerrokseen. Ravintolan ruokafilosofia perustuu sesongin tarjontaan, jossa keskitytään paikallisesti viljeltyihin, tuotettuihin ja pyydystettyihin raaka-aineisiin sekä vihreisiin tuotteisiin. Yläkerrassa voit lisäksi järjestää haluamasi, omanlaisen tilaisuuden tai tapahtuman - olipa kyseessä keikka, pop-up-kauppa tai jotain muuta.", "sv": "Hobo Helsinki är ett boutiquehotell som ligger på Glogatan i Helsingfors. Hotellets 183 unika rum inkluderar allt från Hobo Sleeper, superiorrum och mer rymliga Hobo Studios så väl som lyxiga Hobo Suites och hotellrum anpassade för gäster med funktionsvariation. Hotellets restaurang och bar är öppna för alla, där man kan komma förbi för god mat och dryck, oavsett om man bor på hotellet eller är bosatt i staden. Restaurangens matfilosofi kretsar kring färska, säsongbaserade och lokala råvaror. På övre våningen kan man arrangera större evenemang, uppträdanden, firanden och mycket mer. Hobo Helsinki öppar den 15.4.2024.", "en": "Hobo Helsinki is a boutique hotel situated on Kluuvikatu in the city centre. The hotel has 183 rooms that are bursting with creativity and comfort, including Hobo Sleeper, more spacious Hobo Studios and Superior rooms as well as two unique Hobo Suites. Accessible rooms are also available. The hotel's bar and restaurant are open to everyone, where you can drop in whenever you like, regardless of whether you're a hotel guest, a local or a visitor. The restaurant's food philosophy is based on fresh, seasonal and local produce, and you can enjoy delicious food all day long. One floor up, we can also host a variety of events including exhibitions, seminars, celebrations and more." }, "info_url": { "fi": "https://hobohotel.fi/", "sv": "https://hobohotel.fi/", "en": "https://hobohotel.fi/" }, "name": { "fi": "Hobo Helsinki", "sv": "Hobo Helsinki", "en": "Hobo Helsinki" }, "telephone": { "fi": "+358 50 545 3070" }, "street_address": { "fi": "Kluuvikatu 4", "sv": "Glogatan 4", "en": "Kluuvikatu 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:75031/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:72008", "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:kallio", "municipality": "Helsinki", "name": { "fi": "Kallio", "sv": "Berghäll" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:torkkelinmäki", "municipality": "Helsinki", "name": { "fi": "Torkkelinmäki", "sv": "Torkelsbacken" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kallio", "municipality": "Helsinki", "name": { "fi": "Kallio", "sv": "Berghäll" } } ], "created_time": "2023-08-15T18:15:09.748628Z", "last_modified_time": "2024-11-06T06:10:08.688267Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00530", "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.954443, 60.18316 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "HogoHuonen tavoitteena on tarjota Kallioon sopiva rento cocktailbaari. HogoHuone on saavutettavuuden ja lämmön paikka kaikille niille, jotka haluavat osallistua rauhalliseen ja rakastavaan yhteisöön ja haluavat tutustua rommin monipuolisiin makuihin ja muihin herkkuihin. HogoHuone on paikka hidastaa vauhtia, kikatus, tehdä ristisanatehtävä, ehkä ottaa kengät pois - jos se ei lisää liikaa hogoa. Adrian Rigopulos on HogoHuonen perustaja - todellinen cocktail-harrastaja, itseoppinut mixologi, merimies ja ammatillinen kontrabasisti Helsingin kaupunginosassa. HH:n sisustus on saanut inspiraationsa Shakersista, 1700-luvulta. Utopistinen uskonnollinen ryhmä Yhdysvalloista, joka uskoi pasifismiin, ihmisten tasa-arvoon ja omistautumiseen eleganssille ja yksinkertaisuudelle toiminnallisessa suunnittelussa. Johtava sisustussuunnittelija Sara Akhlaghmoayed on sisällyttänyt sisustukseen Shaker-tyylisiä tunnusmerkkejä, kuten kiinnitetyn koristelun, väripaletin ja minimalistiset antiikkihuonekalut. Heidän käsityötaidon perinnön kunniaksi tilassa on monia käsintehtyjä esineitä nuorilta helsinkiläisiltä suunnittelijoilta. Mimi McPartlan suunnitteli kukkamuotoiset väriä vaihtavat valaisimet, menut ja kaikki keramiikkaesineet Alppilan Kulmapalan studiolle, mukaan lukien tiki-mukit, boolikulhot ja jopa wc:n pesualtaan. Riippuvat puukappaleet ovat Aalto-yliopiston puutavaramestari Josh Krute.", "sv": "HogoHuone har som mål att erbjuda en avslappnad cocktailbar som passar Kallio. HogoHuone är en plats för tillgänglighet och värme för alla som vill delta i en fridfull och kärleksfull gemenskap och vill utforska de olika smakerna som rom har att erbjuda, och andra godsaker.\nHogoHuone är en plats att sakta ner, fnissa, göra ett korsord, kanske ta av dig skorna - om det inte tillför för mycket hogo. Adrian Rigopulos är grundaren av HogoHuone - en sann cocktailentusiast, självlärd mixolog, sjöman och professionell kontrabassist med Helsingfors filharmoniker. Interiören på HH är inspirerad av Shakers, ett 1700-tal. en utopisk religiös grupp från USA som trodde på pacifism, mänsklig jämlikhet och en dedikation till elegans och enkelhet i funktionell design. Den ledande inredningsdesignern Sara Akhlaghmoayed har införlivat kännetecken för Shaker-stilen i interiören, inklusive den fasta klädseln, färgpaletten och minimalistiska antika möbler. För att hedra deras hantverksarv har lokalen många handgjorda föremål från unga Helsingforsbaserade designers. Mimi McPartlan designade de blomformade färgskiftande lamporna, menyerna och gjorde all keramik i Kulmapala studio i Alppila, inklusive tiki-muggarna, stansskålarna och till och med handfatet på toaletten. De hängande träbitarna är av Aalto-universitetets träbutiksmästare Josh Krute.", "en": "HogoHuone aims to provide a relaxed cocktail bar that fits Kallio. HogoHuone is a place of accessibility and warmth for all those who want to take part in a peaceful and loving community and wish to explore the diverse flavors that rum has to offer, and other treats. HogoHuone is a place to slow down, giggle, do a crossword, maybe take your shoes off - if it doesn't add too much hogo. Adrian Rigopulos is the founder of HogoHuone - a true cocktail enthusiast, self-taught mixologist, sailor, and professional contrabassist with the Helsinki Philharmonic. The interior of HH is inspired by the Shakers, an 18th c. utopian religious group from the U.S. who believed in pacifism, human equality and a dedication to elegance and simplicity in functional design. Lead interior designer Sara Akhlaghmoayed has incorporated hallmarks of Shaker style into the interior, including the pegged trim, color palette, and minimalist antique furniture. To honor their legacy of craftsmanship, the space features many handmade objects from young Helsinki-based designers. Mimi McPartlan designed the flower-shaped color-changing lamps, menus, and made all of the ceramicware at Kulmapala studio in Alppila, including the tiki mugs, punch bowls, and even the sink in the toilet. The hanging wooden pieces are by Aalto University woodshop master Josh Krute." }, "info_url": { "fi": "https://www.hogohuone.com", "sv": "https://www.hogohuone.com", "en": "https://www.hogohuone.com" }, "name": { "fi": "Hogohuone", "sv": "Hogohuone", "en": "Hogohuone" }, "telephone": null, "street_address": { "fi": "Viides linja 7", "sv": "Femte linjen 7", "en": "Viides linja 7" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:72008/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:79707", "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:kallio", "municipality": "Helsinki", "name": { "fi": "Kallio", "sv": "Berghäll" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kalasatama", "municipality": "Helsinki", "name": { "fi": "Kalasatama", "sv": "Fiskehamnen" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen", "municipality": "Helsinki", "name": { "fi": "Sörnäinen", "sv": "Sörnäs" } } ], "created_time": "2026-02-17T06:10:01.768387Z", "last_modified_time": "2026-02-17T06:10:01.768399Z", "custom_data": null, "email": "info.helsinki@hohto.golf", "contact_type": null, "address_region": null, "postal_code": "00580", "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.977766, 60.187164 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": { "fi": "Hohtogolf REDI tarjoaa 18-reikäisen hohtominigolfkokemuksen sisätiloissa Kauppakeskus REDIssa Helsingissä. Hämärä, UV-valaistu ympäristö ja radat luovat tunnelman, jossa jokainen kierros tuntuu pieneltä seikkailulta. Jo saapuessa hohtava aula johdattaa pelaajat värien ja valojen maailmaan. UV-valot saavat radat, esteet ja yksityiskohdat hehkumaan, ja tuo peliin oman visuaalisen ilmeensä. Tila on suunniteltu rennoksi ja helposti lähestyttäväksi - täällä tärkeintä on yhdessä pelaamisen ilo. Etene radalta toiselle, ja jokainen väylä tarjoaa oman pienen haasteensa. Yllättävä kierre, tarkkuutta vaativa este tai onnistunut putti viime metreillä tekevät kierroksesta vaihtelevan ja viihdyttävän. Hohtogolf REDI on suunnattu erityisesti nuorille, aikuisille ja pienille ryhmille. Se sopii hyvin kaveriporukoille, treffeille, afterwork-illoille sekä rennoksi tekemiseksi kauppakeskusvierailun yhteydessä. Aiempaa minigolftaitoa ei tarvita - peli on helppo omaksua ja sopii eri tasoisille pelaajille. Sisätila tekee Hohtogolfista säävarman vaihtoehdon ympäri vuoden. Olipa ulkona sateista tai kylmää, hohtava rata tarjoaa tasaisen ja mukavan peliympäristön. Kaikki tarvittavat välineet - maila ja pallo - sisältyvät peliin. Pelaaminen on omaehtoista ja etenee ryhmän tahdissa. Tilassa huomioidaan muiden pelaajien vuorot ja rajat, jotta kokemus pysyy sujuvana ja miellyttävänä kaikille. Hohtogolf REDI yhdistää visuaalisen elämyksen, kevyen kilpailun ja yhdessäolon. Se on rento tapa viettää aikaa, haastaa ystävä leikkimieliseen kisaan ja nauttia hohtavasta tunnelmasta keskellä Helsinkiä. Hohtogolf REDI sijaitsee kauppakeskus REDIn kolmannessa kerroksessa.", "sv": "Hohtogolf REDI erbjuder en 18-håls glow-minigolfupplevelse inomhus i köpcentret REDI i Helsingfors. Den dämpade, UV-belysta miljön och banorna skapar en atmosfär där varje runda känns som ett litet äventyr. Redan vid ankomsten leder den lysande entrén spelarna in i en värld av färger och ljus. UV-ljuset får banor, hinder och detaljer att skimra och ger spelet ett unikt visuellt uttryck. Lokalen är utformad för att vara avslappnad och lättillgänglig - här är spelglädjen tillsammans det viktigaste. Gå vidare från bana till bana, där varje hål erbjuder sin egen lilla utmaning. En oväntad sväng, ett precisionskrävande hinder eller en lyckad putt i sista stund gör rundan varierad och underhållande. Hohtogolf REDI riktar sig särskilt till ungdomar, vuxna och mindre grupper. Det passar utmärkt för kompisgäng, dejter, afterwork-kvällar eller som en avslappnad aktivitet i samband med ett besök i köpcentret. Ingen tidigare minigolferfarenhet krävs - spelet är lätt att ta till sig och passar spelare på olika nivåer. Inomhusmiljön gör Hohtogolf till ett vädersäkert alternativ året runt. Oavsett om det regnar eller är kallt ute erbjuder den lysande banan en jämn och bekväm spelmiljö. All nödvändig utrustning - klubba och boll - ingår i spelet. Spelandet är självständigt och sker i gruppens egen takt. I lokalen tar man hänsyn till andra spelares turer och utrymme, så att upplevelsen förblir smidig och trivsam för alla. Hohtogolf REDI kombinerar en visuell upplevelse, lättsam tävlan och gemenskap. Det är ett avslappnat sätt att umgås, utmana en vän i en lekfull match och njuta av den lysande atmosfären mitt i Helsingfors. Hohtogolf REDI ligger på köpcentret REDIs tredje våning.", "en": "Hohtogolf REDI offers an 18-hole glow minigolf experience indoors at the REDI shopping center in Helsinki. The dim, UV-lit environment and themed courses create an atmosphere where every round feels like a small adventure. From the moment you arrive, the glowing entrance leads players into a world of colors and lights. UV lighting makes the courses, obstacles, and details shine, giving the game its own unique visual character. The space is designed to be relaxed and easily accessible - here, the joy of playing together is what matters most. Move from one course to the next, with each hole offering its own small challenge. An unexpected turn, a precision-demanding obstacle, or a successful putt at the final moment makes the round varied and entertaining. Hohtogolf REDI is especially aimed at teens, adults, and small groups. It is well suited for groups of friends, dates, afterwork evenings, or as a relaxed activity during a shopping center visit. No previous minigolf experience is required - the game is easy to learn and suitable for players of different skill levels. The indoor setting makes Hohtogolf a weather-proof option year-round. Whether it's raining or cold outside, the glowing course provides a smooth and comfortable playing environment. All necessary equipment - a putter and ball - is included in the game. Playing is self-guided and progresses at the group's own pace. Players are asked to respect others' turns and boundaries so that the experience remains smooth and enjoyable for everyone. Hohtogolf REDI combines visual immersion, light competition, and togetherness. It is a relaxed way to spend time, challenge a friend in a playful match, and enjoy the glowing atmosphere in the heart of Helsinki. Hohtogolf REDI is located on shopping center REDI's third floor." }, "info_url": { "fi": "https://hohto.golf/", "sv": "https://hohto.golf/", "en": "https://hohto.golf/en/" }, "name": { "fi": "Hohtogolf Redi", "sv": "Hohtogolf Redi", "en": "Hohtogolf Redi" }, "telephone": { "fi": "+358 4578 359 59" }, "street_address": { "fi": "Hermannin rantatie 5", "sv": "Hermanstads strandväg 5", "en": "Hermannin rantatie 5" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:79707/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:55766", "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-15T13:12:36.784423Z", "last_modified_time": "2024-02-06T13:15:59.469538Z", "custom_data": null, "email": "Ravintola.Hietaniemenkatu5@hel.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": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.924297, 60.170197 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": null, "name": { "fi": "Hoitoalan ruokapalvelut, Hietaniemenkadun palvelukeskus", "sv": "Kostservice för vårdsektorn, Hietaniemenkadun palvelukeskus", "en": "Meal services in the care sector, Hietaniemenkadun palvelukeskus" }, "telephone": { "fi": "+358 9 310 28661" }, "street_address": { "fi": "Hietaniemenkatu 5 B", "sv": "Sanduddsgatan 5 B", "en": "Hietaniemenkatu 5 B" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:55766/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:55638", "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:vartiokylä", "municipality": "Helsinki", "name": { "fi": "Vartiokylä", "sv": "Botby" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itäkeskus", "municipality": "Helsinki", "name": { "fi": "Itäkeskus", "sv": "Östra centrum" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä", "municipality": "Helsinki", "name": { "fi": "Vartiokylä", "sv": "Botby" } } ], "created_time": "2023-08-15T13:11:39.858214Z", "last_modified_time": "2025-06-07T05:09:44.213690Z", "custom_data": null, "email": "Ravintola.Itatuuli@hel.fi", "contact_type": null, "address_region": null, "postal_code": "00930", "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.087526, 60.208004 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "https://aromi.hel.fi/AromieMenus/FI/Default/PALKE/HItakeskusH/Page/Restaurant", "sv": "https://aromi.hel.fi/AromieMenus/SV/Default/PALKE/HItakeskusH/Page/Restaurant", "en": "https://aromi.hel.fi/AromieMenus/EN/Default/PALKE/HItakeskusH/Page/Restaurant" }, "name": { "fi": "Hoitoalan ruokapalvelut, Itäkeskuksen palvelutalo", "sv": "Kostservice för vårdsektorn, Itäkeskuksen palvelutalo", "en": "Meal services in the care sector, Itäkeskuksen palvelutalo" }, "telephone": { "fi": "+358 9 310 27962" }, "street_address": { "fi": "Voikukantie 6", "sv": "Smörblommevägen 6", "en": "Voikukantie 6" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:55638/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:73108", "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:kaarela", "municipality": "Helsinki", "name": { "fi": "Kaarela", "sv": "Kårböle" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kannelmäki", "municipality": "Helsinki", "name": { "fi": "Kannelmäki", "sv": "Gamlas" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela", "municipality": "Helsinki", "name": { "fi": "Kaarela", "sv": "Kårböle" } } ], "created_time": "2023-09-09T06:27:25.257399Z", "last_modified_time": "2025-06-07T05:09:52.644626Z", "custom_data": null, "email": "ravintokeskus.kannelmaki@hel.fi", "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": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.875124, 60.242657 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "https://aromi.hel.fi/AromieMenus/FI/Default/PALKE/HKANNELH/Page/Restaurant", "sv": "https://aromi.hel.fi/AromieMenus/SV/Default/PALKE/HKANNELH/Page/Restaurant", "en": "https://aromi.hel.fi/AromieMenus/EN/Default/PALKE/HKANNELH/Page/Restaurant" }, "name": { "fi": "Hoitoalan ruokapalvelut, Kannelmäen palvelutalo", "sv": "Kostservice för vårdsektorn, Kannelmäen palvelutalo", "en": "Meal services in the care sector, Kannelmäen palvelutalo" }, "telephone": { "fi": "+358 9 310 35480" }, "street_address": { "fi": "Urkupillintie 4", "sv": "Orgelpipsvägen 4", "en": "Urkupillintie 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:73108/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:55745", "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:alppiharju", "municipality": "Helsinki", "name": { "fi": "Alppiharju", "sv": "Åshöjden" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:harju", "municipality": "Helsinki", "name": { "fi": "Harju", "sv": "Ås" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:alppiharju", "municipality": "Helsinki", "name": { "fi": "Alppiharju", "sv": "Åshöjden" } } ], "created_time": "2023-08-15T13:12:28.902080Z", "last_modified_time": "2025-06-07T05:09:44.301020Z", "custom_data": null, "email": "ravintola.kinapori@hel.fi", "contact_type": null, "address_region": null, "postal_code": "00500", "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.962563, 60.1889 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "https://aromi.hel.fi/AromieMenus/FI/Default/PALKE/HKinaporiH/Page/Restaurant", "sv": "https://aromi.hel.fi/AromieMenus/SV/Default/PALKE/HKinaporiH/Page/Restaurant", "en": "https://aromi.hel.fi/AromieMenus/EN/Default/PALKE/HKinaporiH/Page/Restaurant" }, "name": { "fi": "Hoitoalan ruokapalvelut, Kinaporin monipuolinen palvelukeskus", "sv": "Kostservice för vårdsektorn, Kinaporin monipuolinen palvelukeskus", "en": "Meal services in the care sector, Kinaporin monipuolinen palvelukeskus" }, "telephone": { "fi": "+358 9 310 50649" }, "street_address": { "fi": "Kinaporinkatu 9", "sv": "Kinaborgsgatan 9", "en": "Kinaporinkatu 9" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:55745/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:55827", "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:taka-töölö", "municipality": "Helsinki", "name": { "fi": "Taka-Töölö", "sv": "Bortre Tölö" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:taka-töölö", "municipality": "Helsinki", "name": { "fi": "Taka-Töölö", "sv": "Bortre Tölö" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:taka-töölö", "municipality": "Helsinki", "name": { "fi": "Taka-Töölö", "sv": "Bortre Tölö" } } ], "created_time": "2023-08-15T13:13:04.064421Z", "last_modified_time": "2025-06-07T05:09:44.454642Z", "custom_data": null, "email": "ravintokeskus.kivela@hel.fi", "contact_type": null, "address_region": null, "postal_code": "00260", "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.918316, 60.180954 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "https://aromi.hel.fi/AromieMenus/FI/Default/PALKE/HKivelaH/Page/Restaurant", "sv": "https://aromi.hel.fi/AromieMenus/SV/Default/PALKE/HKivelaH/Page/Restaurant", "en": "https://aromi.hel.fi/AromieMenus/EN/Default/PALKE/HKivelaH/Page/Restaurant" }, "name": { "fi": "Hoitoalan ruokapalvelut, Kivelän seniorikeskus", "sv": "Kostservice för vårdsektorn, Kivelän seniorikeskus", "en": "Meal services in the care sector, Kivelän seniorikeskus" }, "telephone": { "fi": "+358 9 310 46332" }, "street_address": { "fi": "Sibeliuksenkatu 14, rakennus 6", "sv": "Sibeliusgatan 14, byggnad 6", "en": "Sibeliuksenkatu 14, building 6" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:55827/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:55716", "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:mellunkylä", "municipality": "Helsinki", "name": { "fi": "Mellunkylä", "sv": "Mellungsby" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kontula", "municipality": "Helsinki", "name": { "fi": "Kontula", "sv": "Gårdsbacka" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä", "municipality": "Helsinki", "name": { "fi": "Mellunkylä", "sv": "Mellungsby" } } ], "created_time": "2023-08-15T13:12:14.488476Z", "last_modified_time": "2025-06-07T05:09:44.262626Z", "custom_data": null, "email": "ravintokeskus.kontula@hel.fi", "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": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 25.084753, 60.243496 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "https://aromi.hel.fi/AromieMenus/FI/Default/PALKE/HKontulaH/Page/Restaurant", "sv": "https://aromi.hel.fi/AromieMenus/SV/Default/PALKE/HKontulaH/Page/Restaurant", "en": "https://aromi.hel.fi/AromieMenus/EN/Default/PALKE/HKontulaH/Page/Restaurant" }, "name": { "fi": "Hoitoalan ruokapalvelut, Kontulan seniorikeskus", "sv": "Kostservice för vårdsektorn, Kontulan seniorikeskus", "en": "Meal services in the care sector, Kontulan seniorikeskus" }, "telephone": { "fi": "+358 9 310 27019" }, "street_address": { "fi": "Kontukuja 5", "sv": "Gårdsgränden 5", "en": "Kontukuja 5" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:55716/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:55619", "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:vanhakaupunki", "municipality": "Helsinki", "name": { "fi": "Vanhakaupunki", "sv": "Gammelstaden" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:koskela", "municipality": "Helsinki", "name": { "fi": "Koskela", "sv": "Forsby" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:koskela", "municipality": "Helsinki", "name": { "fi": "Koskela", "sv": "Forsby" } } ], "created_time": "2023-08-15T13:11:34.407621Z", "last_modified_time": "2025-06-07T05:09:44.184278Z", "custom_data": null, "email": "ravintokeskus.koskela@hel.fi", "contact_type": null, "address_region": null, "postal_code": "00600", "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.960451, 60.216835 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "https://aromi.hel.fi/AromieMenus/FI/Default/PALKE/HKoskelaH/Page/Restaurant", "sv": "https://aromi.hel.fi/AromieMenus/SV/Default/PALKE/HKoskelaH/Page/Restaurant", "en": "https://aromi.hel.fi/AromieMenus/EN/Default/PALKE/HKoskelaH/Page/Restaurant" }, "name": { "fi": "Hoitoalan ruokapalvelut, Koskelan monipuolinen palvelukeskus", "sv": "Kostservice för vårdsektorn, Koskelan monipuolinen palvelukeskus", "en": "Meal services in the care sector, Koskelan monipuolinen palvelukeskus" }, "telephone": { "fi": "+358 9 310 49385" }, "street_address": { "fi": "Hospitaalinkulku 8", "sv": "Hospitalgången 8", "en": "Hospitaalinkulku 8" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:55619/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:55792", "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:oulunkylä", "municipality": "Helsinki", "name": { "fi": "Oulunkylä", "sv": "Åggelby" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:patola", "municipality": "Helsinki", "name": { "fi": "Patola", "sv": "Dammen" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä", "municipality": "Helsinki", "name": { "fi": "Oulunkylä", "sv": "Åggelby" } } ], "created_time": "2023-08-15T13:12:49.367892Z", "last_modified_time": "2025-06-07T05:09:44.396490Z", "custom_data": null, "email": "ravintokeskus.kustaankartano@hel.fi", "contact_type": null, "address_region": null, "postal_code": "00620", "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.946732, 60.22865 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "https://aromi.hel.fi/AromieMenus/FI/Default/PALKE/HKustisH/Page/Restaurant", "sv": "https://aromi.hel.fi/AromieMenus/SV/Default/PALKE/HKustisH/Page/Restaurant", "en": "https://aromi.hel.fi/AromieMenus/EN/Default/PALKE/HKustisH/Page/Restaurant" }, "name": { "fi": "Hoitoalan ruokapalvelut, Kustaankartanon seniorikeskus", "sv": "Kostservice för vårdsektorn, Kustaankartanon seniorikeskus", "en": "Meal services in the care sector, Kustaankartanon seniorikeskus" }, "telephone": { "fi": "+358 9 310 73655" }, "street_address": { "fi": "Kivalterintie 16, K-rakennus", "sv": "Gevaldigervägen 16, K-byggnad", "en": "Kivalterintie 16, K-building" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:55792/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:75405", "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:reijola", "municipality": "Helsinki", "name": { "fi": "Reijola", "sv": "Grejus" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:laakso", "municipality": "Helsinki", "name": { "fi": "Laakso", "sv": "Dal" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laakso", "municipality": "Helsinki", "name": { "fi": "Laakso", "sv": "Dal" } } ], "created_time": "2024-06-22T05:10:15.106451Z", "last_modified_time": "2026-04-15T05:10:25.418558Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00250", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.916693, 60.19206 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": null, "name": { "fi": "Hoitoalan ruokapalvelut, Laakson sairaala", "sv": "Kostservice för vårdsektorn, Laakson sairaala", "en": "Meal services in the care sector, Laakson sairaala" }, "telephone": null, "street_address": { "fi": "Lääkärinkatu 8", "sv": "Läkaregatan 8", "en": "Lääkärinkatu 8" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:75405/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:55415", "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:ylä-malmi", "municipality": "Helsinki", "name": { "fi": "Ylä-Malmi", "sv": "Övre Malm" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi", "municipality": "Helsinki", "name": { "fi": "Malmi", "sv": "Malm" } } ], "created_time": "2023-08-15T13:10:10.681990Z", "last_modified_time": "2026-01-10T06:09:41.220817Z", "custom_data": null, "email": "Ravintola.Malmi@hel.fi", "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": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.998795, 60.253815 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "https://aromi.hel.fi/AromieMenus/FI/Default/PALKE/HMalmiH/Page/Restaurant", "sv": "https://aromi.hel.fi/AromieMenus/SV/Default/PALKE/HMalmiH/Page/Restaurant", "en": "https://aromi.hel.fi/AromieMenus/EN/Default/PALKE/HMalmiH/Page/Restaurant" }, "name": { "fi": "Hoitoalan ruokapalvelut, Malmin sairaala", "sv": "Kostservice för vårdsektorn, Malmin sairaala", "en": "Meal services in the care sector, Malmin sairaala" }, "telephone": { "fi": "+358 9 310 27424" }, "street_address": { "fi": "Talvelantie 6", "sv": "Talvelavägen 6", "en": "Talvelantie 6" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:55415/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:78806", "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:munkkiniemi", "municipality": "Helsinki", "name": { "fi": "Munkkiniemi", "sv": "Munksnäs" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vanha_munkkiniemi", "municipality": "Helsinki", "name": { "fi": "Vanha Munkkiniemi", "sv": "Gamla Munksnäs" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:munkkiniemi", "municipality": "Helsinki", "name": { "fi": "Munkkiniemi", "sv": "Munksnäs" } } ], "created_time": "2025-11-15T06:10:14.806138Z", "last_modified_time": "2025-11-15T06:10:14.806150Z", "custom_data": null, "email": "Ravintola.Munkkiniemi@hel.fi", "contact_type": null, "address_region": null, "postal_code": "00330", "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.8754, 60.201828 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": null, "name": { "fi": "Hoitoalan ruokapalvelut, Munkkiniemen palvelutalo", "sv": "Kostservice för vårdsektorn, Munkkiniemen palvelutalo", "en": "Meal services in the care sector, Munkkiniemen palvelutalo" }, "telephone": { "fi": "+358 9 310 29235" }, "street_address": { "fi": "Professorintie 3 B ja C", "sv": "Professorvägen 3 B och C", "en": "Professorintie 3 B and C" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:78806/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:74310", "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:myllypuro", "municipality": "Helsinki", "name": { "fi": "Myllypuro", "sv": "Kvarnbäcken" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:myllypuro", "municipality": "Helsinki", "name": { "fi": "Myllypuro", "sv": "Kvarnbäcken" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä", "municipality": "Helsinki", "name": { "fi": "Vartiokylä", "sv": "Botby" } } ], "created_time": "2024-02-10T06:09:58.462329Z", "last_modified_time": "2025-06-07T05:09:53.437786Z", "custom_data": null, "email": "ravintokeskus.myllypuro@hel.fi", "contact_type": null, "address_region": null, "postal_code": "00920", "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.06405, 60.22481 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "https://aromi.hel.fi/AromieMenus/FI/Default/PALKE/HMYLLYPH/Page/Restaurant", "sv": "https://aromi.hel.fi/AromieMenus/SV/Default/PALKE/HMYLLYPH/Page/Restaurant", "en": "https://aromi.hel.fi/AromieMenus/EN/Default/PALKE/HMYLLYPH/Page/Restaurant" }, "name": { "fi": "Hoitoalan ruokapalvelut, Myllypuron seniorikeskus", "sv": "Kostservice för vårdsektorn, Myllypuron seniorikeskus", "en": "Meal services in the care sector, Myllypuron seniorikeskus" }, "telephone": { "fi": "+358 9 310 21111" }, "street_address": { "fi": "Myllymatkantie 4", "sv": "Kvarnfärdsvägen 4", "en": "Myllymatkantie 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74310/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:55801", "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:puistola", "municipality": "Helsinki", "name": { "fi": "Puistola", "sv": "Parkstad" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapulikaupunki", "municipality": "Helsinki", "name": { "fi": "Tapulikaupunki", "sv": "Stapelstaden" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suutarila", "municipality": "Helsinki", "name": { "fi": "Suutarila", "sv": "Skomakarböle" } } ], "created_time": "2023-08-15T13:12:54.278154Z", "last_modified_time": "2025-06-07T05:09:44.423602Z", "custom_data": null, "email": "ravintola.taskunauris@hel.fi", "contact_type": null, "address_region": null, "postal_code": "00750", "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.033241, 60.27431 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "https://aromi.hel.fi/AromieMenus/FI/Default/PALKE/HPuistolaH/Page/Restaurant", "sv": "https://aromi.hel.fi/AromieMenus/SV/Default/PALKE/HPuistolaH/Page/Restaurant", "en": "https://aromi.hel.fi/AromieMenus/EN/Default/PALKE/HPuistolaH/Page/Restaurant" }, "name": { "fi": "Hoitoalan ruokapalvelut, Puistolan palvelutalo", "sv": "Kostservice för vårdsektorn, Puistolan palvelutalo", "en": "Meal services in the care sector, Puistolan palvelutalo" }, "telephone": { "fi": "+358 9 310 27802" }, "street_address": { "fi": "Aksiisipolku 1", "sv": "Accisstigen 1", "en": "Aksiisipolku 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:55801/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:55767", "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:haaga", "municipality": "Helsinki", "name": { "fi": "Haaga", "sv": "Haga" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etelä-haaga", "municipality": "Helsinki", "name": { "fi": "Etelä-Haaga", "sv": "Södra Haga" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga", "municipality": "Helsinki", "name": { "fi": "Haaga", "sv": "Haga" } } ], "created_time": "2023-08-15T13:12:38.677667Z", "last_modified_time": "2025-06-07T05:09:44.330425Z", "custom_data": null, "email": "ravintokeskus.riistavuori@hel.fi", "contact_type": null, "address_region": null, "postal_code": "00320", "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.887007, 60.217213 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "https://aromi.hel.fi/AromieMenus/FI/Default/PALKE/HRiistaH/Page/Restaurant", "sv": "https://aromi.hel.fi/AromieMenus/SV/Default/PALKE/HRiistaH/Page/Restaurant", "en": "https://aromi.hel.fi/AromieMenus/EN/Default/PALKE/HRiistaH/Page/Restaurant" }, "name": { "fi": "Hoitoalan ruokapalvelut, Riistavuoren seniorikeskus", "sv": "Kostservice för vårdsektorn, Riistavuoren seniorikeskus", "en": "Meal services in the care sector, Riistavuoren seniorikeskus" }, "telephone": { "fi": "+358 9 310 49244" }, "street_address": { "fi": "Isonnevantie 28", "sv": "Stormyrvägen 28", "en": "Isonnevantie 28" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:55767/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:55429", "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:roihuvuori", "municipality": "Helsinki", "name": { "fi": "Roihuvuori", "sv": "Kasberget" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi", "municipality": "Helsinki", "name": { "fi": "Herttoniemi", "sv": "Hertonäs" } } ], "created_time": "2023-08-15T13:10:18.074365Z", "last_modified_time": "2024-02-06T13:15:51.610658Z", "custom_data": null, "email": "ravintola.porolahti@hel.fi", "contact_type": null, "address_region": null, "postal_code": "00820", "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.055483, 60.197227 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": null, "name": { "fi": "Hoitoalan ruokapalvelut, Roihuvuoren palvelutalo", "sv": "Kostservice för vårdsektorn, Roihuvuoren palvelutalo", "en": "Meal services in the care sector, Roihuvuoren palvelutalo" }, "telephone": { "fi": "+358 9 310 27045" }, "street_address": { "fi": "Roihuvuorentie 3 A", "sv": "Kasbergsvägen 3 A", "en": "Roihuvuorentie 3 A" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:55429/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:55851", "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:roihuvuori", "municipality": "Helsinki", "name": { "fi": "Roihuvuori", "sv": "Kasberget" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:herttoniemi", "municipality": "Helsinki", "name": { "fi": "Herttoniemi", "sv": "Hertonäs" } } ], "created_time": "2023-08-15T13:13:13.955263Z", "last_modified_time": "2025-06-07T05:09:44.484110Z", "custom_data": null, "email": "ravintokeskus.roihuvuori@hel.fi", "contact_type": null, "address_region": null, "postal_code": "00820", "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.063326, 60.203407 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "https://aromi.hel.fi/AromieMenus/FI/Default/PALKE/HRoihuH/Page/Restaurant", "sv": "https://aromi.hel.fi/AromieMenus/SV/Default/PALKE/HRoihuH/Page/Restaurant", "en": "https://aromi.hel.fi/AromieMenus/EN/Default/PALKE/HRoihuH/Page/Restaurant" }, "name": { "fi": "Hoitoalan ruokapalvelut, Roihuvuoren seniorikeskus", "sv": "Kostservice för vårdsektorn, Roihuvuoren seniorikeskus", "en": "Meal services in the care sector, Roihuvuoren seniorikeskus" }, "telephone": { "fi": "+358 9 310 60619" }, "street_address": { "fi": "Punahilkantie 16", "sv": "Rödluvans väg 16", "en": "Punahilkantie 16" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:55851/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:55829", "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:haaga", "municipality": "Helsinki", "name": { "fi": "Haaga", "sv": "Haga" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etelä-haaga", "municipality": "Helsinki", "name": { "fi": "Etelä-Haaga", "sv": "Södra Haga" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga", "municipality": "Helsinki", "name": { "fi": "Haaga", "sv": "Haga" } } ], "created_time": "2023-08-15T13:13:04.302036Z", "last_modified_time": "2024-02-06T13:16:01.124657Z", "custom_data": null, "email": "Stenius.Ravintola@hel.fi", "contact_type": null, "address_region": null, "postal_code": "00320", "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.89566, 60.2126 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": null, "name": { "fi": "Hoitoalan ruokapalvelut, Steniuksen ryhmäkoti", "sv": "Kostservice för vårdsektorn, Steniuksen ryhmäkoti", "en": "Meal services in the care sector, Steniuksen ryhmäkoti" }, "telephone": { "fi": "+358 9 310 27034" }, "street_address": { "fi": "Steniuksentie 16", "sv": "Steniusvägen 16", "en": "Steniuksentie 16" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:55829/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }