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

{
    "meta": {
        "count": 31701,
        "next": "https://linkedevents.api.test.hel.ninja/v1/event/?format=api&is_free=true&page=3",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/event/?format=api&is_free=true"
    },
    "data": [
        {
            "id": "espoo_le:agqj7yojki",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15311/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65fm/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66aa/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz67zy/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7acu/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7ane/?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:p4354/?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": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqj7yohpy/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqj7yoifu/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqj7yoiry/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqj7yoi54/?format=api"
                }
            ],
            "images": [
                {
                    "id": 2386267,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-14T11:23:17.785987Z",
                    "last_modified_time": "2026-09-14T11:23:17.786006Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/b35b0321-9e5f-4725-be67-f7a4b7bbb4b1.jpg",
                    "name": "",
                    "cropping": "285,0,915,630",
                    "photographer_name": "MinttuFin, Getty Images",
                    "alt_text": "Eri värisiä keppihevosia rivissä",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386267/?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-09-14T11:24:30.901327Z",
            "last_modified_time": "2026-09-14T11:24:30.901344Z",
            "date_published": null,
            "start_time": "2026-09-18T15:00:00Z",
            "end_time": "2026-10-23T16:30:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": "recurring",
            "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": "Perhealue",
                "sv": "Perhealue",
                "en": "Perhealue"
            },
            "provider": null,
            "name": {
                "fi": "Keppariklubi",
                "sv": "Käpphästklubb",
                "en": "Hobby horse club"
            },
            "description": {
                "fi": "<p>Keppariklubi on lasten itse perustama kerho keppariharrastajille.  Klubi kokoontuu Tapiolan kirjaston perhealueella joka toinen perjantai klo 18-19.30. </p><p>Koollekutsujat ovat 9-vuotiaat kaverukset, joiden apuna toimivat kirjastolaiset. </p><p>Klubissa askarrellaan, leikitään, hoidetaan keppareita ja etsitään tietoa. Klubi on tarkoitettu 7-11 -vuotiaille. Myös lasten vanhemmat ovat tervetulleita tutustumaan klubiin. </p>",
                "sv": "<p>Keppariklubi är en förening som barnen själva har startat för dem som gillar käpphästar. </p><p><br></p><p><br></p>",
                "en": "<p>Keppariklubi is a club set up by the children themselves for hobby horse  enthusiasts.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa lasten omaan keppariklubiin. ",
                "sv": "Välkommen till barnens egen käpphästklubb.",
                "en": "Welcome to children´s own Hobby horse Club."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqj7yojki/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69923",
            "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:734/?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:p11617/?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": 2386265,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-14T11:15:41.423556Z",
                    "last_modified_time": "2026-09-14T11:15:41.423571Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_797271.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386265/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                }
            ],
            "created_time": "2026-09-14T11:15:41.291762Z",
            "last_modified_time": "2026-09-14T11:15:41.596939Z",
            "date_published": null,
            "start_time": "2026-11-14T12:00:00Z",
            "end_time": "2026-11-14T15: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": "Nuorten elokuvakerho",
                "sv": "Nuorten elokuvakerho",
                "en": "Nuorten elokuvakerho"
            },
            "description": {
                "fi": "<p>Tervetuloa Malmitalon nuorten elokuvakerhoon! Kurssi on suunnattu elokuvista kiinnostuneille 15–18 -vuotiaille nuorille.</p><p>Elokuvakerhon tapaamisissa katsotaan nuorten itse valitsemia elokuvia ja puretaan niitä yhteisen keskustelun äärellä. Keskusteluissa syvennetään suhdetta yhdessä katsottuun elokuvaan keskustelemalla sen aiheista, teemoista ja elokuvan herättämistä tunteista. Samalla keskustelu voi edistää ymmärrystä audiovisuaalisen kerronnan keinoista, elokuvien tekemisestä ja mahdollisesti myös elokuvahistoriasta. Tavoitteena kerhossa on yhdessä oppiminen rennon ja uteliaan keskustelun kautta, ei luentomainen opiskelu.<br> <br>Elokuvakerho kokoontuu neljästi, ja ohjelmaan valitaan nuorten toiveiden mukaan kolme pitkää elokuvaa. Ensimmäistä kertaa kerho kokoontuu lauantaina 10. lokakuuta, jolloin tutustutaan kerholaisten kesken ja sovitaan syksyn ohjelmasta. Tämän jälkeen seuraa kolme elokuvien katsomiselle ja keskustelulle omistettua kerhokertaa: lauantait 24. lokakuuta, 31. lokakuuta ja 7. marraskuuta. Avoin elokuvanäytös ja kerhon keskustelu järjestetään kunakin kurssikertana klo 15–18. Kurssin ohjaajana toimii elokuvatutkimuksen maisteri Aatos Ketvel.<br> <br>Tapaamiskerrat:<br>la 10.10. klo 16–18, Filipus, 2.krs<br>la 24.10. klo 15–18, Kino Helios<br>la 7.11. klo 15–18, Kino Helios<br>la 14.11. klo 14–17, Kino Helios / Huom! Aloitus tuntia aikaisemmin</p><p>----<br>Maksuton, vaatii ilmoittautumisen<br>Ilmoittautumislinkki: https://harrastukset.hel.fi/fi/kurssit/helsinki:agqdqr2ztu</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa Malmitalon nuorten elokuvakerhoon! Kurssi on suunnattu elokuvista kiinnostuneille 15–18 -vuotiaille nuorille."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/08B9084057EFE5791CA9511DCAB125AB/Nuorten_elokuvakerho",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/08B9084057EFE5791CA9511DCAB125AB/Nuorten_elokuvakerho",
                "en": "http://www.malmitalo.fi/en/events/event/08B9084057EFE5791CA9511DCAB125AB/Nuorten_elokuvakerho"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69923/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69921",
            "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:734/?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:p11617/?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": 2386264,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-14T11:15:39.392154Z",
                    "last_modified_time": "2026-09-14T11:15:39.392171Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_797269.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386264/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                }
            ],
            "created_time": "2026-09-14T11:15:39.242710Z",
            "last_modified_time": "2026-09-14T11:15:39.563866Z",
            "date_published": null,
            "start_time": "2026-11-07T13:00:00Z",
            "end_time": "2026-11-07T16: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": "Nuorten elokuvakerho",
                "sv": "Nuorten elokuvakerho",
                "en": "Nuorten elokuvakerho"
            },
            "description": {
                "fi": "<p>Tervetuloa Malmitalon nuorten elokuvakerhoon! Kurssi on suunnattu elokuvista kiinnostuneille 15–18 -vuotiaille nuorille.</p><p>Elokuvakerhon tapaamisissa katsotaan nuorten itse valitsemia elokuvia ja puretaan niitä yhteisen keskustelun äärellä. Keskusteluissa syvennetään suhdetta yhdessä katsottuun elokuvaan keskustelemalla sen aiheista, teemoista ja elokuvan herättämistä tunteista. Samalla keskustelu voi edistää ymmärrystä audiovisuaalisen kerronnan keinoista, elokuvien tekemisestä ja mahdollisesti myös elokuvahistoriasta. Tavoitteena kerhossa on yhdessä oppiminen rennon ja uteliaan keskustelun kautta, ei luentomainen opiskelu.<br> <br>Elokuvakerho kokoontuu neljästi, ja ohjelmaan valitaan nuorten toiveiden mukaan kolme pitkää elokuvaa. Ensimmäistä kertaa kerho kokoontuu lauantaina 10. lokakuuta, jolloin tutustutaan kerholaisten kesken ja sovitaan syksyn ohjelmasta. Tämän jälkeen seuraa kolme elokuvien katsomiselle ja keskustelulle omistettua kerhokertaa: lauantait 24. lokakuuta, 31. lokakuuta ja 7. marraskuuta. Avoin elokuvanäytös ja kerhon keskustelu järjestetään kunakin kurssikertana klo 15–18. Kurssin ohjaajana toimii elokuvatutkimuksen maisteri Aatos Ketvel.<br> <br>Tapaamiskerrat:<br>la 10.10. klo 16–18, Filipus, 2.krs<br>la 24.10. klo 15–18, Kino Helios<br>la 7.11. klo 15–18, Kino Helios<br>la 14.11. klo 14–17, Kino Helios / Huom! Aloitus tuntia aikaisemmin</p><p>----<br>Maksuton, vaatii ilmoittautumisen<br>Ilmoittautumislinkki: https://harrastukset.hel.fi/fi/kurssit/helsinki:agqdqr2ztu</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa Malmitalon nuorten elokuvakerhoon! Kurssi on suunnattu elokuvista kiinnostuneille 15–18 -vuotiaille nuorille."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/073B2B8249AFB3712B6E899BB9197D08/Nuorten_elokuvakerho",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/073B2B8249AFB3712B6E899BB9197D08/Nuorten_elokuvakerho",
                "en": "http://www.malmitalo.fi/en/events/event/073B2B8249AFB3712B6E899BB9197D08/Nuorten_elokuvakerho"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69921/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69922",
            "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:734/?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:p11617/?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": 2386263,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-14T11:15:34.859454Z",
                    "last_modified_time": "2026-09-14T11:15:34.859471Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_797270.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386263/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                }
            ],
            "created_time": "2026-09-14T11:15:34.698992Z",
            "last_modified_time": "2026-09-14T11:15:35.035172Z",
            "date_published": null,
            "start_time": "2026-10-24T12:00:00Z",
            "end_time": "2026-10-24T15: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": "Nuorten elokuvakerho",
                "sv": "Nuorten elokuvakerho",
                "en": "Nuorten elokuvakerho"
            },
            "description": {
                "fi": "<p>Tervetuloa Malmitalon nuorten elokuvakerhoon! Kurssi on suunnattu elokuvista kiinnostuneille 15–18 -vuotiaille nuorille.</p><p>Elokuvakerhon tapaamisissa katsotaan nuorten itse valitsemia elokuvia ja puretaan niitä yhteisen keskustelun äärellä. Keskusteluissa syvennetään suhdetta yhdessä katsottuun elokuvaan keskustelemalla sen aiheista, teemoista ja elokuvan herättämistä tunteista. Samalla keskustelu voi edistää ymmärrystä audiovisuaalisen kerronnan keinoista, elokuvien tekemisestä ja mahdollisesti myös elokuvahistoriasta. Tavoitteena kerhossa on yhdessä oppiminen rennon ja uteliaan keskustelun kautta, ei luentomainen opiskelu.<br> <br>Elokuvakerho kokoontuu neljästi, ja ohjelmaan valitaan nuorten toiveiden mukaan kolme pitkää elokuvaa. Ensimmäistä kertaa kerho kokoontuu lauantaina 10. lokakuuta, jolloin tutustutaan kerholaisten kesken ja sovitaan syksyn ohjelmasta. Tämän jälkeen seuraa kolme elokuvien katsomiselle ja keskustelulle omistettua kerhokertaa: lauantait 24. lokakuuta, 31. lokakuuta ja 7. marraskuuta. Avoin elokuvanäytös ja kerhon keskustelu järjestetään kunakin kurssikertana klo 15–18. Kurssin ohjaajana toimii elokuvatutkimuksen maisteri Aatos Ketvel.<br> <br>Tapaamiskerrat:<br>la 10.10. klo 16–18, Filipus, 2.krs<br>la 24.10. klo 15–18, Kino Helios<br>la 7.11. klo 15–18, Kino Helios<br>la 14.11. klo 14–17, Kino Helios / Huom! Aloitus tuntia aikaisemmin</p><p>----<br>Maksuton, vaatii ilmoittautumisen<br>Ilmoittautumislinkki: https://harrastukset.hel.fi/fi/kurssit/helsinki:agqdqr2ztu</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa Malmitalon nuorten elokuvakerhoon! Kurssi on suunnattu elokuvista kiinnostuneille 15–18 -vuotiaille nuorille."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/9FDF5AD5E7D5D3B182D6CCC4657C397E/Nuorten_elokuvakerho",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/9FDF5AD5E7D5D3B182D6CCC4657C397E/Nuorten_elokuvakerho",
                "en": "http://www.malmitalo.fi/en/events/event/9FDF5AD5E7D5D3B182D6CCC4657C397E/Nuorten_elokuvakerho"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69922/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69927",
            "has_user_editable_resources": false,
            "location": null,
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:205/?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:734/?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:p11617/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1235/?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": 2386262,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-14T11:15:29.501634Z",
                    "last_modified_time": "2026-09-14T11:15:29.501651Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796737.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386262/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                }
            ],
            "created_time": "2026-09-14T11:15:29.353826Z",
            "last_modified_time": "2026-09-14T11:15:29.817199Z",
            "date_published": null,
            "start_time": "2026-10-10T13:00:00Z",
            "end_time": "2026-10-10T15: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": "Nuorten elokuvakerho",
                "sv": "Nuorten elokuvakerho",
                "en": "Nuorten elokuvakerho"
            },
            "description": {
                "fi": "<p>Tervetuloa Malmitalon nuorten elokuvakerhoon! Kurssi on suunnattu elokuvista kiinnostuneille 15–18 -vuotiaille nuorille.</p><p>Elokuvakerhon tapaamisissa katsotaan nuorten itse valitsemia elokuvia ja puretaan niitä yhteisen keskustelun äärellä. Keskusteluissa syvennetään suhdetta yhdessä katsottuun elokuvaan keskustelemalla sen aiheista, teemoista ja elokuvan herättämistä tunteista. Samalla keskustelu voi edistää ymmärrystä audiovisuaalisen kerronnan keinoista, elokuvien tekemisestä ja mahdollisesti myös elokuvahistoriasta. Tavoitteena kerhossa on yhdessä oppiminen rennon ja uteliaan keskustelun kautta, ei luentomainen opiskelu.<br> <br>Elokuvakerho kokoontuu neljästi, ja ohjelmaan valitaan nuorten toiveiden mukaan kolme pitkää elokuvaa. Ensimmäistä kertaa kerho kokoontuu lauantaina 10. lokakuuta, jolloin tutustutaan kerholaisten kesken ja sovitaan syksyn ohjelmasta. Tämän jälkeen seuraa kolme elokuvien katsomiselle ja keskustelulle omistettua kerhokertaa: lauantait 24. lokakuuta, 31. lokakuuta ja 7. marraskuuta. Avoin elokuvanäytös ja kerhon keskustelu järjestetään kunakin kurssikertana klo 15–18. Kurssin ohjaajana toimii elokuvatutkimuksen maisteri Aatos Ketvel.<br> <br>Tapaamiskerrat:<br>la 10.10. klo 16–18, Filipus, 2.krs<br>la 24.10. klo 15–18, Kino Helios<br>la 7.11. klo 15–18, Kino Helios<br>la 14.11. klo 14–17, Kino Helios / Huom! Aloitus tuntia aikaisemmin</p><p>----<br>Maksuton, vaatii ilmoittautumisen<br>Ilmoittautumislinkki: https://harrastukset.hel.fi/fi/kurssit/helsinki:agqdqr2ztu</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa Malmitalon nuorten elokuvakerhoon! Kurssi on suunnattu elokuvista kiinnostuneille 15–18 -vuotiaille nuorille."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/DE0404DB244ECF810C02BD7C67F61D97/Nuorten_elokuvakerho",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/DE0404DB244ECF810C02BD7C67F61D97/Nuorten_elokuvakerho",
                "en": "http://www.malmitalo.fi/en/events/event/DE0404DB244ECF810C02BD7C67F61D97/Nuorten_elokuvakerho"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69927/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69907",
            "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: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/kulke:755/?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": 2386253,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-14T06:14:56.539297Z",
                    "last_modified_time": "2026-09-14T06:14:56.539416Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_797260.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386253/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-14T06:14:56.329390Z",
            "last_modified_time": "2026-09-14T11:15:20.985398Z",
            "date_published": null,
            "start_time": "2026-09-23",
            "end_time": "2026-10-17",
            "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": "Veikko Ruuskanen: Boiler Rooms of the Imagination – Machines That Never Were",
                "sv": "Veikko Ruuskanen: Boiler Rooms of the Imagination – Machines That Never Were",
                "en": "Veikko Ruuskanen: Boiler Rooms of the Imagination – Machines That Never Were"
            },
            "description": {
                "fi": "<p>Avajaiset Malmitalon galleriassa ke 23.9. klo 17–19. Avajaisissa esiintyy Timo Kaukolampi (K-X-P). Vapaa pääsy, tervetuloa!</p><p>A sense of something left unfinished.<br>Not abandoned, but lingering — echoes and fragments of forgotten narratives drifting toward one another, forming new constellations.</p><p>Boiler Rooms of the Imagination -tilainstallaatio kutsuu kävijät maailmaan, jossa teknologinen nostalgia ja mielikuvitus antavat uuden elämän unohdetuille koneille ja kuvitelluille keksinnöille. Teollisen perinnön ja vaihtoehtoisten tulevaisuuksien estetiikasta ammentava, elämyksellinen tila tutkii muutoksen, muiston ja rappion kauneutta.</p><p>Steampunkin visuaaliseen kieleen nojaava Boiler Rooms of the Imagination kuvittelee vaihtoehtoisia historioita ja mahdottomia keksintöjä. Kierrätysmateriaaleista valmistetut monimutkaiset koneet sulautuvat orgaanisiin muotoihin luoden tilan, joka tuntuu sekä tutulta että vieraalta. Teoksissa näkyy käsityöläisyyden arvostus ja usko keskeneräisiin, epäonnistuneisiin tai unohtuneisiin keksintöihin — tulevaisuuksiin, jotka eivät koskaan toteutuneet mutta jotka yhä elävät näissä koneissa.</p><p>Veikko \"Rudi\" Ruuskanen on 68-vuotias omaehtoinen taiteilija, jonka työ keskittyy kierrätysmateriaalien muuntamiseen veistoksellisiksi ympäristöiksi ja installaatioiksi. Ilmaisua on muovannut vuosikymmenten kokemus äänen ja valon parissa. Vanhat tehdasmiljööt, pannuhuoneet, putket ja mittarit toimivat toistuvina lähtökohtina, kun taas kuvataiteilijoiden Jani Hännisen ja Elina Merenmiehen työ on vaikuttanut hänen visuaalisen kielensä kehittymiseen.<br>Ruuskanen edustaa ITE-taiteen ydintä: omaehtoista, instituutioiden ulkopuolella syntynyttä ilmaisua, jossa elämänkokemus ja tekemisen ilo näkyvät suoraan teoksissa.</p><p>Lähes kahdenkymmenen vuoden ajan Ruuskanen on luonut joulu- ja halloween-installaatioita lähialueiden perheille sekä somistanut Tapanilassa Tilauskonditoria Mayran näyteikkunaa vuosien ajan.</p><p>Taiteilija on tavattavissa näyttelyn avajaisissa ke 23.9. klo 17–19 sekä la 26.9. klo 12–18, jolloin taiteilija soittaa Malmitalon galleriassa DJ-setin.</p>",
                "en": "<p>Opening at Malmitalo Gallery, Wed 23 Sep, 5–7 PM. Live performance by Timo Kaukolampi (K-X-P) at the opening. Free admission, all welcome!</p><p>A sense of something left unfinished.<br>Not abandoned, but lingering — echoes and fragments of forgotten narratives drifting toward one another, forming new constellations.</p><p>This exhibition invites visitors into a world where industry meets imagination and forgotten machines acquire new life. Inspired by the aesthetics of industrial heritage and forgotten technologies, this immersive space explores the beauty of transformation, memory and decay.</p><p>Drawing from the visual language of steampunk, Boiler Rooms of the Imagination pictures alternative histories and impossible inventions. Rusted surfaces, intricate machinery and dreamlike structures merge with organic forms, creating a space that feels both familiar and otherworldly. Together, the works celebrate craftsmanship, curiosity, and the strange comfort of technologies that led nowhere — a tribute to futures imagined, abandoned, and quietly kept alive.</p><p>Veikko \"Rudi\" Ruuskanen (b. 1950s) is a Finnish self-taught (ITE) artist whose practice centres on the transformation of reclaimed materials into sculptural environments and installations, shaped by decades of work in sound and lighting. Influenced by the aesthetic qualities of vintage machinery, industrial infrastructure and forgotten technologies, he explores the meeting point of imagination, memory and material culture. Old factory interiors, boiler rooms, pipes and measuring instruments serve as recurring points of departure, while the work of Finnish artists Jani Hänninen and Elina Merenmies has informed the development of his atmospheric visual language.</p><p>For nearly twenty years, Ruuskanen has also created immersive Christmas and Halloween installations for local communities, alongside his window displays for Tilauskonditoria Mayra in Tapanila.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Avajaiset Malmitalon galleriassa ke 23.9. klo 17–19. Avajaisissa esiintyy Timo Kaukolampi (K-X-P). Vapaa pääsy, tervetuloa!",
                "en": "Opening at Malmitalo Gallery, Wed 23 Sep, 5–7 PM. Live performance by Timo Kaukolampi (K-X-P) at the opening. Free admission, all welcome!"
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/59B152A1467D1D571EE99EBA924042FC/Veikko_Ruuskanen_Boiler_Rooms_of_the_Imagination",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/59B152A1467D1D571EE99EBA924042FC/Veikko_Ruuskanen_Boiler_Rooms_of_the_Imagination",
                "en": "http://www.malmitalo.fi/en/events/event/59B152A1467D1D571EE99EBA924042FC/Veikko_Ruuskanen_Boiler_Rooms_of_the_Imagination"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69907/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqj7lg6ya",
            "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:p1810/?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": 1824133,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2025-08-06T10:18:16.043447Z",
                    "last_modified_time": "2025-08-06T10:18:16.043462Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/9a937414-952a-49b1-972d-5373ca284de9.jpg",
                    "name": "",
                    "cropping": "420,0,1500,1080",
                    "photographer_name": "",
                    "alt_text": "Ihmisiä rekrytointitapahtumassa.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1824133/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:aggo3dhzjq/?format=api"
                }
            ],
            "created_time": "2026-09-14T10:39:17.933896Z",
            "last_modified_time": "2026-09-14T10:39:17.933926Z",
            "date_published": null,
            "start_time": "2026-10-08T09:00:00Z",
            "end_time": "2026-10-08T12: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": "Sellon kirjasto, Leppävaarankatu 9, 02600 Espoo",
                "sv": "Sello biblioteket",
                "en": "\nSello Library"
            },
            "provider": {
                "fi": "Espoon työllisyyspalvelut",
                "sv": "Esbo sysselsättningtjänster",
                "en": "Espoo Employment Services"
            },
            "name": {
                "fi": "Työnantajatreffit rekrytointitapahtuma",
                "sv": "Työnantajatreffit rekryteringsevenemang",
                "en": "Työnantajatreffit recruitment event "
            },
            "description": {
                "fi": "<p>Tapahtuma on maksuton ja avoin kaikille työnhakijoille. Mukana on useiden eri alojen työnantajia, jotka rekrytoivat osaajia juuri nyt. Lämpimästi tervetuloa Sellon kirjastoon tapaamaan työnantajia!</p><p>Mukana rekrytoimassa (lista päivittyy):</p><p>Espoon kaupunki</p><p>Huoltoritarit</p><p>Lempi Siivous Oy</p><p>Nordic Job Center</p><p>Osuuskunta verkottaja</p><p>Rise</p><p>SmartWorkers</p><p>Teampa Henkilöstöpalvelut</p><p>&nbsp;</p><p>Lisäksi koulutus- ja työnhaun neuvontaa tarjolla.</p><p>Tapahtuman järjestää Espoon työllisyyspalvelut.</p><p>#SinunTyösiPuolella #HelloEspoo</p>",
                "sv": "<p>Evenemanget är gratis och öppet för alla arbetssökande. Det finns arbetsgivare från många olika områden som rekryterar experter just nu. Varmt välkomna alla arbetssökande till Sello bibliotek och träffa arbetsgivare!</p><p>Med i rekryteringen (listan kommer att uppdateras närmare evenemanget):</p><p>Espoon kaupunki</p><p>Huoltoritarit</p><p>Lempi Siivous Oy</p><p>Nordic Job Center</p><p>Osuuskunta verkottaja</p><p>Rise</p><p>SmartWorkers</p><p>Teampa Henkilöstöpalvelut</p><p><br></p><p>Dessutom erbjuds jobbsökar- och utbildningsvägledning.</p><p>Evenemanget ordnas av Esbo sysselsättningstjänster.</p><p>#FörDittArbete #HelloEspoo</p>",
                "en": "<p>The event is free and open to all job seekers. Employers from many different fields who are currently recruiting are participating. You are warmly welcome to join us to Sello Library and meet the employers!</p><p>Employers (the list will be updated closer to the event):</p><p>Espoon kaupunki</p><p>Huoltoritarit</p><p>Lempi Siivous Oy</p><p>Nordic Job Center</p><p>Osuuskunta verkottaja</p><p>Rise</p><p>SmartWorkers</p><p>Teampa Henkilöstöpalvelut</p><p>&nbsp;</p><p>In addition, job search and education counselling are available.</p><p>The event is organised by the Espoo Employment Services.</p><p>#YourWorkIsOurWork #HelloEspoo</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Etsitkö töitä? Tule tapaamaan työnantajia perinteiseen rekrytointitapahtumaan.",
                "sv": "Söker du arbete? Kom och träffa arbetsgivare på traditionella rekryteringsevenemang.",
                "en": "Looking for a job? Meet employers at the traditional recruitment event."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqj7lg6ya/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69716",
            "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:45/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:52/?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:p39492/?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": 2385852,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-19T08:14:33.107800Z",
                    "last_modified_time": "2026-08-19T08:14:33.107816Z",
                    "url": "http://www.vuotalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_795603.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385852/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-19T08:14:32.979001Z",
            "last_modified_time": "2026-09-14T09:15:28.075076Z",
            "date_published": null,
            "start_time": "2026-10-10T15:00:00Z",
            "end_time": "2026-10-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": "Vuosaari-Seuran 60-vuotisjuhlagaala Vuosalissa",
                "sv": "Nordsjö-sällskapets 60-årsjubileumsgala i Nordsalen",
                "en": "Vuosaari-seura’s 60th Anniversary Gala in Vuosali Hall"
            },
            "description": {
                "fi": "<p>Vuosaari-Seura täyttää tänä vuonna 60 vuotta ja kutsuu kaikkia vuosaarelaisia juhlimaan Vuotaloon.</p><p>Juhlagaalan ohjelmassa on paikallisten toimijoiden ja taiteilijoiden monipuolinen kattaus musiikkia, teatteria ja sirkusta. Hugo-kalastaja (<b>Eero Hilden</b>) ja teatteriohjaaja <b>Nea Virtanen</b> vievät osallistujat matkalle Vuosaareen historiaan, nykyhetkeen ja tulevaisuuteen.</p><p>Koko perheen juhlagaalat järjestetään kahtena iltana: 9. ja 10.10. Perjantain 9.10. gaala sopii 12 vuotta täyttäneille lapsille. Lauantain 10.10. gaalassa on ohjelmaa myös pienemmille, ja se sopii 5 vuotta täyttäneille.</p><p>Lämpimästi tervetuloa!</p><p>Kieli: suomi<br>Kesto: 2 tuntia, sisältäen väliajan<br>Ikäsuositus: 12 + (pe 9.10.) / 5 + (la 10.10.)</p><p>Ilmaiset liput 17.9.2026 alkaen osoitteesta Fienta.fi:</p><p><u><a href=\"https://fienta.com/fi/vuosaari-seuran-60-v-juhlagaala-vuotalossa\">Ilmoittaudu tästä pe 9.10. tilaisuuteen</u></a>.</p><p><u><a href=\"https://fienta.com/fi/vuosaari-seuran-60-v-juhlagaala-vuotalossa-183011\">Ilmoittaudu tästä la 10.10. tilaisuuteen</u</a>.</p><p>Järjestäjä: Vuosaari-Seura https://kaupunginosat.fi/vuosaari/</p><p>Tapahtuman järjestää: Vuosaari-Seura</p><p>https://kaupunginosat.fi/vuosaari/</p>",
                "sv": "<p>Nordsjö-sällskapet firar i år sitt 60-årsjubileum och bjuder in alla invånare i Nordsjö att fira på Nordhuset.</p><p>Programmet för festgalan består av ett varierat utbud av musik, teater och cirkus från lokala aktörer och konstnärer. Fiskaren Hugo (<b>Eero Hilden</b>) och teaterregissören <b>Nea Virtanen</b> tar deltagarna med på en resa genom Nordsjös historia, nutid och framtid. <br> <br>Festgalor för hela familjen ordnas under två kvällar: 9 och 10 oktober. Galan på fredagen den 9 oktober är avsedd för barn som har fyllt 12 år. Vid galan den 10 oktober finns det program också för de yngre, och den är lämplig för barn som fyllt 5 år.</p><p>Varmt välkommen! <br> <br>Språk: finska <br>Längd: 2 h, inklusive paus</p><p>Åldersrekommendation: 12+ (fr 9.10)/5+ (lö 10.10)</p><p>Fritt inträde: <u><a href=\"https://fienta.com/fi/o/39939\">Obligatorisk platsbokning i förväg på fienta.com (på finska)</u></a>.</p><p>Evenemangsarrangör: Nordsjö-sällskapet</p>",
                "en": "<p>The Vuosaari-seura association is celebrating its 60th anniversary this year and invites all Vuosaari residents to join the celebrations at Vuosaari House.</p><p>The gala programme features a diverse line-up of music, theatre and circus performances by local operators and artists. Hugo the fisherman (<b>Eero Hilden</b>) and theatre director <b>Nea Virtanen</b> take participants on a journey through Vuosaari’s history, present and future. <br> <br>The gala events for the whole family are held over two evenings: 9 and 10 October. The gala on Friday 9 October is suitable for children aged 12 and over. The gala on 10 October features entertainment for younger children as well, and is suitable for ages 5 and over.</p><p>We hope to see you there!</p><p>Language: Finnish <br>Duration: 2 h, incl. intermission</p><p>Recommended age: 12+ (Fri 9 Oct) / 5+ (Sat 10 Oct)</p><p>Free entry; <u><a href=\"https://fienta.com/fi/o/39939\">advance registration is required via fienta.com (in Finnish)</u></a>.</p><p>The event is organised by: Vuosaari-seura</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Vuosaari-Seura täyttää tänä vuonna 60 vuotta ja kutsuu kaikkia vuosaarelaisia juhlimaan Vuotaloon.",
                "sv": "Nordsjö-sällskapet firar i år sitt 60-årsjubileum och bjuder in alla invånare i Nordsjö att fira på Nordhuset.",
                "en": "The Vuosaari-seura association is celebrating its 60th anniversary this year and invites all Vuosaari residents to join the celebrations at Vuosaari House."
            },
            "info_url": {
                "fi": "http://www.vuotalo.fi/fi/tapahtumat/event/DD96E0A286BC606698516CF4D91E76DB/Vuosaari-Seuran_60-vuotisjuhlagaala_Vuosalissa",
                "sv": "http://www.vuotalo.fi/sv/evenemang/event/DD96E0A286BC606698516CF4D91E76DB/Nordsjo-sallskapets_60-arsjubileumsgala_i_Nordsalen",
                "en": "http://www.vuotalo.fi/en/events/event/DD96E0A286BC606698516CF4D91E76DB/Vuosaari-seura_s_60th_Anniversary_Gala_in_Vuosali_Hall_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69716/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqj6py574",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15321/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ie/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ka/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65l4/?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:p2149/?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:p2846/?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:p8113/?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": 2386261,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-14T08:22:59.202443Z",
                    "last_modified_time": "2026-09-14T08:22:59.202464Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/1d96b7ff-8b54-4224-b6df-817104cc21a5.png",
                    "name": "",
                    "cropping": "0,107,426,533",
                    "photographer_name": "",
                    "alt_text": "Kuvassa on vohveli.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386261/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-14T08:31:25.904292Z",
            "last_modified_time": "2026-09-14T08:31:25.904309Z",
            "date_published": null,
            "start_time": "2026-09-18T12:00:00Z",
            "end_time": "2026-09-18T13: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": "Jukeboksi",
                "sv": "Jukeboksi",
                "en": "Jukeboksi"
            },
            "provider": null,
            "name": {
                "fi": "Vohvelijuhlat kirjaston keittiössä!",
                "sv": "Våffelfest i bibliotekets kök!",
                "en": "Waffle Party in the Library Kitchen!"
            },
            "description": {
                "fi": "<p>Neljäkymmentä ensimmäistä herkkusuuta pääsee rouskuttamaan kirjaston tarjoamia, vastapaistettuja vohveleita Jukeboksi-tilaan.&nbsp;</p><p>Vohvelit tehdään gluteenittomina ja laktoosittomina.&nbsp;</p><p>Samalla saat kuulla mitä hyödyllistä ja kutkuttavaa kirjastossa tapahtuu ja miten juuri sinä voit hyötyä kirjaston palveluista.&nbsp;</p><p>Tervetuloa nauttimaan ja viihtymään!</p>",
                "sv": "<p>De fyrtio första matglada besökarna får njuta av bibliotekets nybakade våfflor i Jukeboksi-rummet.</p><p>Våfflorna är gluten- och laktosfria.</p><p>Samtidigt får du höra om allt det intressanta och spännande som händer på biblioteket och hur just du kan dra nytta av bibliotekets tjänster.</p><p>Välkommen att njuta och ha det trevligt!</p>",
                "en": "<p>The first forty will get to munch on freshly baked waffles provided by the library in the Jukebox room.</p><p>The waffles are gluten-free and lactose-free.</p><p>At the same time, you’ll learn about all the useful and exciting things happening at the library and how you, in particular, can benefit from the library’s services.</p><p>Come enjoy yourself and have a great time!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Vohvelijuhlat kirjaston keittiössä!",
                "sv": "Våffelfest i bibliotekets kök!",
                "en": "Waffle Party in the Library Kitchen!"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqj6py574/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:68514",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:47/?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": 2385311,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-24T07:14:27.577251Z",
                    "last_modified_time": "2026-06-24T07:14:27.577266Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_790152.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385311/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-24T07:14:27.405050Z",
            "last_modified_time": "2026-09-14T08:15:22.394074Z",
            "date_published": null,
            "start_time": "2026-10-02",
            "end_time": "2026-10-24",
            "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": "Mirjam Yeboah: Emellan",
                "sv": "Mirjam Yeboah: Emellan",
                "en": "Mirjam Yeboah: Emellan"
            },
            "description": {
                "fi": "<p>Emellan on immersiivinen tekstiili-installaatio, jossa keho muuttuu tilaksi, muistoksi ja suojaksi.</p><p>Tekstiiliveistoksista ja äänimaisemasta rakentuva näyttely kutsuu kävijän astumaan sisään majamaiseen ympäristöön, jossa henkilökohtaiset muistot, kulttuurinen perintö ja keholliset kokemukset limittyvät toisiinsa.</p><p>Teos tarkastelee afrosuomalaista ja fante-suomenruotsalaista identiteettiä intersektionaalisesta näkökulmasta. Tilassa riippuvat tekstiiliveistokset ilmentävät erilaisia tapoja navigoida ympäröivässä maailmassa ja sen odotuksissa. Näyttelyn osallistavat elementit kutsuvat kävijän kokemaan teoksen koko kehollaan.</p><p><i>Emellan</i> rakentaa tilan, jossa aika ei ole lineaarista ja jossa yhteys esivanhempiin, yhteisöön ja omiin muistoihin on samanaikaisesti läsnä. Näyttely käsittelee identiteetin kerroksellisuutta aistillisuuden, lempeyden ja jaettujen kokemusten kautta. Se pohtii, millaisia tiloja voimme rakentaa, kun moninaisuus ei ole poikkeus vaan lähtökohta.</p><p>Installaation sisällä järjestetään näyttelyn aikana kolme osallistavaa työpajaa, joissa osallistujat voivat taiteilijan opastuksella jättää jälkensä teoskokonaisuuteen.</p><p>Näyttelyyn järjestetään <b>opastus suomalaisella viittomakielellä la 10.10.2026 klo 13.00–14.00.</b></p><p><b>Mirjam Yeboah</b> on suomalais-ghanalainen puvustukseen ja pedagogiikkaan erikoistunut tekstiilitaiteilija. Hänen taiteensa kumpuaa usein omien identiteettiensä risteyskohdista sekä dekolonisoivasta otteesta. Tekstiili on hänelle paitsi väline, myös itsessään kertova elementti – voimakas ja pehmeä. Siksi Mirjamia kiinnostaa erityisesti kehon, mielen ja materiaalin välinen suhde.</p>",
                "sv": "<p>Emellan är en immersiv textilinstallation där kroppen gestaltas som rum, minne och skydd.</p><p>Utställningen, som byggs upp av textilskulpturer och ett ljudlandskap, bjuder besökaren att stiga in i en kojliknande miljö där personliga minnen, kulturarv och kroppsliga erfarenheter flätas samman.</p><p>Verket utforskar afro-finländsk och fante-finlandssvensk identitet ur ett intersektionellt perspektiv. De hängande textilskulpturerna ger uttryck åt komplexa sätt att navigera i den omgivande världen och dess förväntningar. Utställningens deltagande element inbjuder besökaren att uppleva verket med hela kroppen.</p><p>Emellan skapar ett rum där tiden är icke-linjär och där förfäder, gemenskap och egna minnen kan vara närvarande samtidigt. Utställningen utforskar identitetens mångfacetterade natur genom sinnliga upplevelser, ömhet och delade erfarenheter. Den frågar hurdana rum vi kan skapa när mångfald inte är ett undantag, utan en utgångspunkt.</p><p>Under utställningen ordnas tre deltagande verkstäder i installationsmiljön, där deltagarna under konstnärens handledning kan lämna sina egna spår i verket.</p><p><b>En guidning på finskt teckenspråk</b> hålls på utställningen lördagen <b>den 10 oktober 2026 kl. 13.00–14.00.</b></p><p><b>Mirjam Yeboah</b> är en finsk-ghanansk textilkonstnär specialiserad på kostymdesign och pedagogik. Deras konst tar ofta avstamp i skärningspunkterna mellan deras egna identiteter samt i ett dekoloniserande grepp. För dem är textil inte bara ett medium, utan också ett berättande element i sig – kraftfullt och mjukt. Därför är Mirjam särskilt intresserad av förhållandet mellan kropp, psyke och material.</p>",
                "en": "<p>Emellan is an immersive textile installation in which the body manifests as space, memory and shelter.</p><p>Composed of textile sculptures and a soundscape, the exhibition invites visitors to step into a den-like space where personal memories, cultural heritage and embodied experiences intertwine.</p><p>The work explores Afro-Finnish and Fante–Fenno-Swedish identity from an intersectional perspective. The suspended textile sculptures reflect complex ways of navigating the surrounding world and its expectations. The participatory elements of the exhibition invite visitors to experience the work with their whole bodies.</p><p>Emellan creates a space where time is nonlinear and where connections to ancestors, community and personal memories exist simultaneously. The exhibition explores the layered nature of identity through sensory impressions, care and shared experiences. It asks what kinds of spaces we can create when diversity is not an exception, but a starting point.</p><p>During the exhibition, three participatory workshops will be held in the installation space. Guided by the artist, participants can leave their own marks on the work.</p><p><b>A guided tour</b> of the exhibition will be held <b>in Finnish Sign Language on Saturday October 10, 2026, from 1:00 to 2:00 p.m.</b></p><p><b>Mirjam Yeboah</b> is a Finnish-Ghanaian textile artist specialising in costume design and pedagogy. Their art often draws on the intersections of their own identities, as well as a decolonial approach. For them, textile is not only a medium, but a narrative element in itself – powerful and soft. That is why Mirjam is particularly interested in the relationship between body, mind and material.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Emellan on immersiivinen tekstiili-installaatio, jossa keho muuttuu tilaksi, muistoksi ja suojaksi.",
                "sv": "Emellan är en immersiv textilinstallation där kroppen gestaltas som rum, minne och skydd.",
                "en": "Emellan is an immersive textile installation in which the body manifests as space, memory and shelter."
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/2419EF4BAE3AA1102F82CFBA79F490A0/Mirjam_Yeboah_Emellan_",
                "sv": "http://www.caisa.fi/sv/evenemang/event/2419EF4BAE3AA1102F82CFBA79F490A0/Mirjam_Yeboah_Emellan_",
                "en": "http://www.caisa.fi/en/events/event/2419EF4BAE3AA1102F82CFBA79F490A0/Mirjam_Yeboah_Emellan_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:68514/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69393",
            "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: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/kulke:733/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p14004/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p15875/?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": 2385132,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-15T09:18:14.312408Z",
                    "last_modified_time": "2026-06-15T09:18:14.312420Z",
                    "url": "http://www.vuotalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_784154.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385132/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-15T09:18:14.166360Z",
            "last_modified_time": "2026-09-14T08:15:11.892611Z",
            "date_published": null,
            "start_time": "2026-09-15",
            "end_time": "2026-09-15T12: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": null,
            "provider": null,
            "name": {
                "fi": "Panssarilaiva Ilmarisen tuhosta 85 vuotta",
                "sv": "85 år sedan pansarskeppet Ilmarinen förstördes",
                "en": "85 years since the sinking of coastal defence ship Ilmarinen"
            },
            "description": {
                "fi": "<p>Dosentti, historioitsija Ville Jalovaara kertoo tammikuussa 2026 ilmestyneestä historiateoksestaan Ilmarinen 1941 – Operaatio Nordwind ja Suomi.</p><p>Suomen laivaston lippulaiva, panssarilaiva Ilmarinen, upposi ajettuaan miinaan Utön edustalla 13. syyskuuta 1941. Aluksen mukana menehtyi 271 miestä, ja tragedia salattiin Mannerheimin määräyksestä syksyyn 1945 asti.</p><p>Tapahtuman kieli: suomi<br>Tapahtuman kesto: 1 t 30 min<br>Vapaa pääsy</p>",
                "sv": "<p>Docenten och historikern Ville Jalovaara berättar om sitt historiska verk lmarinen 1941 – Operaatio Nordwind ja Suomi (Ilmarinen 1941 – Operation Norwind och Finland), som utkom i januari 2026.</p><p>Den finska flottans flaggskepp, pansarskeppet Ilmarinen, sjönk efter att ha kört på en mina utanför Utö den 13 september 1941. 271 män omkom tillsammans med fartyget, och tragedin hölls hemlig på order av Mannerheim fram till hösten 1945.</p><p>Evenemangets språk: finska</p><p>Evenemangets längd: 1 h 30 min.</p>",
                "en": "<p>Docent and historian Ville Jalovaara discusses his history book Ilmarinen 1941 – Operaatio Nordwind ja Suomi, published in January 2026.</p><p>The Finnish Navy’s flagship, the coastal defence ship Ilmarinen, sank after hitting a mine near the island of Utö on 13 September 1941. 271 crew members lost their lives, and the tragedy was kept secret on Mannerheim’s orders until the autumn of 1945.</p><p>Event language: Finnish</p><p>Event duration: 1 h 30 min</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Dosentti, historioitsija Ville Jalovaara kertoo tammikuussa 2026 ilmestyneestä historiateoksestaan Ilmarinen 1941 – Operaatio Nordwind ja Suomi.",
                "sv": "Docenten och historikern Ville Jalovaara berättar om sitt historiska verk lmarinen 1941 – Operaatio Nordwind ja Suomi (Ilmarinen 1941 – Operation Norwind och Finland), som utkom i januari 2026.",
                "en": "Docent and historian Ville Jalovaara discusses his history book Ilmarinen 1941 – Operaatio Nordwind ja Suomi, published in January 2026."
            },
            "info_url": {
                "fi": "http://www.vuotalo.fi/fi/tapahtumat/event/4BF83E61A4DBC4E043B5006DD82AF440/Panssarilaiva_Ilmarisen_tuhosta_85_vuotta",
                "sv": "http://www.vuotalo.fi/sv/evenemang/event/4BF83E61A4DBC4E043B5006DD82AF440/85_ar_sedan_pansarskeppet_Ilmarinen_forstordes_",
                "en": "http://www.vuotalo.fi/en/events/event/4BF83E61A4DBC4E043B5006DD82AF440/85_years_since_the_sinking_of_coastal_defence_ship_Ilmarinen_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69393/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69911",
            "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:45/?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": 2386254,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-14T06:15:03.641866Z",
                    "last_modified_time": "2026-09-14T06:15:03.641891Z",
                    "url": "http://www.vuotalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_797249.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386254/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-14T06:15:03.424941Z",
            "last_modified_time": "2026-09-14T06:15:03.847270Z",
            "date_published": null,
            "start_time": "2026-10-05",
            "end_time": "2026-10-29",
            "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": "Crazy Invalid – taidetta Kurjesta – Näyttely",
                "sv": "Crazy Invalid – taidetta Kurjesta",
                "en": "Crazy Invalid – taidetta Kurjesta"
            },
            "description": {
                "fi": "<p>Tervetuloa tutustumaan Toimintakeskus Kurjen asiakkaiden taidenäyttelyyn, jossa luovuus, huumori ja oman elämän kokemukset saavat näkyä ja kuulua.</p><p>Toimintakeskus Kurki tarjoaa päivä- ja iltatoimintaa erityistä tukea tarvitseville, kehitysvammaisille, vaikeavammaisille ja autismikirjon henkilöille. Kurjessa taide ja kulttuuri ovat tärkeä osa arkea. Maalaaminen, musiikki, luovuus ja erilaiset kulttuuritoiminnot tarjoavat mahdollisuuden ilmaista itseään, kokeilla uutta ja tehdä asioita yhdessä.</p><p>Tämän näyttelyn taiteilijat ovat Kurjen omia asiakkaita. Teoksia on syntynyt Kurjen iltaryhmässä sekä eri päivätoiminnan ryhmissä. Taiteilijat ammentavat aiheita omasta elämästään, kokemuksistaan ja ympäröivästä maailmasta. Teoksissa näkyy monenlaisia tunteita, ajatuksia ja näkökulmia – ja usein myös ripaus huumoria.</p><p>Näyttelyn nimi ”Crazy Invalid” sai alkunsa yhden asiakkaan humoristisesta ideasta. Nimi kuvastaa hyvin näyttelyn rentoa ja ennakkoluulotonta henkeä: taiteessa saa olla hassuttelua, oivalluksia ja yllätyksiä. Näyttelyssä on mukana koko ikänsä taidetta tehneitä, ennenkin näyttelyihin osallistuneita, ja ensikertalaisia ja kaikkia siltä väliltä.</p><p>Nimi Kurki on saanut alkunsa perustajien suvusta. Toiminta on alusta lähtien ollut pienimuotoista ja perheenomaista. Kurjessa halutaan, että jokainen voi tulla omana itsenään kohdatuksi, kuulluksi ja huomioiduksi. Voit tutustua toimintaan www.kurkikeskus.fi, FB, IG ja TIKTOK: Toimintakeskus Kurki tai ottaa yhteyttä info@kurkikeskus.fi</p><p>Tule katsomaan, millaista taidetta syntyy, kun annetaan luovuudelle tilaa! Näyttely on esillä 5.-29.10.2026 Vuotalon 2. kerroksen vitriinikäytävässä. Tervetuloa avajaisiin 5.10.2026 klo 18:00–19:00!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa tutustumaan Toimintakeskus Kurjen asiakkaiden taidenäyttelyyn, jossa luovuus, huumori ja oman elämän kokemukset saavat näkyä ja kuulua."
            },
            "info_url": {
                "fi": "http://www.vuotalo.fi/fi/tapahtumat/event/658F8C9A8D1CB4EB7B0F4F1F53BF9CAF/Crazy_Invalid_taidetta_Kurjesta",
                "sv": "http://www.vuotalo.fi/sv/evenemang/event/658F8C9A8D1CB4EB7B0F4F1F53BF9CAF/Crazy_Invalid_taidetta_Kurjesta",
                "en": "http://www.vuotalo.fi/en/events/event/658F8C9A8D1CB4EB7B0F4F1F53BF9CAF/Crazy_Invalid_taidetta_Kurjesta"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69911/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqjltn2wy",
            "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"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p360/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p5121/?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": 2386252,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-09-12T12:29:02.149830Z",
                    "last_modified_time": "2026-09-12T12:29:02.149854Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/902988b8-b698-4a7a-b07c-5f6d5321e8ac.jpg",
                    "name": "",
                    "cropping": "503,0,1797,1294",
                    "photographer_name": "",
                    "alt_text": "Sari Penttilä & Johanna Susiviita: Salattu Valo",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386252/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-12T12:52:27.747406Z",
            "last_modified_time": "2026-09-12T12:55:21.513932Z",
            "date_published": "2026-09-12T12:27:00Z",
            "start_time": "2026-09-20T07:00:00Z",
            "end_time": "2026-10-09T15: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": "Galleria Anna",
                "sv": "Galleri Anna",
                "en": "Gallery Anna"
            },
            "provider": null,
            "name": {
                "fi": "Sari Penttilä & Johanna Susiviita: Salattu Valo (taidenäyttely)",
                "sv": "Sari Penttilä & Johanna Susiviita: Salattu Valo (konstutställning)",
                "en": "Sari Penttilä & Johanna Susiviita: Salattu Valo (art exhibition)"
            },
            "description": {
                "fi": "<p>Mitä tapahtuu, kun tutut asiat asetetaan uuteen valoon ja tuodaan osaksi uutta keskustelua? <em>Salainen Valo</em> on kahden taiteilijan kiehtova yhteisnäyttely, joka syntyy kohtaamisesta, uudesta näkökulmasta ja visuaalisesta vuoropuhelusta.</p><p>Tässä näyttelyssä <strong>Sari Penttilä</strong>n teokset kohtaavat <strong>Johanna Susiviidan</strong> maailman. Heidän taiteensa kietoutuu yhteen luoden tilaan hienovaraisen valon ja varjon leikin. Esille asetetut teokset eivät vain täydennä toisiaan,vaan ne&nbsp;haastavat katsojan löytämään pintaa syvemmälle kätkeytyvät tunnelmat, salaisuudet ja oivallukset.&nbsp;Se on valoa, joka ei sokaise, vaan opastaa ja herää eloon taiteilijoiden ja katsojan välisessä kohtaamisessa.&nbsp;</p><p>Tervetuloa kokemaan, miten tuttu muuttuu uudenlaiseksi ja miten salainen valo paljastaa itsensä.</p>\nSari Penttilä&nbsp;<p>\"Olen harrastelijataiteilija, jonka into maalauksiin ja taiteeseen laajemmin saa pontta uteliaasta mielenmaisemastani, kokeilunhalusta ja lapsenomaisesta kiinnostuksesta moniin asioihin. Ilman valmiita suunnitelmia maalauksille, maalaaminen ja lopputulos yllättää aina. Taulut syntyvät kuin itsestään, villeinä ja vapaina. Epätäydellisinäkin ne ovat täydellisiä, aivan kuten ihmiset.</p><p>Maalaukset syntyvät intuitiolla, joka on kuin \"salainen valo - se on näkymätön voima, sisäinen tunnelma ja herkkä kipinä, joka elää meissä kaikissa ja luonnossa. Maalaukset syntyvät puhtaasta luomisen ilosta, hetken intuitiosta ammentaen inspiraatiosta elämästäni, meditatiivisestä rauhasta ja tunnetiloista.&nbsp;</p><p>Taulut syntyivät minun ollessa hiljaa ja niin ne saavat nyt jatkossakin itse puhua teille. Mitä sinä niissä näet? Mitä sinussa liikahtaa? Löydätkö oman salaisen valosi? Maista taiteen taikavoimaa!\"</p><ul><li>Lisätietoja: <a href=\"https://saripenttila.com/\"><em>saripenttila.com</em></a></li></ul>\nJohanna Susiviita<p>\"Olen taitelija, jonka työskentelyä ohjaa vahva intuitio ja hetken inspiraatio. En suunnittele teoksiani etukäteen, vaan annan siveltimen, värien ja erilaisten ideoiden viedä mennessään. Maalausprosessi on minulle tutkimusmatka, jossa lopputulos on usein suuri yllätys.&nbsp;&nbsp;</p><p>Tässä näyttelyssä nähtävät teokset ovat intuition, värien ja muotojen leikkiä. Niissä yhdistyvät elämän rosoisuus, valon ja varjon jännite sekä hetket, jotka ansaitsivat tulla vangituksi.</p><p>Kankaalle syntyy kerros kerrokselta tarinoita, joissa vahvat kontrastit, luonnon mystiikka ja elävät tekstuurit kohtaavat. Koska teokseni syntyvät puhtaasta alitajunnan virrasta, toivon niiden jättävän tilaa myös&nbsp;katsojan omille tulknnoille, muistoille ja mielikuville.&nbsp;</p><p>Astu sisään näihin hetkiin ja katso, mitä ne sinulle paljastavat!\"</p><ul><li>Instagram: <a href=\"https://instagram.com/artsusiviita\"><em>@artsusiviita</em></a></li></ul><p>Taidenäyttely on nähtävissä kirjaston aukioloaikoina. Tervetuloa!</p>",
                "sv": "<p>En fascinerande samutställning av två konstnärer, <strong>Sari Penttilä</strong> och <strong>Johanna Susiviita</strong>, som har sitt ursprung i ett möte, ett nytt perspektiv och en visuell dialog. De utställda verken utmanar betraktaren att upptäcka de stämningar, hemligheter och insikter som döljer sig under ytan. Det är ett ljus som inte bländar, utan vägleder och väcks till liv i mötet mellan konstnärerna och betraktaren.</p><p>Välkommen att uppleva hur det välbekanta förvandlas till något nytt och hur det hemliga ljuset avslöjar sig.</p><p>Konstutställningen kan besöks under bibliotekets öppettider. Välkommen!</p>",
                "en": "<p>What happens when familiar things are cast in a new light and brought into a new conversation?&nbsp;<em>Salainen Valo</em> is a captivating collaborative exhibition by two artists, born from an encounter, a fresh perspective and a visual dialogue.</p><p>In this exhibition the works of <strong>Sari Penttilä</strong> meet the world of <strong>Johanna Susiviita</strong>. Their art intertwines, creating a subtle play of light and shadow within the space. The displayed works do not merely complement one another ; they challenge the viewer to discover moods , secrets and insights hidden beneath the surface. It is a light that does not blind, but guides, coming alive in the encounter between artists and the viewer.</p><p>Welcome to experience how the familiar transforms into something new and how the secret light reveals itself.&nbsp;&nbsp;</p>\nSari Penttilä<p>\"I am an amateur artist whose passion for painting and art more broadly is fueled by my curious mindset, willingness to experiment, and childlike interest in many things. Without any predetermined plans for paintings, the process and outcome always surprise me. The paintings come to life almost by themselves, wild and free. Even when imperfect, they are perfect, just like people.&nbsp;&nbsp;</p><p>The paintings are born out of intuition, which is like a 'secret light' — an invisible force, an inner atmosphere, and a delicate spark that lives in all of us and in nature. They are created from the pure joy of making, drawing inspiration from the moment’s intuition, from the experiences of my life, meditative breath, and emotional states.&nbsp;&nbsp;</p><p>The paintings were created while I was quiet, and so they can now continue to speak to you themselves. What do you see in them? What does it stir within you? Can you find your own secret light?\"</p><ul><li>More information: <a href=\"https://saripenttila.com/\"><em>saripenttila.com</em></a></li></ul>\nJohanna Susiviita<p>\"I am an artist whose work is guided by strong intuition and the inspiration of the moment. I don't plan my pieces in advance; instead, I let the brush, colors and ideas take the lead. For me, the painting process is a journey of discovery where the final result is often a great surprise.</p><p>The works featured in this exhibition are a playful exploration of intuition, colors and shapes. They combine the ruggedness of life, the tension between light and shadow and moments that deserved to be captured on the canvas. Layer by layer, stories emerge, bringing together strong contrasts and the mysticism of nature.</p><p>Because my artwork is born from a pure stream of consciousness, I hope it leaves room for the viewer's own interpretations , memories and imagination.&nbsp;</p><p>Step into these moments and see what they reveal to you! Taste the magical power of art!\"</p><ul><li>Instagram:<em> </em><a href=\"https://instagram.com/artsusiviita\"><em>@artsusiviita</em></a></li></ul><p>The art exhibition can be seen during the library opening hours. Welcome!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Kahden taiteilijan kiehtova yhteisnäyttely, joka syntyy kohtaamisesta, uudesta näkökulmasta ja visuaalisesta vuoropuhelusta.",
                "sv": "En fascinerande samutställning av två konstnärer, som har sitt ursprung i ett möte, ett nytt perspektiv och en visuell dialog.",
                "en": "Afascinating joint exhibition by two artists, born out of an encounter, a new perspective and a visual dialogue."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqjltn2wy/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69685",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?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:47/?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:p6529/?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": 2385763,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-12T06:13:31.776526Z",
                    "last_modified_time": "2026-08-12T06:13:31.776541Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_795874.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385763/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-12T06:13:31.649394Z",
            "last_modified_time": "2026-09-11T15:14:41.324811Z",
            "date_published": null,
            "start_time": "2026-09-25T06:30:00Z",
            "end_time": "2026-09-25T07:10: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": "Metsässä soi: Teatteri ILMI Ö – Huom. Teatteriesitys vain päiväkotiryhmille",
                "sv": "Metsässä soi: Teatteri ILMI Ö – Obs! Teaterföreställning endast för daghemsgrupper",
                "en": "Metsässä soi: Teatteri ILMI Ö – Note: Theatre performance only for day care groups"
            },
            "description": {
                "fi": "<p>Metsässä soi on monikielinen, osallistava ja elämyksellinen nykyteatteriesitys lapsille ja koko perheelle!</p><p>Se on lasten ja aikuisten mielikuvitusta monin tavoin aktivoiva absurdi seikkailu.</p><p>Esitys vie katsojat Citykanien absurdiin metsään, joka on täynnä soittoa, eri kieliä, leikkiä ja yllättäviä siiveniskuja. Tule matkalle Citykanien maailmaan; urbaaniin metsään, kaupunkiin, ehkäpä metromatkalle? Keitä matkalla kohdataan? Ainakin Satakieli Bul Bul. Entä mikä on tuo iso ja karvainen, hitaasti liikkuva otus? Esityksen päättää yhteiset juhlat, tule mukaan rummuttamaan ja tanssimaan! Lee le leee!</p><p>Esityksessä sekä näyttämöllä, että yleisössä kunnioitetaan ja arvostetaan moninaisuutta sekä yhdenvertaisuutta ja syrjimättömyyttä. Yleisölle tarjotaan mahdollisuuksia osallistua esitykseen ja kaikki voivat osallistua haluamallaan tavalla.</p><p>Esityksen ovat valmistaneet <b>Anne Korhonen, Marouf Majidi, Maria Myllykangas, Minna Savin</b> sekä <b>Outi Sädekallio-Snellman</b>, käyttäen ryhmä- ja prosessilähtöistä devising-metodia ja yhdessä lasten ja nuorten kanssa. <br>Näyttelijät:<br>City-kani: Anne Korhonen ja Outi Sädekallio-Snellman <br>Bul Bul -satakieli: Marouf Majidi <br>Musiikki ja muusikko: Marouf Majidi <br>Puvustus: Karoliina Tuominen <br>Lavastus: työryhmä  <br>Lavastegraffitit: tehty lasten ja nuorten kanssa Viv Magian johdolla <br>Projisoinnit: Viv Magia <br>Esitystekniikka: Minna Savin <br>Valosuunnittelu: Marouf Majidi <br>Traileri ja kuvat: Matti Snellman</p><p>Ikäsuositus: päiväkoti-ikäiset ja heidän aikuisensa<br>Esityksen kesto: 30 min + yhteinen leikki näyttämöllä</p><p>Esityksessä käytetään suomea, kurdia, persiaa, daria ja arabiaa. Ilmaisu ei kuitenkaan perustu kieliin, joten esitystä voi seurata ilman näiden kielten osaamista.<br> <br><b>Liput</b> 26.9. esitykseen voit ostaa osoitteesta lippu.fi. 23.–25.9. aamupäivänäytökset ovat tarkoitettu päiväkotiryhmille – ne ovat maksuttomia ja niihin avataan ilmoittautuminen osoitteessa kultus.hel.fi elokuun aikana.</p>",
                "sv": "<p>Metsässä soi – Det hörs ljud i skogen är en flerspråkig, inkluderande och upplevelserik samtida teaterföreställning för barn och hela familjen!</p><p>Den är ett absurt äventyr som på många sätt stimulerar både barns och vuxnas fantasi.</p><p>Föreställningen tar publiken med till Citykaninernas absurda skog, som är fylld av musik, olika språk, lek och överraskande vingslag. Följ med på en resa in i Citykaninernas värld – till den urbana skogen, till staden, kanske på en tur med metron? Vem träffar vi på resan? Åtminstone näktergalen Bul Bul. Och vad är det där för en stor och hårig varelse som sakta tar sig fram? Föreställningen avslutas med en gemensam fest – kom och trumma och dansa med oss! Lee le leee!</p><p>I föreställningen respekteras och värdesätts mångfald, jämlikhet och icke-diskriminering såväl på scenen som i publiken. Publiken erbjuds möjligheter att delta i föreställningen, och alla kan delta på det sätt de själva önskar.</p><p>Föreställningen har skapats av <b>Anne Korhonen, Marouf Majidi, Maria Myllykangas, Minna Savin</b> och <b>Outi Sädekallio-Snellman</b>, med hjälp av en grupp- och processinriktad devising-metod och i samarbete med barn och ungdomar.</p><p>Medverkande:<br>Citykaniner: Anne Korhonen och Outi Sädekallio-Snellman <br>Näktergalen Bul Bul: Marouf Majidi <br>Musik och musiker: Marouf Majidi <br>Kostymer: Karoliina Tuominen <br>Scenografi: arbetsgrupp<br>Graffiti: skapad tillsammans med barn och ungdomar under ledning av Viv Magia <br>Projektioner: Viv Magia <br>Föreställningsteknik: Minna Savin <br>Ljusdesign: Marouf Majidi <br>Trailer och bilder: Matti Snellman</p><p>Åldersrekommendation: barn i daghemsåldern och deras vuxna</p><p>I föreställningen talas finska, kurdiska, persiska, dari och arabiska. Föreställningen bygger dock inte på språk, så man kan följa den också utan att kunna dessa språk. <br>Föreställningens längd: 30 min + gemensam lek på scenen</p><p>Biljetter till föreställningen den 26 september kan köpas på lippu.fi. Förmiddagsföreställningarna 23–25 september är avsedda för daghemsgrupper. De är avgiftsfria och anmälan öppnas på kultus.hel.fi under augusti.</p>",
                "en": "<p>Metsässä soi – The Forest Rings is a multilingual, participatory and experiential contemporary theatre performance for children and the whole family!</p><p>It is an absurd adventure that stimulates the imagination of both children and adults in many ways.</p><p>The performance takes the audience into the Urban Rabbits’ absurd forest, which is full of music, different languages, play and unexpected flaps of wings. Come and join us on a journey into the world of the Urban Rabbits; an urban forest, a city, or perhaps a metro trip? Who will we meet along the way? At least Bul Bul the nightingale, for sure. And what is that big, furry, slow-moving creature? The show will end with a party for everyone – come along to drum and dance! Lee le leee!</p><p>In the performance, diversity, equality and non-discrimination are respected and valued both on stage and in the audience. The audience is given opportunities to take part in the performance, and everyone is free to participate in whatever way they wish.</p><p>The performance was prepared by <b>Anne Korhonen, Marouf Majidi, Maria Myllykangas, Minna Savin</b> and <b>Outi Sädekallio-Snellman</b>, using a group and process based devising method and in collaboration with children and young people.</p><p>Cast:<br>Urban Rabbit: Anne Korhonen and Outi Sädekallio-Snellman <br>Bul Bul the nightingale: Marouf Majidi <br>Music and musician: Marouf Majidi <br>Costume design: Karoliina Tuominen <br>Set design: the creative team<br>Set graffiti: created with children and young people under the guidance of Viv Magia <br>Projections: Viv Magia <br>Presentation technology: Minna Savin <br>Lighting design: Marouf Majidi <br>Trailer and images: Matti Snellman</p><p>Recommended age: daycare-aged children and their adults</p><p>The performance is in Finnish, Kurdish, Persian, Dari and Arabic. However, the performance is not language-based, so it can be enjoyed without any knowledge of these languages. <br>Duration: 30 min + shared play on stage</p><p>Tickets for the performance on 26 September can be purchased at lippu.fi. The morning performances on 23–25 September are intended for daycare groups. They are free of charge, and registration will open at kultus.hel.fi during August.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Metsässä soi on monikielinen, osallistava ja elämyksellinen nykyteatteriesitys lapsille ja koko perheelle!",
                "sv": "Metsässä soi – Det hörs ljud i skogen är en flerspråkig, inkluderande och upplevelserik samtida teaterföreställning för barn och hela familjen!",
                "en": "Metsässä soi – The Forest Rings is a multilingual, participatory and experiential contemporary theatre performance for children and the whole family!"
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/70ED137A588621160D776EF1B4AB8EB2/Metsassa_soi_Teatteri_ILMI_O",
                "sv": "http://www.caisa.fi/sv/evenemang/event/70ED137A588621160D776EF1B4AB8EB2/Metsassa_soi_Teatteri_ILMI_O",
                "en": "http://www.caisa.fi/en/events/event/70ED137A588621160D776EF1B4AB8EB2/Metsassa_soi_Teatteri_ILMI_O"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69685/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69687",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?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:47/?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:p6529/?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": 2385762,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-12T06:13:31.113448Z",
                    "last_modified_time": "2026-08-12T06:13:31.113462Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_795873.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385762/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-12T06:13:31.005434Z",
            "last_modified_time": "2026-09-11T15:14:40.450016Z",
            "date_published": null,
            "start_time": "2026-09-24T07:30:00Z",
            "end_time": "2026-09-24T08:10: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": "Metsässä soi: Teatteri ILMI Ö – Huom. Teatteriesitys vain päiväkotiryhmille",
                "sv": "Metsässä soi: Teatteri ILMI Ö – Obs! Teaterföreställning endast för daghemsgrupper",
                "en": "Metsässä soi: Teatteri ILMI Ö – Note: Theatre performance only for day care groups"
            },
            "description": {
                "fi": "<p>Metsässä soi on monikielinen, osallistava ja elämyksellinen nykyteatteriesitys lapsille ja koko perheelle!</p><p>Se on lasten ja aikuisten mielikuvitusta monin tavoin aktivoiva absurdi seikkailu.</p><p>Esitys vie katsojat Citykanien absurdiin metsään, joka on täynnä soittoa, eri kieliä, leikkiä ja yllättäviä siiveniskuja. Tule matkalle Citykanien maailmaan; urbaaniin metsään, kaupunkiin, ehkäpä metromatkalle? Keitä matkalla kohdataan? Ainakin Satakieli Bul Bul. Entä mikä on tuo iso ja karvainen, hitaasti liikkuva otus? Esityksen päättää yhteiset juhlat, tule mukaan rummuttamaan ja tanssimaan! Lee le leee!</p><p>Esityksessä sekä näyttämöllä, että yleisössä kunnioitetaan ja arvostetaan moninaisuutta sekä yhdenvertaisuutta ja syrjimättömyyttä. Yleisölle tarjotaan mahdollisuuksia osallistua esitykseen ja kaikki voivat osallistua haluamallaan tavalla.</p><p>Esityksen ovat valmistaneet <b>Anne Korhonen, Marouf Majidi, Maria Myllykangas, Minna Savin</b> sekä <b>Outi Sädekallio-Snellman</b>, käyttäen ryhmä- ja prosessilähtöistä devising-metodia ja yhdessä lasten ja nuorten kanssa. <br>Näyttelijät:<br>City-kani: Anne Korhonen ja Outi Sädekallio-Snellman <br>Bul Bul -satakieli: Marouf Majidi <br>Musiikki ja muusikko: Marouf Majidi <br>Puvustus: Karoliina Tuominen <br>Lavastus: työryhmä  <br>Lavastegraffitit: tehty lasten ja nuorten kanssa Viv Magian johdolla <br>Projisoinnit: Viv Magia <br>Esitystekniikka: Minna Savin <br>Valosuunnittelu: Marouf Majidi <br>Traileri ja kuvat: Matti Snellman</p><p>Ikäsuositus: päiväkoti-ikäiset ja heidän aikuisensa<br>Esityksen kesto: 30 min + yhteinen leikki näyttämöllä</p><p>Esityksessä käytetään suomea, kurdia, persiaa, daria ja arabiaa. Ilmaisu ei kuitenkaan perustu kieliin, joten esitystä voi seurata ilman näiden kielten osaamista.<br> <br><b>Liput</b> 26.9. esitykseen voit ostaa osoitteesta lippu.fi. 23.–25.9. aamupäivänäytökset ovat tarkoitettu päiväkotiryhmille – ne ovat maksuttomia ja niihin avataan ilmoittautuminen osoitteessa kultus.hel.fi elokuun aikana.</p>",
                "sv": "<p>Metsässä soi – Det hörs ljud i skogen är en flerspråkig, inkluderande och upplevelserik samtida teaterföreställning för barn och hela familjen!</p><p>Den är ett absurt äventyr som på många sätt stimulerar både barns och vuxnas fantasi.</p><p>Föreställningen tar publiken med till Citykaninernas absurda skog, som är fylld av musik, olika språk, lek och överraskande vingslag. Följ med på en resa in i Citykaninernas värld – till den urbana skogen, till staden, kanske på en tur med metron? Vem träffar vi på resan? Åtminstone näktergalen Bul Bul. Och vad är det där för en stor och hårig varelse som sakta tar sig fram? Föreställningen avslutas med en gemensam fest – kom och trumma och dansa med oss! Lee le leee!</p><p>I föreställningen respekteras och värdesätts mångfald, jämlikhet och icke-diskriminering såväl på scenen som i publiken. Publiken erbjuds möjligheter att delta i föreställningen, och alla kan delta på det sätt de själva önskar.</p><p>Föreställningen har skapats av <b>Anne Korhonen, Marouf Majidi, Maria Myllykangas, Minna Savin</b> och <b>Outi Sädekallio-Snellman</b>, med hjälp av en grupp- och processinriktad devising-metod och i samarbete med barn och ungdomar.</p><p>Medverkande:<br>Citykaniner: Anne Korhonen och Outi Sädekallio-Snellman <br>Näktergalen Bul Bul: Marouf Majidi <br>Musik och musiker: Marouf Majidi <br>Kostymer: Karoliina Tuominen <br>Scenografi: arbetsgrupp<br>Graffiti: skapad tillsammans med barn och ungdomar under ledning av Viv Magia <br>Projektioner: Viv Magia <br>Föreställningsteknik: Minna Savin <br>Ljusdesign: Marouf Majidi <br>Trailer och bilder: Matti Snellman</p><p>Åldersrekommendation: barn i daghemsåldern och deras vuxna</p><p>I föreställningen talas finska, kurdiska, persiska, dari och arabiska. Föreställningen bygger dock inte på språk, så man kan följa den också utan att kunna dessa språk. <br>Föreställningens längd: 30 min + gemensam lek på scenen</p><p>Biljetter till föreställningen den 26 september kan köpas på lippu.fi. Förmiddagsföreställningarna 23–25 september är avsedda för daghemsgrupper. De är avgiftsfria och anmälan öppnas på kultus.hel.fi under augusti.</p>",
                "en": "<p>Metsässä soi – The Forest Rings is a multilingual, participatory and experiential contemporary theatre performance for children and the whole family!</p><p>It is an absurd adventure that stimulates the imagination of both children and adults in many ways.</p><p>The performance takes the audience into the Urban Rabbits’ absurd forest, which is full of music, different languages, play and unexpected flaps of wings. Come and join us on a journey into the world of the Urban Rabbits; an urban forest, a city, or perhaps a metro trip? Who will we meet along the way? At least Bul Bul the nightingale, for sure. And what is that big, furry, slow-moving creature? The show will end with a party for everyone – come along to drum and dance! Lee le leee!</p><p>In the performance, diversity, equality and non-discrimination are respected and valued both on stage and in the audience. The audience is given opportunities to take part in the performance, and everyone is free to participate in whatever way they wish.</p><p>The performance was prepared by <b>Anne Korhonen, Marouf Majidi, Maria Myllykangas, Minna Savin</b> and <b>Outi Sädekallio-Snellman</b>, using a group and process based devising method and in collaboration with children and young people.</p><p>Cast:<br>Urban Rabbit: Anne Korhonen and Outi Sädekallio-Snellman <br>Bul Bul the nightingale: Marouf Majidi <br>Music and musician: Marouf Majidi <br>Costume design: Karoliina Tuominen <br>Set design: the creative team<br>Set graffiti: created with children and young people under the guidance of Viv Magia <br>Projections: Viv Magia <br>Presentation technology: Minna Savin <br>Lighting design: Marouf Majidi <br>Trailer and images: Matti Snellman</p><p>Recommended age: daycare-aged children and their adults</p><p>The performance is in Finnish, Kurdish, Persian, Dari and Arabic. However, the performance is not language-based, so it can be enjoyed without any knowledge of these languages. <br>Duration: 30 min + shared play on stage</p><p>Tickets for the performance on 26 September can be purchased at lippu.fi. The morning performances on 23–25 September are intended for daycare groups. They are free of charge, and registration will open at kultus.hel.fi during August.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Metsässä soi on monikielinen, osallistava ja elämyksellinen nykyteatteriesitys lapsille ja koko perheelle!",
                "sv": "Metsässä soi – Det hörs ljud i skogen är en flerspråkig, inkluderande och upplevelserik samtida teaterföreställning för barn och hela familjen!",
                "en": "Metsässä soi – The Forest Rings is a multilingual, participatory and experiential contemporary theatre performance for children and the whole family!"
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/328F4F61D3B66460B02624DB6C8BB42F/Metsassa_soi_Teatteri_ILMI_O",
                "sv": "http://www.caisa.fi/sv/evenemang/event/328F4F61D3B66460B02624DB6C8BB42F/Metsassa_soi_Teatteri_ILMI_O",
                "en": "http://www.caisa.fi/en/events/event/328F4F61D3B66460B02624DB6C8BB42F/Metsassa_soi_Teatteri_ILMI_O"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69687/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69688",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?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:47/?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:p6529/?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": 2385761,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-12T06:13:30.743120Z",
                    "last_modified_time": "2026-08-12T06:13:30.743135Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_795872.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385761/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-12T06:13:30.614037Z",
            "last_modified_time": "2026-09-11T15:14:40.201892Z",
            "date_published": null,
            "start_time": "2026-09-24T06:30:00Z",
            "end_time": "2026-09-24T07:10: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": "Metsässä soi: Teatteri ILMI Ö – Huom. Teatteriesitys vain päiväkotiryhmille",
                "sv": "Metsässä soi: Teatteri ILMI Ö – Obs! Teaterföreställning endast för daghemsgrupper",
                "en": "Metsässä soi: Teatteri ILMI Ö – Note: Theatre performance only for day care groups"
            },
            "description": {
                "fi": "<p>Metsässä soi on monikielinen, osallistava ja elämyksellinen nykyteatteriesitys lapsille ja koko perheelle!</p><p>Se on lasten ja aikuisten mielikuvitusta monin tavoin aktivoiva absurdi seikkailu.</p><p>Esitys vie katsojat Citykanien absurdiin metsään, joka on täynnä soittoa, eri kieliä, leikkiä ja yllättäviä siiveniskuja. Tule matkalle Citykanien maailmaan; urbaaniin metsään, kaupunkiin, ehkäpä metromatkalle? Keitä matkalla kohdataan? Ainakin Satakieli Bul Bul. Entä mikä on tuo iso ja karvainen, hitaasti liikkuva otus? Esityksen päättää yhteiset juhlat, tule mukaan rummuttamaan ja tanssimaan! Lee le leee!</p><p>Esityksessä sekä näyttämöllä, että yleisössä kunnioitetaan ja arvostetaan moninaisuutta sekä yhdenvertaisuutta ja syrjimättömyyttä. Yleisölle tarjotaan mahdollisuuksia osallistua esitykseen ja kaikki voivat osallistua haluamallaan tavalla.</p><p>Esityksen ovat valmistaneet <b>Anne Korhonen, Marouf Majidi, Maria Myllykangas, Minna Savin</b> sekä <b>Outi Sädekallio-Snellman</b>, käyttäen ryhmä- ja prosessilähtöistä devising-metodia ja yhdessä lasten ja nuorten kanssa. <br>Näyttelijät:<br>City-kani: Anne Korhonen ja Outi Sädekallio-Snellman <br>Bul Bul -satakieli: Marouf Majidi <br>Musiikki ja muusikko: Marouf Majidi <br>Puvustus: Karoliina Tuominen <br>Lavastus: työryhmä  <br>Lavastegraffitit: tehty lasten ja nuorten kanssa Viv Magian johdolla <br>Projisoinnit: Viv Magia <br>Esitystekniikka: Minna Savin <br>Valosuunnittelu: Marouf Majidi <br>Traileri ja kuvat: Matti Snellman</p><p>Ikäsuositus: päiväkoti-ikäiset ja heidän aikuisensa<br>Esityksen kesto: 30 min + yhteinen leikki näyttämöllä</p><p>Esityksessä käytetään suomea, kurdia, persiaa, daria ja arabiaa. Ilmaisu ei kuitenkaan perustu kieliin, joten esitystä voi seurata ilman näiden kielten osaamista.<br> <br><b>Liput</b> 26.9. esitykseen voit ostaa osoitteesta lippu.fi. 23.–25.9. aamupäivänäytökset ovat tarkoitettu päiväkotiryhmille – ne ovat maksuttomia ja niihin avataan ilmoittautuminen osoitteessa kultus.hel.fi elokuun aikana.</p>",
                "sv": "<p>Metsässä soi – Det hörs ljud i skogen är en flerspråkig, inkluderande och upplevelserik samtida teaterföreställning för barn och hela familjen!</p><p>Den är ett absurt äventyr som på många sätt stimulerar både barns och vuxnas fantasi.</p><p>Föreställningen tar publiken med till Citykaninernas absurda skog, som är fylld av musik, olika språk, lek och överraskande vingslag. Följ med på en resa in i Citykaninernas värld – till den urbana skogen, till staden, kanske på en tur med metron? Vem träffar vi på resan? Åtminstone näktergalen Bul Bul. Och vad är det där för en stor och hårig varelse som sakta tar sig fram? Föreställningen avslutas med en gemensam fest – kom och trumma och dansa med oss! Lee le leee!</p><p>I föreställningen respekteras och värdesätts mångfald, jämlikhet och icke-diskriminering såväl på scenen som i publiken. Publiken erbjuds möjligheter att delta i föreställningen, och alla kan delta på det sätt de själva önskar.</p><p>Föreställningen har skapats av <b>Anne Korhonen, Marouf Majidi, Maria Myllykangas, Minna Savin</b> och <b>Outi Sädekallio-Snellman</b>, med hjälp av en grupp- och processinriktad devising-metod och i samarbete med barn och ungdomar.</p><p>Medverkande:<br>Citykaniner: Anne Korhonen och Outi Sädekallio-Snellman <br>Näktergalen Bul Bul: Marouf Majidi <br>Musik och musiker: Marouf Majidi <br>Kostymer: Karoliina Tuominen <br>Scenografi: arbetsgrupp<br>Graffiti: skapad tillsammans med barn och ungdomar under ledning av Viv Magia <br>Projektioner: Viv Magia <br>Föreställningsteknik: Minna Savin <br>Ljusdesign: Marouf Majidi <br>Trailer och bilder: Matti Snellman</p><p>Åldersrekommendation: barn i daghemsåldern och deras vuxna</p><p>I föreställningen talas finska, kurdiska, persiska, dari och arabiska. Föreställningen bygger dock inte på språk, så man kan följa den också utan att kunna dessa språk. <br>Föreställningens längd: 30 min + gemensam lek på scenen</p><p>Biljetter till föreställningen den 26 september kan köpas på lippu.fi. Förmiddagsföreställningarna 23–25 september är avsedda för daghemsgrupper. De är avgiftsfria och anmälan öppnas på kultus.hel.fi under augusti.</p>",
                "en": "<p>Metsässä soi – The Forest Rings is a multilingual, participatory and experiential contemporary theatre performance for children and the whole family!</p><p>It is an absurd adventure that stimulates the imagination of both children and adults in many ways.</p><p>The performance takes the audience into the Urban Rabbits’ absurd forest, which is full of music, different languages, play and unexpected flaps of wings. Come and join us on a journey into the world of the Urban Rabbits; an urban forest, a city, or perhaps a metro trip? Who will we meet along the way? At least Bul Bul the nightingale, for sure. And what is that big, furry, slow-moving creature? The show will end with a party for everyone – come along to drum and dance! Lee le leee!</p><p>In the performance, diversity, equality and non-discrimination are respected and valued both on stage and in the audience. The audience is given opportunities to take part in the performance, and everyone is free to participate in whatever way they wish.</p><p>The performance was prepared by <b>Anne Korhonen, Marouf Majidi, Maria Myllykangas, Minna Savin</b> and <b>Outi Sädekallio-Snellman</b>, using a group and process based devising method and in collaboration with children and young people.</p><p>Cast:<br>Urban Rabbit: Anne Korhonen and Outi Sädekallio-Snellman <br>Bul Bul the nightingale: Marouf Majidi <br>Music and musician: Marouf Majidi <br>Costume design: Karoliina Tuominen <br>Set design: the creative team<br>Set graffiti: created with children and young people under the guidance of Viv Magia <br>Projections: Viv Magia <br>Presentation technology: Minna Savin <br>Lighting design: Marouf Majidi <br>Trailer and images: Matti Snellman</p><p>Recommended age: daycare-aged children and their adults</p><p>The performance is in Finnish, Kurdish, Persian, Dari and Arabic. However, the performance is not language-based, so it can be enjoyed without any knowledge of these languages. <br>Duration: 30 min + shared play on stage</p><p>Tickets for the performance on 26 September can be purchased at lippu.fi. The morning performances on 23–25 September are intended for daycare groups. They are free of charge, and registration will open at kultus.hel.fi during August.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Metsässä soi on monikielinen, osallistava ja elämyksellinen nykyteatteriesitys lapsille ja koko perheelle!",
                "sv": "Metsässä soi – Det hörs ljud i skogen är en flerspråkig, inkluderande och upplevelserik samtida teaterföreställning för barn och hela familjen!",
                "en": "Metsässä soi – The Forest Rings is a multilingual, participatory and experiential contemporary theatre performance for children and the whole family!"
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/E685D7CF24D838985E04F18366A2C477/Metsassa_soi_Teatteri_ILMI_O",
                "sv": "http://www.caisa.fi/sv/evenemang/event/E685D7CF24D838985E04F18366A2C477/Metsassa_soi_Teatteri_ILMI_O",
                "en": "http://www.caisa.fi/en/events/event/E685D7CF24D838985E04F18366A2C477/Metsassa_soi_Teatteri_ILMI_O"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69688/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69686",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?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:47/?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:p6529/?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": 2385760,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-12T06:13:29.980149Z",
                    "last_modified_time": "2026-08-12T06:13:29.980163Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_795871.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385760/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-12T06:13:29.867848Z",
            "last_modified_time": "2026-09-11T15:14:39.289575Z",
            "date_published": null,
            "start_time": "2026-09-23T07:30:00Z",
            "end_time": "2026-09-23T08:10: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": "Metsässä soi: Teatteri ILMI Ö – Huom. Teatteriesitys vain päiväkotiryhmille",
                "sv": "Metsässä soi: Teatteri ILMI Ö – Obs! Teaterföreställning endast för daghemsgrupper",
                "en": "Metsässä soi: Teatteri ILMI Ö – Note: Theatre performance only for day care groups"
            },
            "description": {
                "fi": "<p>Metsässä soi on monikielinen, osallistava ja elämyksellinen nykyteatteriesitys lapsille ja koko perheelle!</p><p>Se on lasten ja aikuisten mielikuvitusta monin tavoin aktivoiva absurdi seikkailu.</p><p>Esitys vie katsojat Citykanien absurdiin metsään, joka on täynnä soittoa, eri kieliä, leikkiä ja yllättäviä siiveniskuja. Tule matkalle Citykanien maailmaan; urbaaniin metsään, kaupunkiin, ehkäpä metromatkalle? Keitä matkalla kohdataan? Ainakin Satakieli Bul Bul. Entä mikä on tuo iso ja karvainen, hitaasti liikkuva otus? Esityksen päättää yhteiset juhlat, tule mukaan rummuttamaan ja tanssimaan! Lee le leee!</p><p>Esityksessä sekä näyttämöllä, että yleisössä kunnioitetaan ja arvostetaan moninaisuutta sekä yhdenvertaisuutta ja syrjimättömyyttä. Yleisölle tarjotaan mahdollisuuksia osallistua esitykseen ja kaikki voivat osallistua haluamallaan tavalla.</p><p>Esityksen ovat valmistaneet <b>Anne Korhonen, Marouf Majidi, Maria Myllykangas, Minna Savin</b> sekä <b>Outi Sädekallio-Snellman</b>, käyttäen ryhmä- ja prosessilähtöistä devising-metodia ja yhdessä lasten ja nuorten kanssa. <br>Näyttelijät:<br>City-kani: Anne Korhonen ja Outi Sädekallio-Snellman <br>Bul Bul -satakieli: Marouf Majidi <br>Musiikki ja muusikko: Marouf Majidi <br>Puvustus: Karoliina Tuominen <br>Lavastus: työryhmä  <br>Lavastegraffitit: tehty lasten ja nuorten kanssa Viv Magian johdolla <br>Projisoinnit: Viv Magia <br>Esitystekniikka: Minna Savin <br>Valosuunnittelu: Marouf Majidi <br>Traileri ja kuvat: Matti Snellman</p><p>Ikäsuositus: päiväkoti-ikäiset ja heidän aikuisensa<br>Esityksen kesto: 30 min + yhteinen leikki näyttämöllä</p><p>Esityksessä käytetään suomea, kurdia, persiaa, daria ja arabiaa. Ilmaisu ei kuitenkaan perustu kieliin, joten esitystä voi seurata ilman näiden kielten osaamista.<br> <br><b>Liput</b> 26.9. esitykseen voit ostaa osoitteesta lippu.fi. 23.–25.9. aamupäivänäytökset ovat tarkoitettu päiväkotiryhmille – ne ovat maksuttomia ja niihin avataan ilmoittautuminen osoitteessa kultus.hel.fi elokuun aikana.</p>",
                "sv": "<p>Metsässä soi – Det hörs ljud i skogen är en flerspråkig, inkluderande och upplevelserik samtida teaterföreställning för barn och hela familjen!</p><p>Den är ett absurt äventyr som på många sätt stimulerar både barns och vuxnas fantasi.</p><p>Föreställningen tar publiken med till Citykaninernas absurda skog, som är fylld av musik, olika språk, lek och överraskande vingslag. Följ med på en resa in i Citykaninernas värld – till den urbana skogen, till staden, kanske på en tur med metron? Vem träffar vi på resan? Åtminstone näktergalen Bul Bul. Och vad är det där för en stor och hårig varelse som sakta tar sig fram? Föreställningen avslutas med en gemensam fest – kom och trumma och dansa med oss! Lee le leee!</p><p>I föreställningen respekteras och värdesätts mångfald, jämlikhet och icke-diskriminering såväl på scenen som i publiken. Publiken erbjuds möjligheter att delta i föreställningen, och alla kan delta på det sätt de själva önskar.</p><p>Föreställningen har skapats av <b>Anne Korhonen, Marouf Majidi, Maria Myllykangas, Minna Savin</b> och <b>Outi Sädekallio-Snellman</b>, med hjälp av en grupp- och processinriktad devising-metod och i samarbete med barn och ungdomar.</p><p>Medverkande:<br>Citykaniner: Anne Korhonen och Outi Sädekallio-Snellman <br>Näktergalen Bul Bul: Marouf Majidi <br>Musik och musiker: Marouf Majidi <br>Kostymer: Karoliina Tuominen <br>Scenografi: arbetsgrupp<br>Graffiti: skapad tillsammans med barn och ungdomar under ledning av Viv Magia <br>Projektioner: Viv Magia <br>Föreställningsteknik: Minna Savin <br>Ljusdesign: Marouf Majidi <br>Trailer och bilder: Matti Snellman</p><p>Åldersrekommendation: barn i daghemsåldern och deras vuxna</p><p>I föreställningen talas finska, kurdiska, persiska, dari och arabiska. Föreställningen bygger dock inte på språk, så man kan följa den också utan att kunna dessa språk. <br>Föreställningens längd: 30 min + gemensam lek på scenen</p><p>Biljetter till föreställningen den 26 september kan köpas på lippu.fi. Förmiddagsföreställningarna 23–25 september är avsedda för daghemsgrupper. De är avgiftsfria och anmälan öppnas på kultus.hel.fi under augusti.</p>",
                "en": "<p>Metsässä soi – The Forest Rings is a multilingual, participatory and experiential contemporary theatre performance for children and the whole family!</p><p>It is an absurd adventure that stimulates the imagination of both children and adults in many ways.</p><p>The performance takes the audience into the Urban Rabbits’ absurd forest, which is full of music, different languages, play and unexpected flaps of wings. Come and join us on a journey into the world of the Urban Rabbits; an urban forest, a city, or perhaps a metro trip? Who will we meet along the way? At least Bul Bul the nightingale, for sure. And what is that big, furry, slow-moving creature? The show will end with a party for everyone – come along to drum and dance! Lee le leee!</p><p>In the performance, diversity, equality and non-discrimination are respected and valued both on stage and in the audience. The audience is given opportunities to take part in the performance, and everyone is free to participate in whatever way they wish.</p><p>The performance was prepared by <b>Anne Korhonen, Marouf Majidi, Maria Myllykangas, Minna Savin</b> and <b>Outi Sädekallio-Snellman</b>, using a group and process based devising method and in collaboration with children and young people.</p><p>Cast:<br>Urban Rabbit: Anne Korhonen and Outi Sädekallio-Snellman <br>Bul Bul the nightingale: Marouf Majidi <br>Music and musician: Marouf Majidi <br>Costume design: Karoliina Tuominen <br>Set design: the creative team<br>Set graffiti: created with children and young people under the guidance of Viv Magia <br>Projections: Viv Magia <br>Presentation technology: Minna Savin <br>Lighting design: Marouf Majidi <br>Trailer and images: Matti Snellman</p><p>Recommended age: daycare-aged children and their adults</p><p>The performance is in Finnish, Kurdish, Persian, Dari and Arabic. However, the performance is not language-based, so it can be enjoyed without any knowledge of these languages. <br>Duration: 30 min + shared play on stage</p><p>Tickets for the performance on 26 September can be purchased at lippu.fi. The morning performances on 23–25 September are intended for daycare groups. They are free of charge, and registration will open at kultus.hel.fi during August.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Metsässä soi on monikielinen, osallistava ja elämyksellinen nykyteatteriesitys lapsille ja koko perheelle!",
                "sv": "Metsässä soi – Det hörs ljud i skogen är en flerspråkig, inkluderande och upplevelserik samtida teaterföreställning för barn och hela familjen!",
                "en": "Metsässä soi – The Forest Rings is a multilingual, participatory and experiential contemporary theatre performance for children and the whole family!"
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/FBC5069A35D7083C3513C367848A0C0F/Metsassa_soi_Teatteri_ILMI_O",
                "sv": "http://www.caisa.fi/sv/evenemang/event/FBC5069A35D7083C3513C367848A0C0F/Metsassa_soi_Teatteri_ILMI_O",
                "en": "http://www.caisa.fi/en/events/event/FBC5069A35D7083C3513C367848A0C0F/Metsassa_soi_Teatteri_ILMI_O"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69686/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69683",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?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:47/?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:p6529/?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": 2385759,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-12T06:13:29.431068Z",
                    "last_modified_time": "2026-08-12T06:13:29.431083Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_795870.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385759/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-12T06:13:29.249484Z",
            "last_modified_time": "2026-09-11T15:14:38.892044Z",
            "date_published": null,
            "start_time": "2026-09-23T06:30:00Z",
            "end_time": "2026-09-23T07:10: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": "Metsässä soi: Teatteri ILMI Ö – Huom. Teatteriesitys vain päiväkotiryhmille",
                "sv": "Metsässä soi: Teatteri ILMI Ö – Obs! Teaterföreställning endast för daghemsgrupper",
                "en": "Metsässä soi: Teatteri ILMI Ö – Note: Theatre performance only for day care groups"
            },
            "description": {
                "fi": "<p>Metsässä soi on monikielinen, osallistava ja elämyksellinen nykyteatteriesitys lapsille ja koko perheelle!</p><p>Se on lasten ja aikuisten mielikuvitusta monin tavoin aktivoiva absurdi seikkailu.</p><p>Esitys vie katsojat Citykanien absurdiin metsään, joka on täynnä soittoa, eri kieliä, leikkiä ja yllättäviä siiveniskuja. Tule matkalle Citykanien maailmaan; urbaaniin metsään, kaupunkiin, ehkäpä metromatkalle? Keitä matkalla kohdataan? Ainakin Satakieli Bul Bul. Entä mikä on tuo iso ja karvainen, hitaasti liikkuva otus? Esityksen päättää yhteiset juhlat, tule mukaan rummuttamaan ja tanssimaan! Lee le leee!</p><p>Esityksessä sekä näyttämöllä, että yleisössä kunnioitetaan ja arvostetaan moninaisuutta sekä yhdenvertaisuutta ja syrjimättömyyttä. Yleisölle tarjotaan mahdollisuuksia osallistua esitykseen ja kaikki voivat osallistua haluamallaan tavalla.</p><p>Esityksen ovat valmistaneet <b>Anne Korhonen, Marouf Majidi, Maria Myllykangas, Minna Savin</b> sekä <b>Outi Sädekallio-Snellman</b>, käyttäen ryhmä- ja prosessilähtöistä devising-metodia ja yhdessä lasten ja nuorten kanssa. <br>Näyttelijät:<br>City-kani: Anne Korhonen ja Outi Sädekallio-Snellman <br>Bul Bul -satakieli: Marouf Majidi <br>Musiikki ja muusikko: Marouf Majidi <br>Puvustus: Karoliina Tuominen <br>Lavastus: työryhmä  <br>Lavastegraffitit: tehty lasten ja nuorten kanssa Viv Magian johdolla <br>Projisoinnit: Viv Magia <br>Esitystekniikka: Minna Savin <br>Valosuunnittelu: Marouf Majidi <br>Traileri ja kuvat: Matti Snellman</p><p>Ikäsuositus: päiväkoti-ikäiset ja heidän aikuisensa<br>Esityksen kesto: 30 min + yhteinen leikki näyttämöllä</p><p>Esityksessä käytetään suomea, kurdia, persiaa, daria ja arabiaa. Ilmaisu ei kuitenkaan perustu kieliin, joten esitystä voi seurata ilman näiden kielten osaamista.<br> <br><b>Liput</b> 26.9. esitykseen voit ostaa osoitteesta lippu.fi. 23.–25.9. aamupäivänäytökset ovat tarkoitettu päiväkotiryhmille – ne ovat maksuttomia ja niihin avataan ilmoittautuminen osoitteessa kultus.hel.fi elokuun aikana.</p>",
                "sv": "<p>Metsässä soi – Det hörs ljud i skogen är en flerspråkig, inkluderande och upplevelserik samtida teaterföreställning för barn och hela familjen!</p><p>Den är ett absurt äventyr som på många sätt stimulerar både barns och vuxnas fantasi.</p><p>Föreställningen tar publiken med till Citykaninernas absurda skog, som är fylld av musik, olika språk, lek och överraskande vingslag. Följ med på en resa in i Citykaninernas värld – till den urbana skogen, till staden, kanske på en tur med metron? Vem träffar vi på resan? Åtminstone näktergalen Bul Bul. Och vad är det där för en stor och hårig varelse som sakta tar sig fram? Föreställningen avslutas med en gemensam fest – kom och trumma och dansa med oss! Lee le leee!</p><p>I föreställningen respekteras och värdesätts mångfald, jämlikhet och icke-diskriminering såväl på scenen som i publiken. Publiken erbjuds möjligheter att delta i föreställningen, och alla kan delta på det sätt de själva önskar.</p><p>Föreställningen har skapats av <b>Anne Korhonen, Marouf Majidi, Maria Myllykangas, Minna Savin</b> och <b>Outi Sädekallio-Snellman</b>, med hjälp av en grupp- och processinriktad devising-metod och i samarbete med barn och ungdomar.</p><p>Medverkande:<br>Citykaniner: Anne Korhonen och Outi Sädekallio-Snellman <br>Näktergalen Bul Bul: Marouf Majidi <br>Musik och musiker: Marouf Majidi <br>Kostymer: Karoliina Tuominen <br>Scenografi: arbetsgrupp<br>Graffiti: skapad tillsammans med barn och ungdomar under ledning av Viv Magia <br>Projektioner: Viv Magia <br>Föreställningsteknik: Minna Savin <br>Ljusdesign: Marouf Majidi <br>Trailer och bilder: Matti Snellman</p><p>Åldersrekommendation: barn i daghemsåldern och deras vuxna</p><p>I föreställningen talas finska, kurdiska, persiska, dari och arabiska. Föreställningen bygger dock inte på språk, så man kan följa den också utan att kunna dessa språk. <br>Föreställningens längd: 30 min + gemensam lek på scenen</p><p>Biljetter till föreställningen den 26 september kan köpas på lippu.fi. Förmiddagsföreställningarna 23–25 september är avsedda för daghemsgrupper. De är avgiftsfria och anmälan öppnas på kultus.hel.fi under augusti.</p>",
                "en": "<p>Metsässä soi – The Forest Rings is a multilingual, participatory and experiential contemporary theatre performance for children and the whole family!</p><p>It is an absurd adventure that stimulates the imagination of both children and adults in many ways.</p><p>The performance takes the audience into the Urban Rabbits’ absurd forest, which is full of music, different languages, play and unexpected flaps of wings. Come and join us on a journey into the world of the Urban Rabbits; an urban forest, a city, or perhaps a metro trip? Who will we meet along the way? At least Bul Bul the nightingale, for sure. And what is that big, furry, slow-moving creature? The show will end with a party for everyone – come along to drum and dance! Lee le leee!</p><p>In the performance, diversity, equality and non-discrimination are respected and valued both on stage and in the audience. The audience is given opportunities to take part in the performance, and everyone is free to participate in whatever way they wish.</p><p>The performance was prepared by <b>Anne Korhonen, Marouf Majidi, Maria Myllykangas, Minna Savin</b> and <b>Outi Sädekallio-Snellman</b>, using a group and process based devising method and in collaboration with children and young people.</p><p>Cast:<br>Urban Rabbit: Anne Korhonen and Outi Sädekallio-Snellman <br>Bul Bul the nightingale: Marouf Majidi <br>Music and musician: Marouf Majidi <br>Costume design: Karoliina Tuominen <br>Set design: the creative team<br>Set graffiti: created with children and young people under the guidance of Viv Magia <br>Projections: Viv Magia <br>Presentation technology: Minna Savin <br>Lighting design: Marouf Majidi <br>Trailer and images: Matti Snellman</p><p>Recommended age: daycare-aged children and their adults</p><p>The performance is in Finnish, Kurdish, Persian, Dari and Arabic. However, the performance is not language-based, so it can be enjoyed without any knowledge of these languages. <br>Duration: 30 min + shared play on stage</p><p>Tickets for the performance on 26 September can be purchased at lippu.fi. The morning performances on 23–25 September are intended for daycare groups. They are free of charge, and registration will open at kultus.hel.fi during August.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Metsässä soi on monikielinen, osallistava ja elämyksellinen nykyteatteriesitys lapsille ja koko perheelle!",
                "sv": "Metsässä soi – Det hörs ljud i skogen är en flerspråkig, inkluderande och upplevelserik samtida teaterföreställning för barn och hela familjen!",
                "en": "Metsässä soi – The Forest Rings is a multilingual, participatory and experiential contemporary theatre performance for children and the whole family!"
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/5A13E3F4792FF95ECD8ECC8655F5B254/Metsassa_soi_Teatteri_ILMI_O",
                "sv": "http://www.caisa.fi/sv/evenemang/event/5A13E3F4792FF95ECD8ECC8655F5B254/Metsassa_soi_Teatteri_ILMI_O",
                "en": "http://www.caisa.fi/en/events/event/5A13E3F4792FF95ECD8ECC8655F5B254/Metsassa_soi_Teatteri_ILMI_O"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69683/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69651",
            "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:31/?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:52/?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:732/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p29865/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39492/?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": 2385711,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-06T11:13:57.817788Z",
                    "last_modified_time": "2026-08-06T11:13:57.817804Z",
                    "url": "http://www.vuotalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796236.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385711/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-06T11:13:57.664304Z",
            "last_modified_time": "2026-09-11T13:15:16.598620Z",
            "date_published": null,
            "start_time": "2026-09-16T13:30:00Z",
            "end_time": "2026-09-16T15: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": null,
            "provider": null,
            "name": {
                "fi": "Salsaa Vuotalon aulassa",
                "sv": "Salsa i Nordhusets entréhall",
                "en": "Salsa in the lobby of Vuosaari House"
            },
            "description": {
                "fi": "<p>Tervetuloa tanssimaan salsaa sekä nauttimaan musiikista Vuotalon aulaan!</p><p>Vuotalon aulassa tarjoillaan avoimen soolo-salsatanssitunnin lisäksi musiikkia latinalaisesta Amerikasta.<br>Tanssituntiin osallistumista varten et tarvitse aiempaa kokemusta. Tapahtuma on maksuton, ei ennakkoilmoittautumista.</p><p>Aikataulu:<br>16.30–17.00: Salsa-musiikkia (DJ Lucho Helsinki vastaa musiikista)<br>17.00–18.00: Avoin soolosalsatanssitunti (ohjaajana Elina Lindman)<br>18.00–18.30: Salsa-musiikkia</p><p>Aulan tanssitapahtumat syksyllä 2026:<br>Ke 16.9. Salsaa Vuotalon aulassa<br>Ke 14.10. Salsaa Vuotalon aulassa<br>To 19.11. (Lapsen oikeuksien viikon lasten tanssitapahtuma)<br>To 17.12. Salsaa Vuotalon aulassa</p><p>DJ Lucho Helsinki on kolumbialainen DJ sekä latinalaisten musiikkitapahtumien tuottaja.<br>Elina Lindman on pitkän linjan salsa- ja bachata –tanssija ja opettaja.</p>",
                "sv": "<p>Välkommen att dansa salsa och njuta av musik och kaffe i Nordhusets entréhall!</p><p>Känner du för att dansa eller vill du bara njuta av salsamusik och god mat? I Nordhusets entréhall bjuds det, förutom på en öppen salsalektion, också på kaffe, tilltugg samt musik från Latinamerika. Du är välkommen att umgås samt spela schack och andra brädspel – ingen tvingas alltså att dansa.</p><p>Du behöver ingen tidigare erfarenhet för att delta i danslektionen. Evenemanget är kostnadsfritt, ingen förhandsanmälan krävs.</p><p>Tidsplan:</p><p>16.30–17.00: Salsamusik och kaffeservering (DJ Lucho Helsinki står för musiken)</p><p>17.00–18.00: Öppen salsalektion (instruktör: Elina Lindman)</p><p>18.00–18.30: Salsamusik och kaffeservering</p><p>DJ Lucho Helsinki är en colombiansk dj och producent av latinamerikanska musikevenemang. Elina Lindman är en erfaren salsa- och bachatadansare och -lärare.</p>",
                "en": "<p>Join us for salsa, music and coffee catering in the lobby of Vuosaari House!</p><p>Are you in the mood for dancing, or do you just want to enjoy some salsa music and some good catering? In addition to an open salsa class, the lobby of Vuosaari House provides visitors with coffee, snacks and music from Latin America. You are also welcome to just hang out and play chess and other board games – no one is forced to dance.</p><p>No previous experience is required for the dance class. The event is free of charge; no advance registration required.</p><p>Schedule:</p><p>16.30–17.00: Salsa music and coffee catering (DJ Lucho Helsinki is in charge of the music)</p><p>17.00–18.00: Open salsa dance class (instructed by Elina Lindman)</p><p>18.00–18.30: Salsa music and coffee catering</p><p>DJ Lucho Helsinki is a Colombian DJ and producer of Latin music events. Elina Lindman is an experienced salsa and bachata dancer and teacher</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa tanssimaan salsaa sekä nauttimaan musiikista Vuotalon aulaan!",
                "sv": "Välkommen att dansa salsa och njuta av musik och kaffe i Nordhusets entréhall!",
                "en": "Join us for salsa, music and coffee catering in the lobby of Vuosaari House!"
            },
            "info_url": {
                "fi": "http://www.vuotalo.fi/fi/tapahtumat/event/172070A7A9A180B216C8F958951892E3/Salsaa_Vuotalon_aulassa",
                "sv": "http://www.vuotalo.fi/sv/evenemang/event/172070A7A9A180B216C8F958951892E3/Salsa_i_Nordhusets_entr_hall_",
                "en": "http://www.vuotalo.fi/en/events/event/172070A7A9A180B216C8F958951892E3/Salsa_in_the_lobby_of_Vuosaari_House"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69651/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69877",
            "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:29/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:44/?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:733/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:734/?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:p14004/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p15875/?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": 2386132,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-04T10:23:15.530159Z",
                    "last_modified_time": "2026-09-04T10:23:15.530175Z",
                    "url": "http://www.stoa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_797055.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386132/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                }
            ],
            "created_time": "2026-09-04T10:23:15.357613Z",
            "last_modified_time": "2026-09-11T13:15:16.247264Z",
            "date_published": null,
            "start_time": "2026-09-16T09: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": "Iisi keissi / Easy Case – Ali Al-Saffun lyhytelokuva ja ohjaajatapaaminen",
                "sv": "Iisi keissi / Easy Case",
                "en": "Iisi keissi / Easy Case"
            },
            "description": {
                "fi": "<p>Nuorten tekijöiden käsissä syntynyt tarkkakatseinen ja tosipohjainen tarina nuorten rikosmaailmasta vie välittömästi keskelle toimintaa ja pimeitä lähiökulmia.</p><p>Momo haluaa todistaa itselleen ja maailmalle, että hänessä on ainesta. Hylättyjen työhakemusten määrä kuitenkin lannistaa eikä tunnelma ole katossa edes syntymäpäivänä. Kaveripiirissä riittää menoa ja mahdollisuuksia, ja Momo päättää tarttua hetkessä tilaisuuteen, ja liittyä mukaan huumekeikkaan – iisi keissi veli!</p><p>Elokuvan tekijöiden rohkeus palkitaan menevällä ja paikoin pulssia nostattavalla tarinalla, jossa vastuuta ei voi välttää mutta jossa ystävyys nousee lopulta lojaaliuden edelle. Elokuvan pohjana on toiminut <i>Pari iisii droppii</i> -minisarja, joka julkaistiin Ylellä vuonna 2025.</p><p>Elokuvan jälkeen ohjaajatapaamisessa <b>Ali Al-Saffu</b>.</p><p><i>\"Ohjaaja Ali Al-Saffu on kuvannut uskottavasti nuorten miesten elämää ja valintoja.\"</i> – HS<br><u><a href=\"https://www.hs.fi/kulttuuri/art-2000011268906.html\">Lue Helsingin sanomien arvio <i>Pari iisii droppii</i> -sarjasta (edellyttää HS-tilausksen)</u></a>.</p><p><b>Iisi keissi / Easy Case (Suomi 2026)</b><br><b>Ohjaus:</b> Ali Al-Saffu, Nikke Laakso<br><b>Käsikirjoitus:</b> Ali Al-Saffu<br><b>Näyttelijät:</b> Fadi El Tabakh, Ridvan Sahin, Ibrahim Mohamoud, Basmaa Ibrahim, Erblin Kacija, Albion Ismajli, Mukhtar Abdi, Ahmed Mode, Alvar Mamadou, Leonir Cena, Mohamed Safrini, Suhaib Abdi Nuh, Carlo Vartiainen, Peetu Savolainen, Juha Vuorenhela, Akseli Pyysing, Ali Al-Saffu, Ali Chaaban, Emil Päkki<br><b>Tuotanto:</b> North Star Studio</p><p><b>Kesto:</b> 28 min + ohjaajatapaaminen 30 min, yhteensä n. tunti<br><b>Kielet:</b> suomi, somali, arabia, albania, englanti<br><b>Tekstitykset:</b> englanti, osassa kohtauksia suomi<br><b>Ikäsuositus:</b> K-12, suositellaan yli 14-vuotiaille</p><p><u><a href=\"https://kultus.hel.fi/fi/event/kultus:agqdqictjy\">Ilmoittautumiset osoitteessa kultus.hel.fi 24.8. alkaen</u></a>.<br>Lisätietoja sähköpostitse: hanna.westerholm@hel.fi</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Nuorten tekijöiden käsissä syntynyt tarkkakatseinen ja tosipohjainen tarina nuorten rikosmaailmasta vie välittömästi keskelle toimintaa ja pimeitä lähiökulmia."
            },
            "info_url": {
                "fi": "http://www.stoa.fi/fi/tapahtumat/event/297FC59BEE862BD2C360B7EA1E6064EB/Iisi_keissi_Easy_Case",
                "sv": "http://www.stoa.fi/sv/evenemang/event/297FC59BEE862BD2C360B7EA1E6064EB/Iisi_keissi_Easy_Case",
                "en": "http://www.stoa.fi/en/events/event/297FC59BEE862BD2C360B7EA1E6064EB/Iisi_keissi_Easy_Case"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69877/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        }
    ]
}