Filtering retrieved events

Query parameters can be used to filter the retrieved events by the following criteria.

Ongoing local events

Use to quickly access local (municipality level) events that are upcoming or have not ended yet. Combines the search on a number of description, name, and keyword fields. Locality is defined on the basis of MUNIGEO_MUNI value, which is set in the settings file. In the Helsinki case all the events would be retrieved that happen within Helsinki. Comes in two flavors: AND and OR. Use local_ongoing_AND=lapset,musiikki to search for the events with both search terms in the description fields and local_ongoing_OR to search for the events with at least one term mentioned. In case you need to realize a more complicated logic and search for a combination of search terms as in (singing OR vocal) AND (workshop OR training) use local_ongoing_OR_setX parameter, where X is a number.

Examples:

event/?local_ongoing_OR=lapsi,musiikki

See the result

event/?local_ongoing_OR_set1=lapsi,musiikki&local_ongoing_OR_set2=leiri,kurssi

See the result

Ongoing internet events

Use to quickly access internet-based events that are upcoming or have not ended yet. Usage is the same as for local ongoing events, three variations: internet_ongoing_AND, internet_ongoing_OR, and internet_ongoing_OR_setX, Note, that local_ongoing and internet_ongoing are mutually exclusive.

Example:

event/?internet_ongoing_AND=lapsi,musiikki

See the result

All ongoing events

All ongoing events, both internet and local combined. Usage is the same as for local ongoing events: all_ongoing_AND, all_ongoing_OR and all_ongoing_OR_setX

Example:

event/?all_ongoing_AND=lapsi,musiikki

See the result

Internet based

Filter for all the events that happen in the internet, both past and upcoming.

Example:

event/?internet_based=true

See the result

Event time

Use start and end to restrict the date range of returned events. Any events that intersect with the given date range will be returned.

The parameters start and end can be given in the following formats:

  • ISO 8601 (including the time of day), i.e. YYYY-MM-DDTHH:MM:SSZ
  • yyyy-mm-dd

In addition, today (for start or end of today) and now (for the exact current timestamp) can be used in either parameter to get current events.

Example:

event/?start=today&end=2020-12-31

See the result

event/?start=now&end=today

See the result

You can also use days filter to restrict the date range of returned events. Any events that intersect with the current time and amount of days from current time will be returned.

The parameters start and end cannot be used together with the days parameter.

Example:

event/?days=7

See the result

Event start/end time

Use starts_after, starts_before, ends_after, and ends_before to filter for the events that start and end within certain hours, for example for the ones that start after 17:00 and end before 21:00.

The parameters can be given as:

  • Hours only
  • Hours and minutes separated by a colon

Example:

event/?starts_after=16:30&ends_before=21

See the result

Event weekday

Use weekday to filter for the events that occurs within certain weekdays. Weekdays are to be input as Iso 8601 weekday numbers, where 1 is Monday and 7 is Sunday.

The parameter can include:

  • One weekday
  • Multiple weekdays separated by a comma

Example (Saturdays and Sundays):

event/?weekday=6,7

See the result

Event duration

Use max_duration to filter for the events that last up to a specified time, or min_duration to filter for the events that last at least a specified amount of time.

The parameters are expressed in format:

  • 86400 or 86400s (24 hours)
  • 180m or 3h (3 hours)
  • 3d (3 days)

Example:

event/?max_duration=3d

See the result

Event location

Bounding box

To restrict the retrieved events to a geographical region, use the query parameter bbox in the format

bbox=west,south,east,north

Where west is the longitude of the rectangle's western boundary, south is the latitude of the rectangle's southern boundary, and so on. The default coordinate system is the trusty old EPSG:4326 known from all online maps, and can be overridden with srid parameter.

Example:

event/?bbox=24.9348,60.1762,24.9681,60.1889

See the result

Specific location

To restrict the retrieved events to a known location(s), use the query parameter location, separating values by commas if you wish to query for several locations.

Location ids are found at the place endpoint, which lists the locations in decreasing number of events found. Most locations originate from the Helsinki service point registry (tprek), hence the format tprek:28473. An easy way to locate service points is to browse servicemap.hel.fi, which uses the same location ids, e.g. servicemap.hel.fi/unit/28473.

Example:

event/?location=tprek:28473

See the result

District

To restrict the retrieved events 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:

event/?division=malmi

See the result

Within a distance (or "circle filter")

To restrict the retrieved events to a certain distance from a point, use the query parameters dwithin_origin and dwithin_metres in the format

dwithin_origin=lon,lat&dwithin_metres=distance

Where lon is the longitude of the origin point, lat is the latitude of the origin point, and distance is the radius in metres. Both parameters are required. The default coordinate system is EPSG:4326 and can be overridden with the srid parameter.

Example:

event/?dwithin_origin=24.9348,60.1762&dwithin_metres=1000

See the result

Event category

To restrict the retrieved events by category, use the query parameter keyword, separating values by commas if you wish to query for any of several keywords, or the parameter keyword_AND, if you require all provided values (separated by commas) to be present. Use parameter keyword! if you require all provided values (separated by commas) not to be present.

In case you need to realize a more complicated logic and search for a combination of keywords as in (yso:p1235 OR yso:p1947) AND (yso:p14004 OR yso:p11185) use keyword_OR_setX parameter, where X is a number.

Keyword ids are found at the keyword endpoint, which lists the keywords in decreasing number of events found. The common keywords used in all events originate from the general Finnish ontology (YSO), hence the format yso:p4354.

The most common event categories are listed in the two keyword sets helsinki:topics and helsinki:audiences, which list the YSO keywords that are present in most events to specify event main topic and audience.

Example:

event/?keyword=yso:p4354

See the result

event/?keyword_OR_set1=yso:p1235,yso:p1947&keyword_OR_set2=yso:p14004,yso:p11185

See the result

Some services maintain curated keyword sets, which can also be used in search with query parameters keyword_set_AND and keyword_set_OR. As names of the keyword sets can repeat between the services, ids should be supplied. Say, we have one keyword set Music with id "myservice:1" that contains keywords rock and jazz, and another keyword set Workshops with keywords "workshop" and "seminar" and id "myservice:2". Then a request /event/?keyword_set_AND=myservice:1,myservice:2 would return the events matching the following expression: (rock OR jazz) AND (workshop OR seminar).

Event last modification time

To find events that have changed since you last polled Linkedevents API (to e.g. update your event cache), it is best to use the query parameter last_modified_since. This allows you to only return data that has changed after your last update. You may also include events that have been deleted in the API in the results by using the show_deleted filter. This allows you to update your cache with all added, modified and deleted events without having to fetch *all* future events every time.

Example:

event/?last_modified_since=2020-04-07&show_deleted=true

See the result

Specific ids

To find events that have specific id use parameter ids, separating values by commas if you wish to query for several event ids.

Example:

event/?ids=helsinki:1

See the result

Event status

Events in Linkedevents (indicated by the event_status field) may be either scheduled as planned (EventScheduled), rescheduled if their start time has changed after they were first published (EventRescheduled), cancelled if they were cancelled altogether after publication (EventCancelled), or postponed to the indefinite future if they could not be organized at the original time (EventPostponed). These statuses stem from schema.org.

You may filter events with only the desired status with the event_status filter.

Example:

event/?event_status=EventCancelled

See the result

It is also possible to use multiple event_status parameters in a single query. Statuses must be separated by a comma.

Example:

event/?event_status=EventCancelled,EventPostponed

Event type

Events in Linkedevents (indicated by the type_id field) may be event (General), course (Course) or volunteering (Volunteering). By default, only events with General type_id are returned.

You may filter events with only the desired type with the event_type filter, separating values by commas if you wish to query for several types.

Example:

event/?event_type=General,Course

See the result

Event text

To find out events that contain a specific string in any of the text fields, use the query parameter text.

Example:

event/?text=shostakovich

See the result

Combined text

While the text search is looking for the events containg exact matches of the search string, combined_text filtering finds events with exact text match for event text fields but retrieves expected keywords on the basis of similarity. Filtering for keywords works similar ways as keyword free_text filtering.

Example:

event/?combined_text=lapppset

See the result

Use full_text to perform advanced PostgreSQL full-text search with weighted relevance ranking. This search method provides more sophisticated results than basic text matching by:

  • Searching across multiple fields with different priority levels
  • Supporting stemming and language-specific text processing
  • Ranking results by relevance when no other sorting is specified

The search covers the following fields with weighted priorities:

  • Highest priority (A): Event names, location names
  • High priority (B): Keywords, audience keywords
  • Medium priority (C): Short descriptions
  • Lowest priority (D): Full descriptions

Use full_text_language to specify the search language. Accepts single language (e.g., 'fi') or comma-separated multiple languages (e.g., 'fi,en,sv'). Supported languages: fi, en, sv, zh_hans, ru, ar. Defaults to 'fi' if not specified.

Examples:

event/?full_text=musiikki

See the result

event/?full_text=music&full_text_language=en

See the result

event/?full_text=lapset&full_text_language=fi,en,sv

See the result

Event price

Events may or may not contain the offers field that lists event pricing. To return only free or non-free events, use the query parameteris_free. However, note that from some data sources, no event pricing info is available, so this filter will only return those events which have pricing data available.

Example:

event/?is_free=true

See the result

Event language

To find events that have a set language or event data translated into that language, use the query parameter language. If you only wish to see events that have a set language, use the in_language parameter, and if you only want event data translated to a set language, use the translation parameter.

Supported languages are found at the language endpoint, which also lists which languages have translations available. Currently, translations are supported in fi, sv, en, ru, zh_hans, and ar.

Example:

event/?language=ru

See the result

Event audience age boundaries.

To find events that are designed for specific age audiences use the query paramteres audience_min_age_lt, audience_min_age_gt, audience_max_age_lt, audience_max_age_gt.

audience_min_age_lt returns the events whose minimal age is lower than or equals the specified value, audience_min_age_gt returns the events whose minimal age is greater than or equals the specified value. max_age parameteres, naturally, work the same way only for the maximum age of the event audience. Note, that the events that are not designed for the specific audiences will be omitted.

audience_max_age and audience_min_age parameters without lt and gt modifiers are left for backward compatibility only and should not be employed.

Example:

event/?audience_min_age_gt=10

See the result

Select events suitable for certain age.

To find events that are suitable for certain age use the query paramter suitable_for that returns all the events that are suitable for the age or age range specified. Under the hood it excludes all the events that have max age limit below or min age limit above the age specified. Suitable events with just one age boundary specified are returned, events with no age limits specified are excluded. Query parameter can take either one or two arguments, the order of parameters when specifying the age range is not important.

Examples:

event/?suitable_for=12

See the result

event/?suitable_for=12,14

See the result

Event publisher

To find out events that are published by a specific organization, use the query parameter publisher, separating values by commas if you wish to query for several publishers.

Existing publisher organizations are found at the organization endpoint. City of Helsinki internal publishers have ids of the form ahjo:origin_id as they originate from the Helsinki Ahjo decisionmaking system, and have a rather complex hierarchy. External publishers may have their own namespaces, ids and hierarchies.

Also, it is possible to fetch events under a specific publisher organization hierarchy (say City of Helsinki) by using the parameter publisher_ancestor, which returns all events published by any suborganizations (at any level) of the given organization.

Example:

event/?publisher=ytj:0586977-6

See the result

event/?publisher_ancestor=ahjo:00001

See the result

Event data source

To find out events that originate from a specific source system, use the query parameter data_source. All event ids are of the form data_source:origin_id, so this allows you to return only events coming to Linkedevents from a specific data system. helsinki is the name of our own data source, i.e. events where Linkedevents API itself is the master data.

Example:

event/?data_source=helsinki

See the result

Event hierarchy

Events in linkedevents may be either standalone events, or they may have super or sub events. There are two types of super events, indicated in the field super_event_type by recurring (repeating events, event series) and umbrella (festivals etc.).

recurring events last for a period and have sub_events that all have similar data, but different dates.

umbrella events last for a period and may have different sub_events, including recurring events (i.e. an umbrella festival may have a recurring theater play sub_event, which may have several nights as sub_events.)

Super event type

You may use the query parameter super_event_type, comma separated, to get only super events of specific types. You may use none if you want non-super events included.

Example:

event/?super_event_type=umbrella,none

See the result

Super event

You may use the query parameter super_event, comma separated, to get all subevents for specific superevents. You may use none if you want all events which have no superevent included.

Example:

event/?super_event=linkedevents:agg-103

See the result

Hide super event

You may use the query parameter hide_super_event to exclude super events from the response.

Example:

event/?hide_super_event=true

See the result

Hide recurring children

You may use the query parameter hide_recurring_children to hide all child events for super events which are of type recurring.

Example:

event/?hide_recurring_children=true

See the result

Sub events

You may use the query parameter hide_recurring_children_sub_events in pair with hide_recurring_children to apply other filters to child events.

If you want to get only super_events of weekend events then pair hide_recurring_children and hide_recurring_children_sub_events with weekday=6,7

Example:

event/?hide_recurring_children=true&hide_recurring_children_sub_events=true&weekday=6,7

See the result

Event with registration

To find out events with or without a registration, use the query parameterregistration.

Example:

event/?registration=true

See the result

Open enrolment

Two endpoints show the events that have connected registrations and have places either at the event itself enrolment_open or in the waiting lists enrolment_open_waitlist. Note that the latter query parameter when set to true returns also the events that have open spots at the event itself. Null values are regarded as unlimited number of spots at the event or in the waiting list.

For example:

event/?enrolment_open_waitlist=true

See the result

Enrolment open on a given date

It is possible to check if a given datetime is within events' enrolment start and end times. In other words, if any events are open on a given date and time. The given datetime is expected to be in the events' timezone.

enrolment_open_on parameter displays events where the given datetime is within the enrolment_start_time and enrolment_end_time of the events. If an event has a registration, the registration's enrolment start and end times will be preferred over the event's times.

For example:

event/?enrolment_open_on=2024-02-19T12:00:00

See the result

Attendee capacity

Filters for filtering by event maximum_attendee_capacity and minimum_attendee_capacity:

Filtering for maximum_attendee_capacity

It is possible to filter by maximum_attendee_capacity using gte (>) or lte (<) filters.

maximum_attendee_capacity_gte parameter displays events with maximum attendee capacity greater than or equal the applied parameter (integer value)

Example:

event/?maximum_attendee_capacity_gte=10

See the result

maximum_attendee_capacity_lte parameter displays events with maximum attendee capacity less than or equal the applied parameter (integer value)

Example:

event/?maximum_attendee_capacity_lte=10

See the result

Filtering for minimum_attendee_capacity

It is possible to filter by minimum_attendee_capacity using gte (>) or lte (<) filters.

minimum_attendee_capacity_gte parameter displays events with minimum attendee capacity greater than or equal the applied parameter (integer value)

Example:

event/?minimum_attendee_capacity_gte=10

See the result

minimum_attendee_capacity_lte parameter displays events with minimum attendee capacity less than or equal the applied parameter (integer value)

Example:

event/?minimum_attendee_capacity_lte=10

See the result

Remaining registration attendee or waiting list capacity

Filters for filtering by registration remaining_attendee_capacity and remaining_waiting_list_capacity:

Filtering for registration remaining_attendee_capacity

It is possible to filter by registration remaining_attendee_capacity using gte (>=) or isnull filters.

registration__remaining_attendee_capacity__gte parameter displays events where registration's remaining attendee capacity is greater than or equal the applied parameter (integer value)

Example:

event/?registration__remaining_attendee_capacity__gte=10

See the result

registration__remaining_attendee_capacity__isnull parameter displays events where registration's remaining attendee capacity is or is not NULL

The values True, true and 1 are all considered to be "true".

The values False, false and 0 are all considered to be "false".

Example:

event/?registration__remaining_attendee_capacity__isnull=true

See the result

Filtering for registration remaining_waiting_list_capacity

It is possible to filter by registration remaining_waiting_list_capacity using gte (>=) or isnull filters.

registration__remaining_waiting_list_capacity__gte parameter displays events where registration's remaining waiting list capacity is greater than or equal the applied parameter (integer value)

Example:

event/?registration__remaining_waiting_list_capacity__gte=10

See the result

registration__remaining_waiting_list_capacity__isnull parameter displays events where registration's remaining waiting list capacity is or is not NULL

The values True, true and 1 are all considered to be "true".

The values False, false and 0 are all considered to be "false".

Example:

event/?registration__remaining_waiting_list_capacity__isnull=true

See the result

Filtering for authenticated users

By default, only public events are shown in the event list. However, certain query parameters allow customizing the listing for authenticated users

Show all events

show_all parameter displays all events authenticated user can edit, including drafts, and public non-editable events

Example:

event/?show_all=true

See the result

Publication status

Events in Linkedevents (indicated by the publication_status field) may be either (draft) if the event is not published yet or (public) for published events.

You may filter events with only the desired publication status with the publication_status filter.

Example:

event/?publication_status=draft

See the result

Only editable events

admin_user parameter displays all events authenticated user can edit, including drafts, but no other public events

Example:

event/?admin_user=true

See the result

Only editable events for registration

registration_admin_user parameter displays all events whose registration the user can modify

Example:

event/?registration_admin_user=true

See the result

Events created by the user

created_by parameter only displays events by the authenticated user

Example:

event/?created_by=true

See the result

Getting detailed data

In the default case, keywords, locations, and other fields that refer to separate resources are only displayed as simple references.

If you want to include the complete data from related resources in the current response, use the keyword include. Please note, however, that including all the resources inlined in *every* event will result in a huge number of duplicate data in the json, making the json very slow to generate and process and causing considerable API load and long response times when too many such requests are made. Therefore, if you are listing the maximum number of events (100) or updating your cache with all events, please consider caching the keyword and location data separately to prevent unnecessary API slowdown and continuous repeated work. Keyword and location data seldom change and are easily fetched from their own endpoints separately.

Example:

event/?include=location,keywords

See the result

Ordering

Default normal search ordering is descending order by -last_modified_time. Default full text search ordering is based on search relevance rank and id (-rank,id). You may also order results by start_time, end_time, name, duration, enrolment_start_time, enrolment_end_time, registration__enrolment_start_time, registration__enrolment_end_time, enrolment_start and enrolment_end. Descending order is denoted by adding - in front of the parameter, default order is ascending.

For example:

event/?sort=-end_time

See the result

Enrolment start and enrolment end

The ordering filters enrolment_start and enrolment_end have two notable differences compared to the rest of the ordering filters related to enrolment start and enrolment end times:

First, if an event has a registration with an enrolment time defined, the registration's time will be preferred over the event's time.

Second, if neither the event's registration nor the event has enrolment times defined (enrolment_start_time and enrolment_end_time are both NULL), the event will be placed at the end of the results list regardless of whether ascending or descending order was used.

GET /v1/event/?format=api&hide_super_event=true&page=43
HTTP 200 OK
Allow: GET, POST, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 35920,
        "next": "https://linkedevents.api.test.hel.ninja/v1/event/?format=api&hide_super_event=true&page=44",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/event/?format=api&hide_super_event=true&page=42"
    },
    "data": [
        {
            "id": "kulke:69890",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7258/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:205/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:29/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:49/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1235/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16919/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "13-14 €",
                        "en": "13-14 €"
                    },
                    "info_url": {
                        "fi": "https://hiff.fi/rakkautta-anarkiaa/lippuinfo/",
                        "en": "https://hiff.fi/rakkautta-anarkiaa/lippuinfo/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386149,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-07T13:23:28.607056Z",
                    "last_modified_time": "2026-09-07T13:23:28.607071Z",
                    "url": "http://www.savoyteatteri.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_797139.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386149/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-07T13:23:28.461077Z",
            "last_modified_time": "2026-09-07T13:23:28.777946Z",
            "date_published": null,
            "start_time": "2026-09-23T14:45:00Z",
            "end_time": null,
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": {
                "fi": "Helsinki International Film Festival – Rakkautta & Anarkiaa ry",
                "en": "Helsinki International Film Festival – Rakkautta & Anarkiaa ry"
            },
            "name": {
                "fi": "Silent Friend – Rakkautta & Anarkiaa 17.–27.9.2026",
                "en": "Silent Friend – Love & Anarchy 17.–27.9.2026"
            },
            "description": {
                "fi": "<p>Kasvitieteellisen puutarhan neidonhiuspuu valvoo, kun yksinäiset sielut (mm. Tony Leung) kolmessa aikatasossa löytävät yhteyden ympäröivään maailmaan ja sen ihmisiin.</p><p>Vuonna 2020 saksalaisella yliopistolla vieraileva neurologian tohtori (yksinäisyyselokuvan veteraani, iki-ihana Tony Leung Chiu-wai) jää jumiin autiolle kampukselle koronapandemian suljettua koko maailman. Vuonna 1908 samaisen yliopiston ensimmäinen naisopiskelija hakee paikkaansa vihamielisessä ympäristössä. 70-luvulla vetäytyvä nuorimies rakastuu kuohuvan opiskelijaliikkeen myrskynsilmässä. Yksinäiset sielut kolmessa aikatasossa löytävät yhteyden ympäröivään maailmaan ja sen ihmisiin löytämällä ensin yhteyden kasveihin.</p><p>Tarinoiden kiintopisteenä toimii yliopiston kasvitieteellisessä puutarhassa kasvava neidonhiuspuu (Gingko biloba). Pitkän uran tehneen ohjaajan ja käsikirjoittajan Ildikó Enyedin vähäeleinen maaginen realismi on kerännyt eurooppalaisilla elokuvafestivaaleilla merkittäviä palkintoja, mukaan lukien Kultaisen karhun elokuvalla Kosketuksissa (R&A 2017). Uusimmassa elokuvassaan Enyedi asettuu jälleen tutkimaan tietoisuuden, kommunikaation ja yhteyden kysymyksiä, tällä kertaa kasvitieteen kautta. Lihallisen latautuneet lähikuvat kukkien emistä ja solujen liikkeistä vuorottelevat tyhjää täynnä olevien kuvakulmien kanssa luoden henkilöhahmojen yksinäisyydelle polttelevan toiveikkaan pohjavireen.</p><p>Adrian Murtomäki</p><p>Ohjaus Ildikó Enyedi<br>Näyttelijät Tony Leung Chiu-wai, Léa Seydoux, Luna Wedler<br>Maa Saksa, Unkari, Ranska, Kiina<br>Kielet englanti, saksa, kantoninkiina<br>Tekstitykset englanti<br>Ikäraja S<br>Kesto 147 min<br>Teema Toisenlajiset<br>Avainsanat Luontosuhde, Muisti, Epookki, Feelgood, Kasvutarina</p><p>Vuosi 2025<br>Alkuperäinen nimi Stille Freundin<br>Levittäjä Films Boutique</p>",
                "en": "<p>A ginkgo tree in a botanical garden watches as lonely souls (including Tony Leung) across three different time periods find connections with the world around them and the people in it.</p><p>In the year 2020, a doctor of neurology (veteran of solitude films, the beloved Tony Leung Chiu-wai) visiting a German university gets stuck on the deserted campus as the Covid-19 pandemic shuts down the whole world. In the year 1908, the first female student at the same university seeks her place in a hostile environment. In the 1970s, a reclusive young man falls in love in the centre of the turbulent student movement. These lonely souls in three different eras find their connection with the surrounding world and its people by first connecting with plants.</p><p>Anchoring these stories together is the maidenhair tree (Gingko biloba) growing in the university’s botanical gardens. Writer and director Ildikó Enyedi’s understated magical realism has collected awards at Europe’s film festivals, including the Golden Bear for her film On Body and Soul (R&A 2017). In her latest film, Enyedi examines the questions of consciousness, communication and connection, this time through botany. Carnally charged close-ups of flower pistils and cell movements alternate with angles laden with empty space, giving the loneliness of the characters an undertone simmering with hope.</p><p>Adrian Murtomäki (translated by Ailiina Saaristo)</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Kasvitieteellisen puutarhan neidonhiuspuu valvoo, kun yksinäiset sielut (mm. Tony Leung) kolmessa aikatasossa löytävät yhteyden ympäröivään maailmaan ja sen ihmisiin.",
                "en": "A ginkgo tree in a botanical garden watches as lonely souls (including Tony Leung) across three different time periods find connections with the world around them and the people in it."
            },
            "info_url": {
                "fi": "http://www.savoyteatteri.fi/fi/tapahtumat/event/6F49955C1525CCE13848503D79AA37D9/Silent_Friend",
                "en": "http://www.savoyteatteri.fi/en/events/event/6F49955C1525CCE13848503D79AA37D9/Silent_Friend"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69890/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69889",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7258/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:205/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:29/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:49/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1235/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16919/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "13-14 €",
                        "en": "13-14 €"
                    },
                    "info_url": {
                        "fi": "https://hiff.fi/rakkautta-anarkiaa/lippuinfo/",
                        "en": "https://hiff.fi/rakkautta-anarkiaa/lippuinfo/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386148,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-07T13:23:27.603665Z",
                    "last_modified_time": "2026-09-07T13:23:27.603683Z",
                    "url": "http://www.savoyteatteri.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_797138.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386148/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-07T13:23:27.442390Z",
            "last_modified_time": "2026-09-07T13:23:27.767508Z",
            "date_published": null,
            "start_time": "2026-09-22T17:45:00Z",
            "end_time": null,
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": {
                "fi": "Helsinki International Film Festival – Rakkautta & Anarkiaa ry",
                "en": "Helsinki International Film Festival – Rakkautta & Anarkiaa ry"
            },
            "name": {
                "fi": "Camp – Rakkautta & Anarkiaa 17.–27.9.2026",
                "en": "Camp – Love & Anarchy 17.–27.9.2026"
            },
            "description": {
                "fi": "<p>Girl horror -elokuvassa traumatisoitunut Emily päätyy leiriohjaajaksi nuorten kesäleirille. Seuraa viininhuuruista bondailua ja sekoilua leirinuotiolla, loitsuja ja traumojen käsittelyä.</p><p>Nuoressa elämässään useita traagisia kuolemantapauksia kohdannut Emily päätyy leiriohjaajaksi ongelmaisille lapsille tarkoitetulle kesäleirille. Perillä odottaa erikoinen, huumaavan vastustamaton joukkio muita ohjaajia, joille leiri on jokavuotinen perinne. Pian seuraakin punaviininhuuruista bondailua leirinuotiolla ja esoteeristä elämöintiä kesäyössä nuorten naisten upotessa yhä syvemmälle noitapiiriinsä uumeniin.</p><p>Jane Schoenbrunin (Teenage Sex and Death at Camp Miasma, R&A 2026) kvääriin elokuva-entourageen kuuluva ohjaaja-käsikirjoittaja Avalon Fast on vahvan omaehtoinen indie-tekijä, joka on nimennyt elokuviensa genren “tyttökauhuksi”. Ja tosiaan, CAMP kuljettaa tyttöyden ja nuoren naiseuden unenomaisen melankoliseen ytimeen, jossa paitsi söpöillään ja herkistellään, myös muunnetaan traumat ja patriarkaatin kauhut sytytysnesteeksi jollekin räjähtävälle.    Ei liene suurta liioittelua nimittää CAMP 2020-luvulle päivitetyksi The Craftiksi. Kunnioittavasti kulttiesiäitiään kohti kumartava CAMP jatkaa noituuden, okkultismin ja sukupuolen yhteenkietoutumien käsittelyä terävästi ja välillä ilmat pihalle iskien.</p><p>Annu Suvanto</p><p>Ohjaus Avalon Fast<br>Näyttelijät Zola Grimmer, Alice Wordsworth, Cherry Moore<br>Maa Kanada<br>Kielet englanti<br>Ikäraja K16<br>Kesto 111 min<br>Teema Dark Feminine<br>Avainsanat Kasvutarina, Kauhu, Identiteetti, Fantasia, Naiskuvia</p><p>Vuosi 2025<br>Levittäjä MPI Media Group</p>",
                "en": "<p>In this girl horror film, traumatised Emily becomes a counsellor at a youth summer camp. Cue wine-fuelled bonding and campfire antics, spells and confronting past trauma.</p><p>Emily, who has faced several tragic deaths in her young life, ends up working as a camp counsellor at a summer camp for troubled children. Awaiting her there is a peculiar, intoxicatingly irresistible group of fellow counsellors, for whom the camp is an annual tradition. Soon, red-wine-fuelled bonding sessions around the campfire and esoteric revelry in the summer night follow, as the young women sink ever deeper into the depths of their newly formed coven.</p><p>Director and screenwriter Avalon Fast, member of Jane Schoenbrun’s (Teenage Sex and Death at Camp Miasma, R&A 2026) queer cinematic entourage, is a strong, fiercely independent filmmaker who has dubbed the genre of her films ‘girl horror’. And indeed, CAMP delves into the dreamlike, melancholic core of girlhood and young womanhood, where, whilst there is cuteness and sentimentality, traumas and the horrors of patriarchy are also transformed into the fuel for something explosive.</p><p>It is probably no great exaggeration to hail CAMP as a 2020s update of The Craft. Bowing respectfully to its cult ancestor, CAMP continues to explore the intertwining of witchcraft, the occult and gender with sharp insight, delivering a real punch in the gut.</p><p>Annu Suvanto</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Girl horror -elokuvassa traumatisoitunut Emily päätyy leiriohjaajaksi nuorten kesäleirille. Seuraa viininhuuruista bondailua ja sekoilua leirinuotiolla, loitsuja ja traumojen käsittelyä.",
                "en": "In this girl horror film, traumatised Emily becomes a counsellor at a youth summer camp. Cue wine-fuelled bonding and campfire antics, spells and confronting past trauma."
            },
            "info_url": {
                "fi": "http://www.savoyteatteri.fi/fi/tapahtumat/event/11915EA0EDCE6BF557B28C35E3B48979/Camp",
                "en": "http://www.savoyteatteri.fi/en/events/event/11915EA0EDCE6BF557B28C35E3B48979/Camp"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69889/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69888",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7258/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:205/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:29/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:49/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1235/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16919/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "13-14 €",
                        "en": "13-14 €"
                    },
                    "info_url": {
                        "fi": "https://hiff.fi/rakkautta-anarkiaa/lippuinfo/",
                        "en": "https://hiff.fi/rakkautta-anarkiaa/lippuinfo/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386147,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-07T13:23:26.983682Z",
                    "last_modified_time": "2026-09-07T13:23:26.983875Z",
                    "url": "http://www.savoyteatteri.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_797136.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386147/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-07T13:23:26.791649Z",
            "last_modified_time": "2026-09-07T13:23:27.217642Z",
            "date_published": null,
            "start_time": "2026-09-22T15:30:00Z",
            "end_time": null,
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": {
                "fi": "Helsinki International Film Festival – Rakkautta & Anarkiaa ry",
                "en": "Helsinki International Film Festival – Rakkautta & Anarkiaa ry"
            },
            "name": {
                "fi": "Everybody Digs Bill Evans – Rakkautta & Anarkiaa 17.–27.9.2026",
                "en": "Everybody Digs Bill Evans – Love & Anarchy 17.–27.9.2026"
            },
            "description": {
                "fi": "<p>Kaunistelematon kuvaus muusikko Bill Evansin vaikeasta vuodesta 1961, jota ennen ja jonka jälkeen syntyi maailman parasta jazzmusiikkia.</p><p>Heinäkuussa 1961 jazzpianisti ja säveltäjä Bill Evansia kohtasi tragedia: kontrabasisti Scott LaFaro kuoli auto-onnettomuudessa. Tapahtuma vaikutti merkittävästi paitsi Evansin soittokykyyn, myös heroiinin käytön eskaloitumiseen. Ilman veljensä Harryn perhettä ja pakkolepolomaa vanhempiensa luona Floridassa Evans tuskin olisi toipunut takaisin pianon äärelle.</p><p>Henkilökuvaksi muusikosta elokuvassa kuullaan alkutekstejä lukuun ottamatta vähäisesti musiikkia. Evansin ehkä kuuluisin kappale, Waltz for Debby, asetetaan hienosti herkkään kontekstiinsa. Muutoin eletään väliaikaa, joka ”joskus kuuluu musiikkiin”.</p><p>Grant Geen ohjaamassa, Berliinin elokuvajuhlilla Hopeisella karhulla palkitussa elokuvassa nähdään välähdyksiä väistämättömästä, jossa kuolee lisää ihmisiä ja lopulta Evans itsekin. Mustavalkoisesta kertomuksen painopisteestä ja väreillä vääristetystä tulevaisuudesta syntyy rikkinäinen melodia, joka kuitenkin kerrotaan harmonisesti päähenkilönsä (Anders Danielsen Lie) kulkiessa kohti seuraavaa luomiskautta.</p><p>Elokuvan päälle voi katsella Yle Areena -palvelusta Helsingin Lauttasaaressa vuonna 1970 kuvatun olohuonekonsertin, jossa Evans esittää silloisen trionsa kanssa kolme kappaletta haastattelun lomassa.</p><p>Johanna Siik</p><p>Ohjaus Grant Gee<br>Näyttelijät Anders Danielsen Lie, Bill Pullman, Laurie Metcalf, Isabelle Harriet<br>Maa Irlanti, Iso-Britannia<br>Kielet englanti<br>Ikäraja K16<br>Kesto 102 min<br>Teema Musiikin voima<br>Avainsanat Angsti, Festarihitti, Mielenterveys, Musiikki, Perhesuhteet, Suru, Perustuu tositapahtumiin, Elämäkerta</p><p>Vuosi 2026<br>Levittäjä Another World Entertainment</p>",
                "en": "<p>An unvarnished portrait of musician Bill Evans’ difficult year in 1961, before and after which some of the greatest jazz music ever made was created.</p><p>In July 1961, jazz pianist and composer Bill Evans was confronted by a tragedy, when bassist Scott LaFaro died in a car accident. The death impacted Evans’s own ability to play music and contributed to his heroin addiction worsening. Without the support of his brother Harry’s family as well as a period of forced rest at his parent’s home in Florida, it is questionable whether Evans would have ever been able to return to playing.</p><p>For a biopic of a musician, this film, outside of the opening credits, includes fairly little music. Evans’ best-known song, Waltz for Debby, is beautifully placed in its tender context. Apart from that, we experience an interval, something that also belongs to music.</p><p>Grant Gee’s film, which received the Silver Bear Grand Jury Prize at the Berlin International Film Festival, presents us with flashes of the inevitable: more people die, as does, in the end, Evans himself. From the black-and-white focus of the tale and a future distorted by colours is born a broken melody, which is presented harmoniously as the protagonist (played by Anders Danielsen Lie) marches towards his next period of creativity.</p><p>After the movie, one can tune into Yle Areena to take in a living room concert filmed in Lauttasaari in Helsinki in 1970, in which Evans and his trio perform three songs in the course of an interview.</p><p>Johanna Siik</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Kaunistelematon kuvaus muusikko Bill Evansin vaikeasta vuodesta 1961, jota ennen ja jonka jälkeen syntyi maailman parasta jazzmusiikkia.",
                "en": "An unvarnished portrait of musician Bill Evans’ difficult year in 1961, before and after which some of the greatest jazz music ever made was created."
            },
            "info_url": {
                "fi": "http://www.savoyteatteri.fi/fi/tapahtumat/event/C0E0D645B86EC898F0CF3E13AA02F239/Everybody_Digs_Bill_Evans",
                "en": "http://www.savoyteatteri.fi/en/events/event/C0E0D645B86EC898F0CF3E13AA02F239/Everybody_Digs_Bill_Evans"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69888/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69883",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7259/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:44/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:50/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p21812/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386146,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-07T12:23:58.069505Z",
                    "last_modified_time": "2026-09-07T12:23:58.069521Z",
                    "url": "http://www.stoa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_797058.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386146/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-07T12:23:57.903201Z",
            "last_modified_time": "2026-09-07T12:23:58.292784Z",
            "date_published": null,
            "start_time": "2026-12-11",
            "end_time": "2027-01-31",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Common grounds – Jaettu maaperä – Moving scape, mutated land | Kuratoinut Clément Beraud",
                "sv": "Common grounds – Jaettu maaperä",
                "en": "Common grounds – Moving scape, mutated land | Curated by Clément Beraud"
            },
            "description": {
                "fi": "<p>Common grounds -näyttely kutsuu taiteilijoita keskittymään Itä-Helsinkiin: kokemaan sen tarinoita, ääniä ja maisemia erilaisten linssien läpi.</p><p><i>Common grounds</i> on inspiroitunut situationistisestä liikkeestä ja heijastelee sen sitoutumista vallalla olevien normien syrjäyttämiseen ja piiloisten narratiivien etsimiseen. Näyttely pyrkii seisauttamaan hallitsevat tavat, joilla havainnoimme kaupunkiympäristöä ja kehottaa yleisöjä vuorovaikuttamaan arkisen naapurinsa kanssa uusilla, syvällisillä tavoilla.</p><p>Erilaisten taidemuotojen avulla näyttely pyrkii avaamaan tapoja, joilla katsomme arkipäiväisiä maisemia ja kuvaamme tilaa ja paikkaa. Yhdessä erilaiset näkökulmat muodostavat ainutkertaisen näyttelyn, joka vangitsee Itä-Helsingin erilaiset maisemat jaettuna maaperänä.</p><p><b>Taiteilijat:</b></p><p><b>Lena Séraphin + transitory writing</b> sukeltavat kirjoittamisen praktiikkaan valitun tilan tutkimisen ja kuvaamisen välineenä. Työryhmän kokeellisessa lähestymistavassa kieleen korostuvat kollektiiviset, paikkasidonnaiset, keholliset, performatiiviset ja monikieliset metodologiat. Töidensä kautta ryhmän taiteilijat keräävät monimuotoisia näkökulmia ja pohdintoja Itä-Helsingistä, kutoen yhteistyöhön pohjaavaa narratiivia, joka resonoi yhteisön äänen ja kokemusten kanssa.</p><p><b>Johannes Romppasen</b> tunteita herättäviin muotokuviin ikuistuu Itä-Helsingissä asustavien olentojen olemus. Läheisen vuorovaikutuksen kautta Romppanen löytää kohteidensa tarinat ja valottaa heidän monimuotoisia kokemuksiaan. Hänen valokuvansa kutsuvat katsojat havainnoimaan uudella tavalla ja ylittämään stereotypiat, syleilemään inhimillisen yhteyden rikkautta.</p><p><b>Francesca Bogani Amadori</b> ja <b>Henry Lämsä</b> luovat immersiivisen, ääni- ja kuvataiteen kiehtovasta vuorovaikutuksesta muodostuvan kokemuksen, joka kutsuu katsojat uudelleen harkitsemaan suhdettaan Itä-Helsinkiin paikkana. Heidän äänimaisemansa ja videoteoksensa tulkitsevat uusista näkökulmista katsomista, ja paljastavat miten kehomme vuorovaikuttavat tiettyjen sijaintien kanssa rakentamalla identiteetin tuntemusta. Tarkastelemalla tilan ja (epä)tilan käsitteitä, taiteilijat haastavat vallalla olevia käsityksiä tilasta ja rohkaisevat syvällisempään kanssakäymiseen ympäristön kanssa.</p><p>Näyttelyssä on esillä useita <b>Clément Beraud'n</b> valokuvia itähelsinkiläisestä maisemasta. Analogiset valokuvat kuvaavat Itä-Helsingin erilaisia nopeasti kasvavia alueita tehden näkyväksi kaupungin ja luonnon kaksijakoisuuden. Jaetun maaperän jatkuva etsiminen, ympäristöjemme ja elintilojemme vangitseminen tuo esille usein huomaamattomia esteettisiä näkökulmia.</p><p>Keskustelun rohkaisemiseksi näyttelytilassa on osallistava alue, jossa vierailijat voivat jakaa ajatuksiaan ja tuntemuksiaan koteihinsa ja identiteetteihinsä kuulumisesta.</p><p><i>Common grounds</i> on osa taiteellista tutkimusprojektia nimeltään <i>Moving scape, mutated land</i>. Projekti tarkastelee vallalla olevia käsityksiä maisemanarratiiveista Suomessa kyseenalaistaen alueidemme muovautuvuutta ja representaatioita. Tavoitteellaan tuoda esille toisia tarinoita ja identiteettejä projekti pyrkii herättämään keskustelua paikan ja identiteetin monitahoisuudesta ja rikastamaan yhteiskuntamme kulttuurillista maisemaa. Tutkimus maisemanarratiiveista kehottaa osallistujia löytämään yhteyden kaupungin kanssa ja muuttamaan arkipäiväisen ihmeelliseksi antamalla uutta kontekstia heidän vuorovaikutukselleen ympäristön kanssa, muistoilleen ja identiteeteilleen.</p><p>Kuratoraalinen lausunto: Clément Beraud</p>",
                "en": "<p>Common grounds is an exhibition that invites artists to focus on East Helsinki, experiencing its stories, voices, and landscapes through a variety of lenses.</p><p>Inspired by the Situationist movement, <i>Common grounds</i> mirrors its commitment to derailing established norms and uncovering hidden narratives. It seeks to disrupt the dominant consciousness surrounding urban perception and prompts audiences to engage with their everyday neighbourhoods in fresh and reflective ways.</p><p>Through the inclusion of multiple practices, the exhibition intends to unravel multiple gazes upon our everyday landscape and our representation of space and place. Together, the different perspectives produce a unique exhibition that captures variations of landscape within east Helsinki as common ground.</p><p><b>Artists:</b><br><b>Lena Séraphin + transitory writing</b> delve into the practice of writing as a means of exploring and representing a chosen space. Their experimental approach to language emphasizes collective, situated, embodied, performative, and multilingual methodologies. Through their works, they gather diverse perspectives and reflections on East Helsinki, weaving a collaborative narrative that resonates with the community's voice and experience.</p><p><b>Johannes Romppanen's</b> poignant portraits capture the essence of beings residing in East Helsinki. By engaging intimately with his subjects, he unveils their stories, shedding light on diverse experiences. His photographs invite viewers to rethink their perceptions, moving beyond stereotypes to embrace the rich tapestry of human connection.</p><p>In a captivating interplay of sound and visual art, <b>Francesca Bogani Amadori</b> and <b>Henry Lämsä</b> create an immersive experience that invites viewers to reconsider their relationship with East Helsinki as a place. The soundscapes and video works reinterpret the ways we view landscapes, revealing how bodies interact with specific locations and contribute to a sense of identity. By examining notions of place and (non)place, they challenge conventional understandings of space and encourage deeper engagement with the environment.</p><p><b>Clément Beraud</b> exhibits several photographs of the East Helsinki landscape. Taken in analogue format, the images depict the fast-growing pace of different areas of east Helsinki carrying the dichotomy between urban and nature. A constant search for common ground, capturing our territory and our space of living, brings an aesthetical perspective that one doesn't necessarily think about.</p><p>To cultivate discussion, the space will have a participatory area where visitors can let out their impressions and sense of belonging to their homes and their identities.</p><p><i>Common grounds</i> is part of an artistic research project named <i>Moving scape, mutated land</i>. The project interrogates the hegemonic perceptions of landscape narratives in Finland, questioning the fluidity and representation of our territories. By aiming to display other stories and identities, it aspires to foster dialogue around the complexities of place and identity, enriching the cultural tapestry of our society. My research on landscape narrative urges participants to reclaim their connection to the city, transforming the mundane into the extraordinary by recontextualizing their interaction with environment, memory, and identity.</p><p>Curational rationale by Clément Beraud</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Common grounds -näyttely kutsuu taiteilijoita keskittymään Itä-Helsinkiin: kokemaan sen tarinoita, ääniä ja maisemia erilaisten linssien läpi.",
                "en": "Common grounds is an exhibition that invites artists to focus on East Helsinki, experiencing its stories, voices, and landscapes through a variety of lenses."
            },
            "info_url": {
                "fi": "http://www.stoa.fi/fi/tapahtumat/event/A65C82518EB8259E2B2B1B2578CE9010/Common_grounds_Jaettu_maapera",
                "sv": "http://www.stoa.fi/sv/evenemang/event/A65C82518EB8259E2B2B1B2578CE9010/Common_grounds_Jaettu_maapera",
                "en": "http://www.stoa.fi/en/events/event/A65C82518EB8259E2B2B1B2578CE9010/Common_grounds"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69883/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agp5oclhfy",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15395/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66by/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11406/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p14710/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2739/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p360/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p556/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8630/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2385718,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-06T11:35:08.444626Z",
                    "last_modified_time": "2026-08-06T11:35:08.444641Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/d09455bf-c5b3-4775-8796-5af6abe14244.png",
                    "name": "",
                    "cropping": "295,0,1705,1410",
                    "photographer_name": "",
                    "alt_text": "Tummansinisellä pohjalla vaalemman sininen täplä ja pieniä vaaleita kuplia. Istuva tyttö, joka lukee kirjaa. Teksti: Kansainvälinen lukutaitopäivä Ison omenan kirjastossa 8.9.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385718/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7av4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7azy/?format=api"
                }
            ],
            "created_time": "2026-08-06T11:36:18.928045Z",
            "last_modified_time": "2026-09-07T11:31:17.531551Z",
            "date_published": null,
            "start_time": "2026-09-08T11:30:00Z",
            "end_time": "2026-09-08T15:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Paja"
            },
            "provider": null,
            "name": {
                "fi": "Kansainvälinen lukutaitopäivä Ison omenan kirjastossa"
            },
            "description": {
                "fi": "<p>Kansainvälistä lukutaitopäivää vietetään 8. syyskuuta. Päivän tarkoituksena on muistuttaa lukutaidon merkityksestä ja koulutuksen tärkeydestä kestävän tulevaisuuden rakentamisessa.</p><p>Päivän kunniaksi kirjaston Pajassa on mahdollisuus askarrella kirjanmerkki klo 14:30-18:00. Kello 15, 16 ja 17 tilassa pääsee myös kuulemaan ääneenlukua.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Juhlitaan lukutaitoa lukemalla ääneen ja askartelemalla kirjanmerkkejä"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp5oclhfy/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69283",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8740/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:669/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:732/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39924/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385004,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-09T07:13:37.773293Z",
                    "last_modified_time": "2026-06-09T07:13:37.773307Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791498.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385004/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-09T07:13:37.679763Z",
            "last_modified_time": "2026-09-07T10:24:14.421253Z",
            "date_published": null,
            "start_time": "2026-11-26T16:00:00Z",
            "end_time": "2026-11-26T18:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Ekotaidetorstai",
                "sv": "Ekokonsttorsdag",
                "en": "Eco-art Thursday"
            },
            "description": {
                "fi": "<p>Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.</p><p>Torstain kuvataidetyöpajoissa tekemisen pääpaino on piirustus- ja maalaustekniikoissa. Valmistamme mm. luonnon musteita, vegaanista temperamaalia ja käytämme luovasti erilaisia kierrätysmateriaaleja. Aikaisempaa kokemusta ei vaadita ja jokainen on tervetullut mukaan.</p><p>Opettajana työpajoissa toimii kuvataiteilija Satu Kalliokuusi, joka on perehtynyt ekologisiin menetelmiin kuvataiteessa.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Voit ilmoittautua kaikille tai osalle kerroista tästä linkistä</u></a> 1.8. klo 9.00 alkaen. Kurssi on tarkoitettu 16–20-vuotiaille nuorille.</p>",
                "sv": "<p>I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.</p><p>Under bildkonstverkstäderna på torsdagar ligger tyngdpunkten på tecknings- och målningstekniker. Vi tillverkar bland annat naturliga bläck och veganska temperafärger, och använder olika återvunna material på ett kreativt sätt. Tidigare erfarenhet krävs inte och alla är välkomna att delta.  <br> <br>Lärare på verkstäderna är bildkonstnären Satu Kalliokuusi, som är väl insatt i ekologiska metoder inom bildkonsten.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Du kan anmäla dig till alla eller vissa av tillfällena via den här länken (på finska)</u></a> från och med den 1 augusti kl. 9.00. Kursen riktar sig till ungdomar i åldern 16–20 år.</p>",
                "en": "<p>In this workshop, we learn how to use eco-friendly materials in visual art.</p><p>The main focus of the art workshops on Thursdays is on drawing and painting techniques. We make supplies such as natural inks and vegan tempera paints, and make creative use of various recycled materials. No prior experience is required, and everyone is welcome to join in.  <br> <br>The workshops are led by visual artist Satu Kalliokuusi, who specialises in ecological methods in visual art.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">You can sign up for all or some of the sessions via this link (in Finnish)</u></a> from 1 August at 9.00 onwards. The course is aimed at young people aged 16–20.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.",
                "sv": "I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.",
                "en": "In this workshop, we learn how to use eco-friendly materials in visual art."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/D8A888431EBB43F4F45B350DB22E2991/Ekotaidetorstai",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/D8A888431EBB43F4F45B350DB22E2991/Ekokonsttorsdag_",
                "en": "http://www.malmitalo.fi/en/events/event/D8A888431EBB43F4F45B350DB22E2991/Eco-art_Thursday_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69283/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69075",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8740/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:33/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:755/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p6529/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "34/31€",
                        "sv": "34/31€",
                        "en": "34/31€"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/teatteri-rajapinta-one-size-fits-all-komedia-malmitalo-22026777/",
                        "sv": "https://www.lippu.fi/event/teatteri-rajapinta-one-size-fits-all-komedia-malmitalo-22026777/",
                        "en": "https://www.lippu.fi/event/teatteri-rajapinta-one-size-fits-all-komedia-malmitalo-22026777/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386143,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-07T10:24:13.119282Z",
                    "last_modified_time": "2026-09-07T10:24:13.119306Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_792676.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386143/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-07T10:24:12.992279Z",
            "last_modified_time": "2026-09-07T10:24:13.284432Z",
            "date_published": null,
            "start_time": "2026-11-24T17:00:00Z",
            "end_time": null,
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Teatteri Rajapinta: One size fits all",
                "sv": "Teatteri Rajapinta: One size fits all",
                "en": "Teatteri Rajapinta: One size fits all"
            },
            "description": {
                "fi": "<p>Ystävyyden ylistys</p><p>”One size fits all” -näytelmä on ennen kaikkea tarina ystävyydestä.</p><p>Näytelmä koostuu kolmen ystävyksen kohtaamisista ja keskusteluista. <br>Nokkelan sanailun ja keskinäisen herjan<br>heiton lomassa esiin nousee myös todellisia kipupisteitä kolmikon ruotiessa ulkonäköpaineita, kuolemanpelkoa, pari- ja perhesuhteita sekä deittailukulttuurin monia puolia. <br>Hetkittäin esityksen nopeatempoinen sanailu ja piikittely saavat katsojan tuntemaan<br>aivan kuin olisi seuraamassa roastausta tai stand up -keikkaa.</p><p>Kesto 2t, sis 20min väliajan</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Ystävyyden ylistys"
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/29CE1267DDE5192CFB6DBDCF8B535BDA/Teatteri_Rajapinta_One_size_fits_all",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/29CE1267DDE5192CFB6DBDCF8B535BDA/Teatteri_Rajapinta_One_size_fits_all",
                "en": "http://www.malmitalo.fi/en/events/event/29CE1267DDE5192CFB6DBDCF8B535BDA/_Teatteri_Rajapinta_One_size_fits_all"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69075/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69282",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8740/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:669/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:732/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39924/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385003,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-09T07:13:36.922255Z",
                    "last_modified_time": "2026-06-09T07:13:36.922270Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791497.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385003/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-09T07:13:36.823545Z",
            "last_modified_time": "2026-09-07T10:24:11.550367Z",
            "date_published": null,
            "start_time": "2026-11-19T16:00:00Z",
            "end_time": "2026-11-19T18:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Ekotaidetorstai",
                "sv": "Ekokonsttorsdag",
                "en": "Eco-art Thursday"
            },
            "description": {
                "fi": "<p>Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.</p><p>Torstain kuvataidetyöpajoissa tekemisen pääpaino on piirustus- ja maalaustekniikoissa. Valmistamme mm. luonnon musteita, vegaanista temperamaalia ja käytämme luovasti erilaisia kierrätysmateriaaleja. Aikaisempaa kokemusta ei vaadita ja jokainen on tervetullut mukaan.</p><p>Opettajana työpajoissa toimii kuvataiteilija Satu Kalliokuusi, joka on perehtynyt ekologisiin menetelmiin kuvataiteessa.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Voit ilmoittautua kaikille tai osalle kerroista tästä linkistä</u></a> 1.8. klo 9.00 alkaen. Kurssi on tarkoitettu 16–20-vuotiaille nuorille.</p>",
                "sv": "<p>I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.</p><p>Under bildkonstverkstäderna på torsdagar ligger tyngdpunkten på tecknings- och målningstekniker. Vi tillverkar bland annat naturliga bläck och veganska temperafärger, och använder olika återvunna material på ett kreativt sätt. Tidigare erfarenhet krävs inte och alla är välkomna att delta.  <br> <br>Lärare på verkstäderna är bildkonstnären Satu Kalliokuusi, som är väl insatt i ekologiska metoder inom bildkonsten.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Du kan anmäla dig till alla eller vissa av tillfällena via den här länken (på finska)</u></a> från och med den 1 augusti kl. 9.00. Kursen riktar sig till ungdomar i åldern 16–20 år.</p>",
                "en": "<p>In this workshop, we learn how to use eco-friendly materials in visual art.</p><p>The main focus of the art workshops on Thursdays is on drawing and painting techniques. We make supplies such as natural inks and vegan tempera paints, and make creative use of various recycled materials. No prior experience is required, and everyone is welcome to join in.  <br> <br>The workshops are led by visual artist Satu Kalliokuusi, who specialises in ecological methods in visual art.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">You can sign up for all or some of the sessions via this link (in Finnish)</u></a> from 1 August at 9.00 onwards. The course is aimed at young people aged 16–20.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.",
                "sv": "I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.",
                "en": "In this workshop, we learn how to use eco-friendly materials in visual art."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/8008467A239AD9F2515EA8325810C845/Ekotaidetorstai",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/8008467A239AD9F2515EA8325810C845/Ekokonsttorsdag_",
                "en": "http://www.malmitalo.fi/en/events/event/8008467A239AD9F2515EA8325810C845/Eco-art_Thursday_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69282/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69281",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8740/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:669/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:732/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39924/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385002,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-09T07:13:36.165691Z",
                    "last_modified_time": "2026-06-09T07:13:36.165708Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791496.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385002/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-09T07:13:36.073021Z",
            "last_modified_time": "2026-09-07T10:24:09.639280Z",
            "date_published": null,
            "start_time": "2026-11-12T16:00:00Z",
            "end_time": "2026-11-12T18:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Ekotaidetorstai",
                "sv": "Ekokonsttorsdag",
                "en": "Eco-art Thursday"
            },
            "description": {
                "fi": "<p>Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.</p><p>Torstain kuvataidetyöpajoissa tekemisen pääpaino on piirustus- ja maalaustekniikoissa. Valmistamme mm. luonnon musteita, vegaanista temperamaalia ja käytämme luovasti erilaisia kierrätysmateriaaleja. Aikaisempaa kokemusta ei vaadita ja jokainen on tervetullut mukaan.</p><p>Opettajana työpajoissa toimii kuvataiteilija Satu Kalliokuusi, joka on perehtynyt ekologisiin menetelmiin kuvataiteessa.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Voit ilmoittautua kaikille tai osalle kerroista tästä linkistä</u></a> 1.8. klo 9.00 alkaen. Kurssi on tarkoitettu 16–20-vuotiaille nuorille.</p>",
                "sv": "<p>I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.</p><p>Under bildkonstverkstäderna på torsdagar ligger tyngdpunkten på tecknings- och målningstekniker. Vi tillverkar bland annat naturliga bläck och veganska temperafärger, och använder olika återvunna material på ett kreativt sätt. Tidigare erfarenhet krävs inte och alla är välkomna att delta.  <br> <br>Lärare på verkstäderna är bildkonstnären Satu Kalliokuusi, som är väl insatt i ekologiska metoder inom bildkonsten.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Du kan anmäla dig till alla eller vissa av tillfällena via den här länken (på finska)</u></a> från och med den 1 augusti kl. 9.00. Kursen riktar sig till ungdomar i åldern 16–20 år.</p>",
                "en": "<p>In this workshop, we learn how to use eco-friendly materials in visual art.</p><p>The main focus of the art workshops on Thursdays is on drawing and painting techniques. We make supplies such as natural inks and vegan tempera paints, and make creative use of various recycled materials. No prior experience is required, and everyone is welcome to join in.  <br> <br>The workshops are led by visual artist Satu Kalliokuusi, who specialises in ecological methods in visual art.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">You can sign up for all or some of the sessions via this link (in Finnish)</u></a> from 1 August at 9.00 onwards. The course is aimed at young people aged 16–20.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.",
                "sv": "I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.",
                "en": "In this workshop, we learn how to use eco-friendly materials in visual art."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/09E6A912B75B57CB4B4F949D0765B2E2/Ekotaidetorstai",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/09E6A912B75B57CB4B4F949D0765B2E2/Ekokonsttorsdag_",
                "en": "http://www.malmitalo.fi/en/events/event/09E6A912B75B57CB4B4F949D0765B2E2/Eco-art_Thursday_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69281/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69280",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8740/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:669/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:732/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39924/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385001,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-09T07:13:35.209128Z",
                    "last_modified_time": "2026-06-09T07:13:35.209146Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791495.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385001/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-09T07:13:35.114304Z",
            "last_modified_time": "2026-09-07T10:24:07.260889Z",
            "date_published": null,
            "start_time": "2026-11-05T16:00:00Z",
            "end_time": "2026-11-05T18:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Ekotaidetorstai",
                "sv": "Ekokonsttorsdag",
                "en": "Eco-art Thursday"
            },
            "description": {
                "fi": "<p>Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.</p><p>Torstain kuvataidetyöpajoissa tekemisen pääpaino on piirustus- ja maalaustekniikoissa. Valmistamme mm. luonnon musteita, vegaanista temperamaalia ja käytämme luovasti erilaisia kierrätysmateriaaleja. Aikaisempaa kokemusta ei vaadita ja jokainen on tervetullut mukaan.</p><p>Opettajana työpajoissa toimii kuvataiteilija Satu Kalliokuusi, joka on perehtynyt ekologisiin menetelmiin kuvataiteessa.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Voit ilmoittautua kaikille tai osalle kerroista tästä linkistä</u></a> 1.8. klo 9.00 alkaen. Kurssi on tarkoitettu 16–20-vuotiaille nuorille.</p>",
                "sv": "<p>I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.</p><p>Under bildkonstverkstäderna på torsdagar ligger tyngdpunkten på tecknings- och målningstekniker. Vi tillverkar bland annat naturliga bläck och veganska temperafärger, och använder olika återvunna material på ett kreativt sätt. Tidigare erfarenhet krävs inte och alla är välkomna att delta.  <br> <br>Lärare på verkstäderna är bildkonstnären Satu Kalliokuusi, som är väl insatt i ekologiska metoder inom bildkonsten.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Du kan anmäla dig till alla eller vissa av tillfällena via den här länken (på finska)</u></a> från och med den 1 augusti kl. 9.00. Kursen riktar sig till ungdomar i åldern 16–20 år.</p>",
                "en": "<p>In this workshop, we learn how to use eco-friendly materials in visual art.</p><p>The main focus of the art workshops on Thursdays is on drawing and painting techniques. We make supplies such as natural inks and vegan tempera paints, and make creative use of various recycled materials. No prior experience is required, and everyone is welcome to join in.  <br> <br>The workshops are led by visual artist Satu Kalliokuusi, who specialises in ecological methods in visual art.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">You can sign up for all or some of the sessions via this link (in Finnish)</u></a> from 1 August at 9.00 onwards. The course is aimed at young people aged 16–20.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.",
                "sv": "I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.",
                "en": "In this workshop, we learn how to use eco-friendly materials in visual art."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/D76CCB19BAA5D42117F00FC3CC1C1408/Ekotaidetorstai",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/D76CCB19BAA5D42117F00FC3CC1C1408/Ekokonsttorsdag_",
                "en": "http://www.malmitalo.fi/en/events/event/D76CCB19BAA5D42117F00FC3CC1C1408/Eco-art_Thursday_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69280/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69279",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8740/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:669/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:732/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39924/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385000,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-09T07:13:34.311454Z",
                    "last_modified_time": "2026-06-09T07:13:34.311473Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791494.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385000/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-09T07:13:34.216035Z",
            "last_modified_time": "2026-09-07T10:24:04.861188Z",
            "date_published": null,
            "start_time": "2026-10-29T16:00:00Z",
            "end_time": "2026-10-29T18:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Ekotaidetorstai",
                "sv": "Ekokonsttorsdag",
                "en": "Eco-art Thursday"
            },
            "description": {
                "fi": "<p>Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.</p><p>Torstain kuvataidetyöpajoissa tekemisen pääpaino on piirustus- ja maalaustekniikoissa. Valmistamme mm. luonnon musteita, vegaanista temperamaalia ja käytämme luovasti erilaisia kierrätysmateriaaleja. Aikaisempaa kokemusta ei vaadita ja jokainen on tervetullut mukaan.</p><p>Opettajana työpajoissa toimii kuvataiteilija Satu Kalliokuusi, joka on perehtynyt ekologisiin menetelmiin kuvataiteessa.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Voit ilmoittautua kaikille tai osalle kerroista tästä linkistä</u></a> 1.8. klo 9.00 alkaen. Kurssi on tarkoitettu 16–20-vuotiaille nuorille.</p>",
                "sv": "<p>I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.</p><p>Under bildkonstverkstäderna på torsdagar ligger tyngdpunkten på tecknings- och målningstekniker. Vi tillverkar bland annat naturliga bläck och veganska temperafärger, och använder olika återvunna material på ett kreativt sätt. Tidigare erfarenhet krävs inte och alla är välkomna att delta.  <br> <br>Lärare på verkstäderna är bildkonstnären Satu Kalliokuusi, som är väl insatt i ekologiska metoder inom bildkonsten.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Du kan anmäla dig till alla eller vissa av tillfällena via den här länken (på finska)</u></a> från och med den 1 augusti kl. 9.00. Kursen riktar sig till ungdomar i åldern 16–20 år.</p>",
                "en": "<p>In this workshop, we learn how to use eco-friendly materials in visual art.</p><p>The main focus of the art workshops on Thursdays is on drawing and painting techniques. We make supplies such as natural inks and vegan tempera paints, and make creative use of various recycled materials. No prior experience is required, and everyone is welcome to join in.  <br> <br>The workshops are led by visual artist Satu Kalliokuusi, who specialises in ecological methods in visual art.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">You can sign up for all or some of the sessions via this link (in Finnish)</u></a> from 1 August at 9.00 onwards. The course is aimed at young people aged 16–20.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.",
                "sv": "I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.",
                "en": "In this workshop, we learn how to use eco-friendly materials in visual art."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/E3D5DFF78BD9A245E64384ECD6E0E915/Ekotaidetorstai",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/E3D5DFF78BD9A245E64384ECD6E0E915/Ekokonsttorsdag_",
                "en": "http://www.malmitalo.fi/en/events/event/E3D5DFF78BD9A245E64384ECD6E0E915/Eco-art_Thursday_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69279/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69278",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8740/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:669/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:732/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39924/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384999,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-09T07:13:33.367525Z",
                    "last_modified_time": "2026-06-09T07:13:33.367541Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791493.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384999/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-09T07:13:33.278568Z",
            "last_modified_time": "2026-09-07T10:24:00.935215Z",
            "date_published": null,
            "start_time": "2026-10-22T15:00:00Z",
            "end_time": "2026-10-22T17:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Ekotaidetorstai",
                "sv": "Ekokonsttorsdag",
                "en": "Eco-art Thursday"
            },
            "description": {
                "fi": "<p>Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.</p><p>Torstain kuvataidetyöpajoissa tekemisen pääpaino on piirustus- ja maalaustekniikoissa. Valmistamme mm. luonnon musteita, vegaanista temperamaalia ja käytämme luovasti erilaisia kierrätysmateriaaleja. Aikaisempaa kokemusta ei vaadita ja jokainen on tervetullut mukaan.</p><p>Opettajana työpajoissa toimii kuvataiteilija Satu Kalliokuusi, joka on perehtynyt ekologisiin menetelmiin kuvataiteessa.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Voit ilmoittautua kaikille tai osalle kerroista tästä linkistä</u></a> 1.8. klo 9.00 alkaen. Kurssi on tarkoitettu 16–20-vuotiaille nuorille.</p>",
                "sv": "<p>I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.</p><p>Under bildkonstverkstäderna på torsdagar ligger tyngdpunkten på tecknings- och målningstekniker. Vi tillverkar bland annat naturliga bläck och veganska temperafärger, och använder olika återvunna material på ett kreativt sätt. Tidigare erfarenhet krävs inte och alla är välkomna att delta.  <br> <br>Lärare på verkstäderna är bildkonstnären Satu Kalliokuusi, som är väl insatt i ekologiska metoder inom bildkonsten.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Du kan anmäla dig till alla eller vissa av tillfällena via den här länken (på finska)</u></a> från och med den 1 augusti kl. 9.00. Kursen riktar sig till ungdomar i åldern 16–20 år.</p>",
                "en": "<p>In this workshop, we learn how to use eco-friendly materials in visual art.</p><p>The main focus of the art workshops on Thursdays is on drawing and painting techniques. We make supplies such as natural inks and vegan tempera paints, and make creative use of various recycled materials. No prior experience is required, and everyone is welcome to join in.  <br> <br>The workshops are led by visual artist Satu Kalliokuusi, who specialises in ecological methods in visual art.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">You can sign up for all or some of the sessions via this link (in Finnish)</u></a> from 1 August at 9.00 onwards. The course is aimed at young people aged 16–20.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.",
                "sv": "I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.",
                "en": "In this workshop, we learn how to use eco-friendly materials in visual art."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/C53A622171ACDA913829AC6FE43AAD21/Ekotaidetorstai",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/C53A622171ACDA913829AC6FE43AAD21/Ekokonsttorsdag_",
                "en": "http://www.malmitalo.fi/en/events/event/C53A622171ACDA913829AC6FE43AAD21/Eco-art_Thursday_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69278/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69663",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7258/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:31/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:348/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:49/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p29865/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "45,90"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/jarkko-ahola-hienoimmat-ja-suurimmat-savoy-teatteri-22005028/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386142,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-07T10:23:55.313572Z",
                    "last_modified_time": "2026-09-07T10:23:55.313592Z",
                    "url": "http://www.savoyteatteri.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796365.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386142/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-07T13:14:10.307249Z",
            "last_modified_time": "2026-09-07T10:23:55.379657Z",
            "date_published": null,
            "start_time": "2026-10-09T16:00:00Z",
            "end_time": null,
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": {
                "fi": "Sony Music Live 2026"
            },
            "name": {
                "fi": "Jarkko Ahola – Hienoimmat ja suurimmat"
            },
            "description": {
                "fi": "<p>Tänä syksynä 2026 rocktenori Jarkko Ahola tekee vain muutaman konsertin. Ne tehdään suurella sydämellä ja antaumuksella. Luvassa on mahtipontisia lauluja.</p><p>Hienoimmat ja suurimmat -otsakkeen alla on juuri niitä kappaleita, jotka ansaitsevat tulla esitetyksi puhuttelevan pianon ja sävykkään sellon säestyksellä. Jarkon konserteissa on yleensä ollut osio, jossa on esitetty näitä hienoja ja suuria kappaleita. Johtuen konserttien aiemmasta luonteesta, niitä ei ole kuultu kuin muutama. Tällä kertaa keskitymme vain niihin.</p><p>Ilta vietetään siis upeiden klassikkokappaleiden ja suurien tunteiden ja tulkintojen seurassa.</p><p>Tervetuloa siis kuulolle!, kutsuu Jarkko Ahola.</p><p>Kesto n. 1 h 15 min, ei väliaikaa</p><p>Permanto K18 anniskelualue. Parveke ikärajaton, ei anniskelua.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tänä syksynä 2026 rocktenori Jarkko Ahola tekee vain muutaman konsertin. Ne tehdään suurella sydämellä ja antaumuksella. Luvassa on mahtipontisia lauluja."
            },
            "info_url": {
                "fi": "http://www.savoyteatteri.fi/fi/tapahtumat/event/84B0199F2A854A540DA8B3CC97109B2A/Jarkko_Ahola_Hienoimmat_ja_suurimmat"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69663/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69277",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8740/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:669/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:732/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39924/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384998,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-09T07:13:32.198290Z",
                    "last_modified_time": "2026-06-09T07:13:32.198310Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791492.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384998/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-09T07:13:32.108063Z",
            "last_modified_time": "2026-09-07T10:23:54.728334Z",
            "date_published": null,
            "start_time": "2026-10-08T15:00:00Z",
            "end_time": "2026-10-08T17:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Ekotaidetorstai",
                "sv": "Ekokonsttorsdag",
                "en": "Eco-art Thursday"
            },
            "description": {
                "fi": "<p>Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.</p><p>Torstain kuvataidetyöpajoissa tekemisen pääpaino on piirustus- ja maalaustekniikoissa. Valmistamme mm. luonnon musteita, vegaanista temperamaalia ja käytämme luovasti erilaisia kierrätysmateriaaleja. Aikaisempaa kokemusta ei vaadita ja jokainen on tervetullut mukaan.</p><p>Opettajana työpajoissa toimii kuvataiteilija Satu Kalliokuusi, joka on perehtynyt ekologisiin menetelmiin kuvataiteessa.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Voit ilmoittautua kaikille tai osalle kerroista tästä linkistä</u></a> 1.8. klo 9.00 alkaen. Kurssi on tarkoitettu 16–20-vuotiaille nuorille.</p>",
                "sv": "<p>I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.</p><p>Under bildkonstverkstäderna på torsdagar ligger tyngdpunkten på tecknings- och målningstekniker. Vi tillverkar bland annat naturliga bläck och veganska temperafärger, och använder olika återvunna material på ett kreativt sätt. Tidigare erfarenhet krävs inte och alla är välkomna att delta.  <br> <br>Lärare på verkstäderna är bildkonstnären Satu Kalliokuusi, som är väl insatt i ekologiska metoder inom bildkonsten.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Du kan anmäla dig till alla eller vissa av tillfällena via den här länken (på finska)</u></a> från och med den 1 augusti kl. 9.00. Kursen riktar sig till ungdomar i åldern 16–20 år.</p>",
                "en": "<p>In this workshop, we learn how to use eco-friendly materials in visual art.</p><p>The main focus of the art workshops on Thursdays is on drawing and painting techniques. We make supplies such as natural inks and vegan tempera paints, and make creative use of various recycled materials. No prior experience is required, and everyone is welcome to join in.  <br> <br>The workshops are led by visual artist Satu Kalliokuusi, who specialises in ecological methods in visual art.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">You can sign up for all or some of the sessions via this link (in Finnish)</u></a> from 1 August at 9.00 onwards. The course is aimed at young people aged 16–20.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.",
                "sv": "I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.",
                "en": "In this workshop, we learn how to use eco-friendly materials in visual art."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/F1F26BBC849D372773DB332CF853EA35/Ekotaidetorstai",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/F1F26BBC849D372773DB332CF853EA35/Ekokonsttorsdag_",
                "en": "http://www.malmitalo.fi/en/events/event/F1F26BBC849D372773DB332CF853EA35/Eco-art_Thursday_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69277/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69276",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8740/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:669/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:732/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39924/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384997,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-09T07:13:31.211887Z",
                    "last_modified_time": "2026-06-09T07:13:31.211902Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791491.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384997/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-09T07:13:31.117740Z",
            "last_modified_time": "2026-09-07T10:23:51.154247Z",
            "date_published": null,
            "start_time": "2026-10-01T15:00:00Z",
            "end_time": "2026-10-01T17:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Ekotaidetorstai",
                "sv": "Ekokonsttorsdag",
                "en": "Eco-art Thursday"
            },
            "description": {
                "fi": "<p>Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.</p><p>Torstain kuvataidetyöpajoissa tekemisen pääpaino on piirustus- ja maalaustekniikoissa. Valmistamme mm. luonnon musteita, vegaanista temperamaalia ja käytämme luovasti erilaisia kierrätysmateriaaleja. Aikaisempaa kokemusta ei vaadita ja jokainen on tervetullut mukaan.</p><p>Opettajana työpajoissa toimii kuvataiteilija Satu Kalliokuusi, joka on perehtynyt ekologisiin menetelmiin kuvataiteessa.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Voit ilmoittautua kaikille tai osalle kerroista tästä linkistä</u></a> 1.8. klo 9.00 alkaen. Kurssi on tarkoitettu 16–20-vuotiaille nuorille.</p>",
                "sv": "<p>I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.</p><p>Under bildkonstverkstäderna på torsdagar ligger tyngdpunkten på tecknings- och målningstekniker. Vi tillverkar bland annat naturliga bläck och veganska temperafärger, och använder olika återvunna material på ett kreativt sätt. Tidigare erfarenhet krävs inte och alla är välkomna att delta.  <br> <br>Lärare på verkstäderna är bildkonstnären Satu Kalliokuusi, som är väl insatt i ekologiska metoder inom bildkonsten.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Du kan anmäla dig till alla eller vissa av tillfällena via den här länken (på finska)</u></a> från och med den 1 augusti kl. 9.00. Kursen riktar sig till ungdomar i åldern 16–20 år.</p>",
                "en": "<p>In this workshop, we learn how to use eco-friendly materials in visual art.</p><p>The main focus of the art workshops on Thursdays is on drawing and painting techniques. We make supplies such as natural inks and vegan tempera paints, and make creative use of various recycled materials. No prior experience is required, and everyone is welcome to join in.  <br> <br>The workshops are led by visual artist Satu Kalliokuusi, who specialises in ecological methods in visual art.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">You can sign up for all or some of the sessions via this link (in Finnish)</u></a> from 1 August at 9.00 onwards. The course is aimed at young people aged 16–20.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.",
                "sv": "I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.",
                "en": "In this workshop, we learn how to use eco-friendly materials in visual art."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/EDF71F400F0D209D3DCBE13DF6AE2CF4/Ekotaidetorstai",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/EDF71F400F0D209D3DCBE13DF6AE2CF4/Ekokonsttorsdag_",
                "en": "http://www.malmitalo.fi/en/events/event/EDF71F400F0D209D3DCBE13DF6AE2CF4/Eco-art_Thursday_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69276/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69884",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7260/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:205/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:29/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:45/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1235/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16919/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386141,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-07T09:24:11.188775Z",
                    "last_modified_time": "2026-09-07T09:24:11.188790Z",
                    "url": "http://www.vuotalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_797037.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386141/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-07T09:24:11.027304Z",
            "last_modified_time": "2026-09-07T10:23:50.286729Z",
            "date_published": null,
            "start_time": "2026-09-30T15:00:00Z",
            "end_time": "2026-09-30T17:15:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Onsdagsbio: Sentimental Value",
                "sv": "Onsdagsbio: Sentimental Value",
                "en": "Onsdagsbio: Sentimental Value"
            },
            "description": {
                "fi": "<p>Siskokset Nora ja Agnes tapaavat pitkän tauon jälkeen isänsä Gustavin, karismaattisen mutta etäisen entisen elokuvaohjaajan.</p><p>Gustav tarjoaa Noralle, teatterinäyttelijälle, roolin elokuvasta, jonka hän toivoo palauttavan hänen uransa kukoistukseen.</p><p>Kun Nora kieltäytyy, hän saa tietää, että rooli on annettu nuorelle ja innokkaalle Hollywood-tähdelle. Pian sisarusten täytyy selvittää vaikeaa suhdettaan isäänsä ja tulla toimeen amerikkalaisen tähden kanssa, joka sotkeutuu heidän monimutkaisiin perhekuvioihinsa.</p><p>Cannes Grand Prix voittaja Sentimental value -elokuvan on ohjannut Joachim Trier. Pääsosissa Renate Reinsve, Inga Ibsdotter Lilleaas, Stellan Skarsgård ja Elle Fanning.</p><p>Elokuva on saavuttanut huikeat yhdeksän Oscar-ehdokkuutta, ja vei voiton kategoriassa Paras kansainvälinen elokuva 2026.</p><p>Norja 2025</p><p>K12<br>Kesto: 135 min<br>Puhe: norja, ruotsi<br>Tekstitys: suomi, ruotsi</p>",
                "sv": "<p>Systrarna Nora och Agnes återförenas med sin frånvarande far, den karismatiske Gustav – en gång en hyllad regissör, som nu erbjuder skådespelaren Nora en roll i det han hoppas ska bli hans stora comeback.</p><p>När Nora tackar nej, upptäcker hon snart att han gett rollen till en ivrig ung Hollywoodstjärna. Plötsligt tvingas de två systrarna navigera sin komplicerade relation till fadern – samtidigt som en amerikansk stjärna landar rakt in i deras redan bräckliga familjedynamik.</p><p>Norge 2025</p><p>F12<br>Längd: 135 min<br>Tal: norska, svenska<br>Text: finska, svenska</p>",
                "en": "<p>Sisters Nora and Agnes reunite with their estranged father, the charismatic Gustav, a once-renowned director who offers stage actress Nora a role in what he hopes will be his comeback film.</p><p>When Nora turns it down, she soon discovers he has given her part to an eager young Hollywood star. Suddenly, the two sisters must navigate their complicated relationship with their father — and deal with an American star dropped right into the middle of their complex family dynamics.</p><p>Norway 2025</p><p>Age limit: 12<br>Duration: 135 min<br>Sound: Norwegian, Swedish<br>Subtitles: Finnish, Swedish</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Siskokset Nora ja Agnes tapaavat pitkän tauon jälkeen isänsä Gustavin, karismaattisen mutta etäisen entisen elokuvaohjaajan.",
                "sv": "Systrarna Nora och Agnes återförenas med sin frånvarande far, den karismatiske Gustav – en gång en hyllad regissör, som nu erbjuder skådespelaren Nora en roll i det han hoppas ska bli hans stora comeback.",
                "en": "Sisters Nora and Agnes reunite with their estranged father, the charismatic Gustav, a once-renowned director who offers stage actress Nora a role in what he hopes will be his comeback film."
            },
            "info_url": {
                "fi": "http://www.vuotalo.fi/fi/tapahtumat/event/B0B2FD05A7902F8E45A36550EAFBB056/Onsdagsbio_Sentimental_Value",
                "sv": "http://www.vuotalo.fi/sv/evenemang/event/B0B2FD05A7902F8E45A36550EAFBB056/Onsdagsbio_Sentimental_Value",
                "en": "http://www.vuotalo.fi/en/events/event/B0B2FD05A7902F8E45A36550EAFBB056/Onsdagsbio_Sentimental_Value"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69884/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69275",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8740/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:669/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:732/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39924/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384996,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-09T07:13:30.263325Z",
                    "last_modified_time": "2026-06-09T07:13:30.263346Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791490.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384996/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-09T07:13:30.158287Z",
            "last_modified_time": "2026-09-07T10:23:48.224002Z",
            "date_published": null,
            "start_time": "2026-09-24T15:00:00Z",
            "end_time": "2026-09-24T17:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Ekotaidetorstai",
                "sv": "Ekokonsttorsdag",
                "en": "Eco-art Thursday"
            },
            "description": {
                "fi": "<p>Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.</p><p>Torstain kuvataidetyöpajoissa tekemisen pääpaino on piirustus- ja maalaustekniikoissa. Valmistamme mm. luonnon musteita, vegaanista temperamaalia ja käytämme luovasti erilaisia kierrätysmateriaaleja. Aikaisempaa kokemusta ei vaadita ja jokainen on tervetullut mukaan.</p><p>Opettajana työpajoissa toimii kuvataiteilija Satu Kalliokuusi, joka on perehtynyt ekologisiin menetelmiin kuvataiteessa.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Voit ilmoittautua kaikille tai osalle kerroista tästä linkistä</u></a> 1.8. klo 9.00 alkaen. Kurssi on tarkoitettu 16–20-vuotiaille nuorille.</p>",
                "sv": "<p>I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.</p><p>Under bildkonstverkstäderna på torsdagar ligger tyngdpunkten på tecknings- och målningstekniker. Vi tillverkar bland annat naturliga bläck och veganska temperafärger, och använder olika återvunna material på ett kreativt sätt. Tidigare erfarenhet krävs inte och alla är välkomna att delta.  <br> <br>Lärare på verkstäderna är bildkonstnären Satu Kalliokuusi, som är väl insatt i ekologiska metoder inom bildkonsten.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Du kan anmäla dig till alla eller vissa av tillfällena via den här länken (på finska)</u></a> från och med den 1 augusti kl. 9.00. Kursen riktar sig till ungdomar i åldern 16–20 år.</p>",
                "en": "<p>In this workshop, we learn how to use eco-friendly materials in visual art.</p><p>The main focus of the art workshops on Thursdays is on drawing and painting techniques. We make supplies such as natural inks and vegan tempera paints, and make creative use of various recycled materials. No prior experience is required, and everyone is welcome to join in.  <br> <br>The workshops are led by visual artist Satu Kalliokuusi, who specialises in ecological methods in visual art.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">You can sign up for all or some of the sessions via this link (in Finnish)</u></a> from 1 August at 9.00 onwards. The course is aimed at young people aged 16–20.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.",
                "sv": "I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.",
                "en": "In this workshop, we learn how to use eco-friendly materials in visual art."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/F643983E40A66FF82A542B9885853ECA/Ekotaidetorstai",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/F643983E40A66FF82A542B9885853ECA/Ekokonsttorsdag_",
                "en": "http://www.malmitalo.fi/en/events/event/F643983E40A66FF82A542B9885853ECA/Eco-art_Thursday_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69275/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69274",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8740/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:669/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:732/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39924/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384995,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-09T07:13:29.200132Z",
                    "last_modified_time": "2026-06-09T07:13:29.200148Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791489.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384995/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-09T07:13:29.106094Z",
            "last_modified_time": "2026-09-07T10:23:44.111790Z",
            "date_published": null,
            "start_time": "2026-09-17T15:00:00Z",
            "end_time": "2026-09-17T17:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Ekotaidetorstai",
                "sv": "Ekokonsttorsdag",
                "en": "Eco-art Thursday"
            },
            "description": {
                "fi": "<p>Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.</p><p>Torstain kuvataidetyöpajoissa tekemisen pääpaino on piirustus- ja maalaustekniikoissa. Valmistamme mm. luonnon musteita, vegaanista temperamaalia ja käytämme luovasti erilaisia kierrätysmateriaaleja. Aikaisempaa kokemusta ei vaadita ja jokainen on tervetullut mukaan.</p><p>Opettajana työpajoissa toimii kuvataiteilija Satu Kalliokuusi, joka on perehtynyt ekologisiin menetelmiin kuvataiteessa.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Voit ilmoittautua kaikille tai osalle kerroista tästä linkistä</u></a> 1.8. klo 9.00 alkaen. Kurssi on tarkoitettu 16–20-vuotiaille nuorille.</p>",
                "sv": "<p>I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.</p><p>Under bildkonstverkstäderna på torsdagar ligger tyngdpunkten på tecknings- och målningstekniker. Vi tillverkar bland annat naturliga bläck och veganska temperafärger, och använder olika återvunna material på ett kreativt sätt. Tidigare erfarenhet krävs inte och alla är välkomna att delta.  <br> <br>Lärare på verkstäderna är bildkonstnären Satu Kalliokuusi, som är väl insatt i ekologiska metoder inom bildkonsten.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Du kan anmäla dig till alla eller vissa av tillfällena via den här länken (på finska)</u></a> från och med den 1 augusti kl. 9.00. Kursen riktar sig till ungdomar i åldern 16–20 år.</p>",
                "en": "<p>In this workshop, we learn how to use eco-friendly materials in visual art.</p><p>The main focus of the art workshops on Thursdays is on drawing and painting techniques. We make supplies such as natural inks and vegan tempera paints, and make creative use of various recycled materials. No prior experience is required, and everyone is welcome to join in.  <br> <br>The workshops are led by visual artist Satu Kalliokuusi, who specialises in ecological methods in visual art.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">You can sign up for all or some of the sessions via this link (in Finnish)</u></a> from 1 August at 9.00 onwards. The course is aimed at young people aged 16–20.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.",
                "sv": "I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.",
                "en": "In this workshop, we learn how to use eco-friendly materials in visual art."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/5E8A4B59CC3FF38AA3B9D8AC01ACDD60/Ekotaidetorstai",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/5E8A4B59CC3FF38AA3B9D8AC01ACDD60/Ekokonsttorsdag_",
                "en": "http://www.malmitalo.fi/en/events/event/5E8A4B59CC3FF38AA3B9D8AC01ACDD60/Eco-art_Thursday_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69274/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69273",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8740/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:669/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:732/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39924/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384994,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-09T07:13:28.167123Z",
                    "last_modified_time": "2026-06-09T07:13:28.167139Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791488.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384994/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-09T07:13:28.037526Z",
            "last_modified_time": "2026-09-07T10:23:39.852952Z",
            "date_published": null,
            "start_time": "2026-09-10T15:00:00Z",
            "end_time": "2026-09-10T17:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Ekotaidetorstai",
                "sv": "Ekokonsttorsdag",
                "en": "Eco-art Thursday"
            },
            "description": {
                "fi": "<p>Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.</p><p>Torstain kuvataidetyöpajoissa tekemisen pääpaino on piirustus- ja maalaustekniikoissa. Valmistamme mm. luonnon musteita, vegaanista temperamaalia ja käytämme luovasti erilaisia kierrätysmateriaaleja. Aikaisempaa kokemusta ei vaadita ja jokainen on tervetullut mukaan.</p><p>Opettajana työpajoissa toimii kuvataiteilija Satu Kalliokuusi, joka on perehtynyt ekologisiin menetelmiin kuvataiteessa.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Voit ilmoittautua kaikille tai osalle kerroista tästä linkistä</u></a> 1.8. klo 9.00 alkaen. Kurssi on tarkoitettu 16–20-vuotiaille nuorille.</p>",
                "sv": "<p>I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.</p><p>Under bildkonstverkstäderna på torsdagar ligger tyngdpunkten på tecknings- och målningstekniker. Vi tillverkar bland annat naturliga bläck och veganska temperafärger, och använder olika återvunna material på ett kreativt sätt. Tidigare erfarenhet krävs inte och alla är välkomna att delta.  <br> <br>Lärare på verkstäderna är bildkonstnären Satu Kalliokuusi, som är väl insatt i ekologiska metoder inom bildkonsten.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">Du kan anmäla dig till alla eller vissa av tillfällena via den här länken (på finska)</u></a> från och med den 1 augusti kl. 9.00. Kursen riktar sig till ungdomar i åldern 16–20 år.</p>",
                "en": "<p>In this workshop, we learn how to use eco-friendly materials in visual art.</p><p>The main focus of the art workshops on Thursdays is on drawing and painting techniques. We make supplies such as natural inks and vegan tempera paints, and make creative use of various recycled materials. No prior experience is required, and everyone is welcome to join in.  <br> <br>The workshops are led by visual artist Satu Kalliokuusi, who specialises in ecological methods in visual art.</p><p><u><a href=\"https://harrastukset.hel.fi/fi/kurssit/helsinki:agqgfhhvla?returnPath=%2Fhaku%3FeventId%3Dhelsinki%253Aagqgfhhvla%26fullText%3Dekotaidetorstai\">You can sign up for all or some of the sessions via this link (in Finnish)</u></a> from 1 August at 9.00 onwards. The course is aimed at young people aged 16–20.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Työpajoissa opitaan ekologisten materiaalien käytöstä kuvataiteessa.",
                "sv": "I verkstäderna lär deltagarna sig hur de kan använda ekologiska material inom bildkonsten.",
                "en": "In this workshop, we learn how to use eco-friendly materials in visual art."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/CAFA8C010468F55E5E9EB8E2E024287A/Ekotaidetorstai",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/CAFA8C010468F55E5E9EB8E2E024287A/Ekokonsttorsdag_",
                "en": "http://www.malmitalo.fi/en/events/event/CAFA8C010468F55E5E9EB8E2E024287A/Eco-art_Thursday_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69273/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqhw4am5m",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15417/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66oi/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2386145,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-07T10:23:09.618299Z",
                    "last_modified_time": "2026-09-07T10:23:09.618312Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/707d6b64-71c5-4b53-9f3f-3ca453bef7ea.jpg",
                    "name": "",
                    "cropping": "285,0,915,630",
                    "photographer_name": "",
                    "alt_text": "Tilaisuuden ohjelma",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386145/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-07T10:23:28.651177Z",
            "last_modified_time": "2026-09-07T10:23:28.651192Z",
            "date_published": null,
            "start_time": "2026-09-10T14:15:00Z",
            "end_time": "2026-09-10T16:30:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Lava"
            },
            "provider": null,
            "name": {
                "fi": "Perusnaiset politiikassa"
            },
            "description": {
                "fi": "<p><strong>Perusnaiset politiikassa</strong></p><p>&nbsp;</p><p>Sellon kirjasto torstaina <strong>10.9 klo 17.15-19.30</strong></p><p>&nbsp;</p><p>Klo 17.15 Tapahtuman avaus - Uudenmaan naisten pj <strong>Merja Nevalainen&nbsp;</strong></p><p>&nbsp;</p><p>Klo 17.30 Ministeriön tilannekatsaus - </p><p>valtiovarainministeri, puolueen puheenjohtaja  <strong>Riikka Purra</strong></p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Yleisökysymykset tähän liittyen heti perään.</p><p>&nbsp;</p><p>Klo 18.00 Ministeriön tilannekatsaus - sisäministeri<strong> Mari Rantanen</strong></p><p>&nbsp;</p><p>Klo 18.20 Ministeriön tilannekatsaus - oikeusministeri<strong> Leena Meri&nbsp;</strong></p><p>&nbsp;</p><p>Klo 18.40 Keskustelu eduskuntavaaliehdokkuudesta</p><p>&nbsp;</p><p>Klo 19.00 Yleisökysymyksiä</p><p>&nbsp;</p><p>Klo 19.30 Tilaisuuden päätös</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Perussuomalaisia naisia politiikassa. Mukana ministeriöiden tilannekatsauksia."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqhw4am5m/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        }
    ]
}