Filtering retrieved events

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

Ongoing local events

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

Examples:

event/?local_ongoing_OR=lapsi,musiikki

See the result

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

See the result

Ongoing internet events

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

Example:

event/?internet_ongoing_AND=lapsi,musiikki

See the result

All ongoing events

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

Example:

event/?all_ongoing_AND=lapsi,musiikki

See the result

Internet based

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

Example:

event/?internet_based=true

See the result

Event time

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

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

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

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

Example:

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

See the result

event/?start=now&end=today

See the result

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

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

Example:

event/?days=7

See the result

Event start/end time

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

The parameters can be given as:

  • Hours only
  • Hours and minutes separated by a colon

Example:

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

See the result

Event weekday

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

The parameter can include:

  • One weekday
  • Multiple weekdays separated by a comma

Example (Saturdays and Sundays):

event/?weekday=6,7

See the result

Event duration

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

The parameters are expressed in format:

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

Example:

event/?max_duration=3d

See the result

Event location

Bounding box

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

bbox=west,south,east,north

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

Example:

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

See the result

Specific location

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

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

Example:

event/?location=tprek:28473

See the result

District

To restrict the retrieved events to city district(s), use the query parameter division, separating values by commas if you wish to query for several divisions.

City of Helsinki neighborhoods (kaupunginosa), districts (peruspiiri) and subdistricts (osa-alue) are supported. Check the divisions on the Helsinki map service.

You may query either by specific OCD division type peruspiiri:malmi, or by division name malmi. The latter query checks all divisions with the name, regardless of division type.

Example:

event/?division=malmi

See the result

Within a distance (or "circle filter")

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

dwithin_origin=lon,lat&dwithin_metres=distance

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

Example:

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

See the result

Event category

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

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

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

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

Example:

event/?keyword=yso:p4354

See the result

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

See the result

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

Event last modification time

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

Example:

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

See the result

Specific ids

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

Example:

event/?ids=helsinki:1

See the result

Event status

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

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

Example:

event/?event_status=EventCancelled

See the result

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

Example:

event/?event_status=EventCancelled,EventPostponed

Event type

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

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

Example:

event/?event_type=General,Course

See the result

Event text

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

Example:

event/?text=shostakovich

See the result

Combined text

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

Example:

event/?combined_text=lapppset

See the result

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

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

The search covers the following fields with weighted priorities:

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

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

Examples:

event/?full_text=musiikki

See the result

event/?full_text=music&full_text_language=en

See the result

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

See the result

Event price

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

Example:

event/?is_free=true

See the result

Event language

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

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

Example:

event/?language=ru

See the result

Event audience age boundaries.

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

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

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

Example:

event/?audience_min_age_gt=10

See the result

Select events suitable for certain age.

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

Examples:

event/?suitable_for=12

See the result

event/?suitable_for=12,14

See the result

Event publisher

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

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

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

Example:

event/?publisher=ytj:0586977-6

See the result

event/?publisher_ancestor=ahjo:00001

See the result

Event data source

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

Example:

event/?data_source=helsinki

See the result

Event hierarchy

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

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

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

Super event type

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

Example:

event/?super_event_type=umbrella,none

See the result

Super event

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

Example:

event/?super_event=linkedevents:agg-103

See the result

Hide super event

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

Example:

event/?hide_super_event=true

See the result

Hide recurring children

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

Example:

event/?hide_recurring_children=true

See the result

Sub events

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

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

Example:

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

See the result

Event with registration

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

Example:

event/?registration=true

See the result

Open enrolment

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

For example:

event/?enrolment_open_waitlist=true

See the result

Enrolment open on a given date

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

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

For example:

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

See the result

Attendee capacity

Filters for filtering by event maximum_attendee_capacity and minimum_attendee_capacity:

Filtering for maximum_attendee_capacity

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

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

Example:

event/?maximum_attendee_capacity_gte=10

See the result

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

Example:

event/?maximum_attendee_capacity_lte=10

See the result

Filtering for minimum_attendee_capacity

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

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

Example:

event/?minimum_attendee_capacity_gte=10

See the result

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

Example:

event/?minimum_attendee_capacity_lte=10

See the result

Remaining registration attendee or waiting list capacity

Filters for filtering by registration remaining_attendee_capacity and remaining_waiting_list_capacity:

Filtering for registration remaining_attendee_capacity

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

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

Example:

event/?registration__remaining_attendee_capacity__gte=10

See the result

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

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

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

Example:

event/?registration__remaining_attendee_capacity__isnull=true

See the result

Filtering for registration remaining_waiting_list_capacity

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

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

Example:

event/?registration__remaining_waiting_list_capacity__gte=10

See the result

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

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

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

Example:

event/?registration__remaining_waiting_list_capacity__isnull=true

See the result

Filtering for authenticated users

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

Show all events

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

Example:

event/?show_all=true

See the result

Publication status

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

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

Example:

event/?publication_status=draft

See the result

Only editable events

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

Example:

event/?admin_user=true

See the result

Only editable events for registration

registration_admin_user parameter displays all events whose registration the user can modify

Example:

event/?registration_admin_user=true

See the result

Events created by the user

created_by parameter only displays events by the authenticated user

Example:

event/?created_by=true

See the result

Getting detailed data

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

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

Example:

event/?include=location,keywords

See the result

Ordering

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

For example:

event/?sort=-end_time

See the result

Enrolment start and enrolment end

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

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

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

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

{
    "meta": {
        "count": 35920,
        "next": "https://linkedevents.api.test.hel.ninja/v1/event/?format=api&hide_super_event=true&page=78",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/event/?format=api&hide_super_event=true&page=76"
    },
    "data": [
        {
            "id": "espoo_le:agqdrmsx54",
            "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:p11406/?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"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqdrmszne/?format=api"
            },
            "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": 2385986,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-08-25T10:29:26.181519Z",
                    "last_modified_time": "2026-08-25T10:29:26.181540Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/116dbe8b-8493-4ec4-8dfc-59aab92dab0e.jfif",
                    "name": "Lukukoira Cindy",
                    "cropping": "0,106,1388,1494",
                    "photographer_name": "",
                    "alt_text": "Lukukoira Cindy",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385986/?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"
                }
            ],
            "created_time": "2026-08-25T10:43:20.707991Z",
            "last_modified_time": "2026-08-25T10:43:20.708009Z",
            "date_published": null,
            "start_time": "2026-10-18T08:00:00Z",
            "end_time": "2026-10-18T10: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": "Lukukoira Cindy"
            },
            "description": {
                "fi": "<p>Tervetuloa tapaamaan lukukoira Cindy kirjastoon. Jos haluat harjoitella lukemista, Cindy kuuntelee mielellään eikä koskaan hauku tai arvostele. Cindy pitää myös silittelyistä ja rapsutteluista!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa tapaamaan lukukoira Cindy kirjastoon"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqdrmsx54/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqdrmsyi4",
            "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:p11406/?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"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqdrmszne/?format=api"
            },
            "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": 2385986,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-08-25T10:29:26.181519Z",
                    "last_modified_time": "2026-08-25T10:29:26.181540Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/116dbe8b-8493-4ec4-8dfc-59aab92dab0e.jfif",
                    "name": "Lukukoira Cindy",
                    "cropping": "0,106,1388,1494",
                    "photographer_name": "",
                    "alt_text": "Lukukoira Cindy",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385986/?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"
                }
            ],
            "created_time": "2026-08-25T10:43:20.599942Z",
            "last_modified_time": "2026-08-25T10:43:20.599959Z",
            "date_published": null,
            "start_time": "2026-10-04T08:00:00Z",
            "end_time": "2026-10-04T10: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": "Lukukoira Cindy"
            },
            "description": {
                "fi": "<p>Tervetuloa tapaamaan lukukoira Cindy kirjastoon. Jos haluat harjoitella lukemista, Cindy kuuntelee mielellään eikä koskaan hauku tai arvostele. Cindy pitää myös silittelyistä ja rapsutteluista!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa tapaamaan lukukoira Cindy kirjastoon"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqdrmsyi4/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqdrmsyui",
            "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:p11406/?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"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqdrmszne/?format=api"
            },
            "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": 2385986,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-08-25T10:29:26.181519Z",
                    "last_modified_time": "2026-08-25T10:29:26.181540Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/116dbe8b-8493-4ec4-8dfc-59aab92dab0e.jfif",
                    "name": "Lukukoira Cindy",
                    "cropping": "0,106,1388,1494",
                    "photographer_name": "",
                    "alt_text": "Lukukoira Cindy",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385986/?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"
                }
            ],
            "created_time": "2026-08-25T10:43:20.498743Z",
            "last_modified_time": "2026-08-25T10:43:20.498761Z",
            "date_published": null,
            "start_time": "2026-09-20T08:00:00Z",
            "end_time": "2026-09-20T10: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": "Lukukoira Cindy"
            },
            "description": {
                "fi": "<p>Tervetuloa tapaamaan lukukoira Cindy kirjastoon. Jos haluat harjoitella lukemista, Cindy kuuntelee mielellään eikä koskaan hauku tai arvostele. Cindy pitää myös silittelyistä ja rapsutteluista!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa tapaamaan lukukoira Cindy kirjastoon"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqdrmsyui/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqdrmsy74",
            "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:p11406/?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"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqdrmszne/?format=api"
            },
            "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": 2385986,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-08-25T10:29:26.181519Z",
                    "last_modified_time": "2026-08-25T10:29:26.181540Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/116dbe8b-8493-4ec4-8dfc-59aab92dab0e.jfif",
                    "name": "Lukukoira Cindy",
                    "cropping": "0,106,1388,1494",
                    "photographer_name": "",
                    "alt_text": "Lukukoira Cindy",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385986/?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"
                }
            ],
            "created_time": "2026-08-25T10:43:20.387443Z",
            "last_modified_time": "2026-08-25T10:43:20.387459Z",
            "date_published": null,
            "start_time": "2026-08-30T08:00:00Z",
            "end_time": "2026-08-30T10: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": "Lukukoira Cindy"
            },
            "description": {
                "fi": "<p>Tervetuloa tapaamaan lukukoira Cindy kirjastoon. Jos haluat harjoitella lukemista, Cindy kuuntelee mielellään eikä koskaan hauku tai arvostele. Cindy pitää myös silittelyistä ja rapsutteluista!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa tapaamaan lukukoira Cindy kirjastoon"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqdrmsy74/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69606",
            "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: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:p29865/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "24,80€ / 20€",
                        "sv": "24,80€ / 20€",
                        "en": "24,80€ / 20€"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/sv/event/laura-voutilainen-joulukonsertti-vuotalo-21816422/",
                        "sv": "https://www.lippu.fi/sv/event/laura-voutilainen-joulukonsertti-vuotalo-21816422/",
                        "en": "https://www.lippu.fi/sv/event/laura-voutilainen-joulukonsertti-vuotalo-21816422/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385580,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-07-09T12:15:09.368730Z",
                    "last_modified_time": "2026-07-09T12:15:09.368745Z",
                    "url": "http://www.vuotalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791047.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385580/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-09T12:15:09.137600Z",
            "last_modified_time": "2026-08-25T10:23:47.491689Z",
            "date_published": null,
            "start_time": "2026-12-18T16:00:00Z",
            "end_time": "2026-12-18T18: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": "PERUTTU | Laura Voutilainen",
                "sv": "INSTÄLLT | Laura Voutilainen",
                "en": "CANCELLED | Laura Voutilainen"
            },
            "description": {
                "fi": "<p>Esitys on valitettavasti peruuntunut.</p><p><b>Laura Voutilaisen</b> ensilevytyksestä on kulunut jo 32 vuotta, ja tänä aikana hän on noussut suomalaisen musiikkimaailman ehdottomaan kärkikaartiin. Ujosta ja hiljaisesta sellististä on vuosien saatossa kasvanut vaativatkin estradit suvereenisti haltuun ottava äärettömän monipuolinen ja kyvykäs viihdetaiteilija.</p><p>Pitkän uransa aikana hän on noussut kirkkaaksi tähdeksi kotimaisen popin ja iskelmän taivaalle kappaleillaan: debyyttisinglestä  \"Muuttanut oot maailmain\" (1993) euroviisuklassikkoon \"Addicted to You\" (2002) ja \"Miks ei\" (2017) -hittiin. Voutilainen on tullut suomalaisille tutuksi ääneksi ja kasvoksi monipuolisilla esiintymisillään konserttilavoilla, televisio-ohjelmista (mm. <i>Tanssii tähtien kanssa</i> 2010 ja <i>Vain elämää</i> 2017), musikaaleista (mm. <i>Yön sisar</i> 2002 ja <i>Mamma Mia!</i> 2018) ja elokuvien äänirooleista (mm. <i>Herkules</i> 1997 ja<i> Wicked</i> 2024).</p><p>Läpimurtonsa Laura teki tammikuussa 1994, jolloin hänen esikoisalbuminsa <i>Laura Voutilainen</i> julkaistiin. Kyseessä oli vuoden 1994 eniten myyty suomalainen albumi, joka päätyi noin 120 000 suomalaiskotiin.</p><p>Laura on palkittu kahdesti, vuosina 1994 ja 1996, Vuoden Naissolistina Emma Gaalassa. Tämän lisäksi hänet on palkittu Vuoden Naisartistina Iskelmä Gaalassa vuonna 2008 ja Iskelmä-Finlandia palkinnolla vuonna 2010.</p><p>Konsertin kesto: 2 t, sis. väliajan</p>",
                "sv": "<p>Evenemanget har tyvärr ställts in.</p>",
                "en": "<p>The event has regrettably been cancelled.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Esitys on valitettavasti peruuntunut.",
                "sv": "Evenemanget har tyvärr ställts in.",
                "en": "The event has regrettably been cancelled."
            },
            "info_url": {
                "fi": "http://www.vuotalo.fi/fi/tapahtumat/event/6E9B67DA1090345B16B3B3BF4AA88510/PERUTTU_Laura_Voutilainen",
                "sv": "http://www.vuotalo.fi/sv/evenemang/event/6E9B67DA1090345B16B3B3BF4AA88510/INSTALLT_Laura_Voutilainen",
                "en": "http://www.vuotalo.fi/en/events/event/6E9B67DA1090345B16B3B3BF4AA88510/CANCELLED_Laura_Voutilainen"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69606/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69500",
            "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:205/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:29/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke: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/yso:p1235/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16919/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385432,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-30T10:14:27.366492Z",
                    "last_modified_time": "2026-06-30T10:14:27.366505Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_795714.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385432/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-30T10:14:27.249700Z",
            "last_modified_time": "2026-08-25T10:23:34.425104Z",
            "date_published": null,
            "start_time": "2026-10-29T16:00:00Z",
            "end_time": "2026-10-29T17:48: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": "Teräsleidit – kuin viimeistä päivää – Yleisön suosikit",
                "sv": "Teräsleidit – kuin viimeistä päivää – Publikens favoriter",
                "en": "Teräsleidit – kuin viimeistä päivää – Audience Favourites"
            },
            "description": {
                "fi": "<p>Yleisön suosikit -elokuvasarjassa esitetään kerran kuussa edelliskauden suosituimpia ja toivotuimpia elokuvia.</p><p>Pamela Tolan elokuvassa teräsleidit Inkeri (Leena Uotila), Raili (Seela Sella) ja Kerttu (Sanna-Kaisa Palo) seikkailevat kuin viimeistä päivää.</p><p>Vastaanotolla ollessaan Inkeri kuulee lääkärin paljastavan nurkan takana hoitajalle, ettei elinaikaa tai toivoa enää ole. Inkerin tytär Maija (Pirjo Lonka) ottaa tehtäväkseen äitinsä saattohoitamisen vaikka väkisin, mutta Inkerillä on muita suunnitelmia. Viimeisenä tekonaan hän aikoo pelastaa Maijan toistamasta itsensä tekemiä virheitä ja heittäytyä sitten iäksi Jäämereen.</p><p>Inkeri pakenee palvelutalosta viimeiselle matkalleen teräsleidien ja mukaan matkaan tarttuneen Matin (Eero Saarinen) kanssa. Ennen Jäämerta Inkeri heittäytyy vielä elämään: kipeisiin muistoihin, suuriin tunteisiin ja metsäreiveihin.</p><p>Pamela Tolan Teräsleidit – kuin viimeistä päivää on vuoden 2020 katsotuimman kotimaisen elokuvan, rakastetun Teräsleidit-komedian itsenäinen jatko-osa.</p><p>Kesto: 1 t 32 min<br>Kieli: suomi, tekstitetty suomeksi heikkokuuloisille<br>Ikäraja: 7<br>Vapaa pääsy</p>",
                "sv": "<p>I filmserien Publikens favoriter visas en gång i månaden förra säsongens populäraste och mest önskade filmer.</p><p>I Pamela Tolas film är stålsystrarna Inkeri (Leena Uotila), Raili (Seela Sella) och Kerttu (Sanna-Kaisa Palo) ute på ett sista äventyr.</p><p>När Inkeri är på mottagningen hör hon läkaren säga till sjukskötaren runt hörnet att både livstiden och hoppet är ute. Inkeris dotter Maija (Pirjo Lonka) tar sig an uppgiften att ge sin mor vård i livets slutskede, även om det innebär att tvinga henne till det, men Inkeri har andra planer. Hennes sista handling blir att rädda Maija från att upprepa de misstag hon själv gjort och att sedan kasta sig i Ishavet för evigt.</p><p>Inkeri flyr från servicehemmet för sin sista resa med sina stålsystrar och Matti (Eero Saarinen) som hänger med. Innan Ishavet låter Inkeri ännu livet ta över: smärtsamma minnen, stora känslor och rejv i skogen.</p><p>Pamela Tolas Teräsleidit – Kuin viimeistä päivää är den oberoende uppföljaren till den älskade komedin Stålsystrar, som var den mest sedda inhemska filmen 2020.</p><p>Längd: 1 h 32 min. <br>Språk: finska, textad på finska för personer med nedsatt hörsel</p><p>Åldersgräns: 7 <br>Fritt inträde</p>",
                "en": "<p>Once a month, the Audience Favourites series presents the most popular and frequently requested films of the previous season.</p><p>In Pamela Tola’s new film, ladies of steel Inkeri (Leena Uotila), Raili (Seela Sella) and Kerttu (Sanna-Kaisa Palo) are adventuring like there is no tomorrow.</p><p>During her doctor’s appointment, Inkeri hears the doctor tell a nurse around the corner that she has no time left to live and no hope. Inkeri’s daughter Maija (Pirjo Lonka) takes on the task of providing her mother with hospice care whether she wants it or not, but Inkeri has other plans. As her last deed, she is planning to save Maija from repeating the mistakes that she herself has made and then throw herself into the Arctic Ocean forever.</p><p>Inkeri escapes from her service home for her last journey with the ladies of steel and Matti (Eero Saarinen), who ends up joining the ladies. Before the Arctic Ocean, Inkeri throws herself into life one more time: into painful memories, grand emotions and forest raves.</p><p>Pamela Tola's Ladies of Steel – kuin viimeistä päivää is an independent sequel to the best-selling domestic film of 2020, the beloved comedy Ladies of Steel.</p><p>Duration: 1 h 32 min <br>Language: Finnish, with Finnish closed captions</p><p>Age rating: 7 <br>Free entry</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Yleisön suosikit -elokuvasarjassa esitetään kerran kuussa edelliskauden suosituimpia ja toivotuimpia elokuvia.",
                "sv": "I filmserien Publikens favoriter visas en gång i månaden förra säsongens populäraste och mest önskade filmer.",
                "en": "Once a month, the Audience Favourites series presents the most popular and frequently requested films of the previous season."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/C5B9F73D925A671BD208ED67AF16DEE8/Terasleidit_kuin_viimeista_paivaa",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/C5B9F73D925A671BD208ED67AF16DEE8/Terasleidit_kuin_viimeista_paivaa",
                "en": "http://www.malmitalo.fi/en/events/event/C5B9F73D925A671BD208ED67AF16DEE8/Terasleidit_kuin_viimeista_paivaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69500/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69064",
            "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:31/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:755/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p29865/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "24,80 € / 17,80 €",
                        "sv": "24,80 € / 17,80 €",
                        "en": "24,80 € / 17,80 €"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/traveling-jones-feat-esa-kuloniemi-plays-fleetwood-mac-malmitalo-21595789/",
                        "sv": "https://www.lippu.fi/event/traveling-jones-feat-esa-kuloniemi-plays-fleetwood-mac-malmitalo-21595789/",
                        "en": "https://www.lippu.fi/event/traveling-jones-feat-esa-kuloniemi-plays-fleetwood-mac-malmitalo-21595789/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384973,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-05T08:14:05.621368Z",
                    "last_modified_time": "2026-06-05T08:14:05.621383Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_792649.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384973/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-05T08:14:05.494660Z",
            "last_modified_time": "2026-08-25T10:23:33.979389Z",
            "date_published": null,
            "start_time": "2026-10-28T17:00:00Z",
            "end_time": "2026-10-28T18:45: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": "Traveling Jones featuring Esa Kuloniemi plays Fleetwood Mac",
                "sv": "Traveling Jones featuring Esa Kuloniemi plays Fleetwood Mac",
                "en": "Traveling Jones featuring Esa Kuloniemi plays Fleetwood Mac"
            },
            "description": {
                "fi": "<p>Traveling Jones on saanut solistikseen maamme Fleetwood Mac -spesialistien terävimpään kärkeen kuuluvan kitaristi-laulaja Esa ”Bluesministeri” Kuloniemen.</p><p>Traveling Jones on tullut tunnetuksi mm. Pepe Ahlqvistin ja Eero Raittisen luottokokoonpanona. Kuloniemi puolestaan on soittanut mm. Honey B & T-Bones -yhtyeessä.</p><p>Luvassa tunnelmallinen, nostalginen ja kitarasoolojen täyteinen ilta brittiblues-klassikoiden parissa!<br> <br>Kitaralegenda Peter Greenin Lontoossa vuonna 1967 perustama alkuperäinen Fleetwood Mac mullisti kokonaisen sukupolven tajunnan. Yhtye aloitti puhtaana, autenttisuuteen pyrkivänä 60-luvun brittiblues-kokoonpanona. Vuosikymmenen loppua kohti bändin tyyli kehittyi ilmaisultaan eklektisemmäksi ja sitä pidetään yhtenä jam band -käsitteen esitaistelijoista. Parhaiten tuon ajan kokoonpano muistetaan kolmen kitaristinsa soolotyöskentelystä ja Greenin ja Danny Kirwanin upeasta sävellystyöstä, joka vaikutti jopa The Beatlesiin ja jonka ansiosta yhtyettä kosiskeltiin Apple-levymerkin rosteriin. Bändin hitit ja klassikot kuten ”Albatross”, ”Oh, Well”, ”Man of the World” ja ”Jigsaw Puzzle Blues” ovat jääneet elämään.</p><p>Esa Kuloniemi (laulu ja kitara)</p><p>Traveling Jones:<br>Jakke Aho (laulu ja basso)<br>Juha Sundqvist (kitara ja laulu)<br>Pekka Qvist (koskettimet)<br>Ossi Nykänen (rummut).<br> <br>Kesto: 1 h 45 min, sis. 20 min väliajan</p>",
                "sv": "<p>Traveling Jones har värvat gitarristen och sångaren Esa ”Bluesministeri” Kuloniemi, som hör till de främsta Fleetwood Mac-specialisterna i vårt land, som solist.</p><p>Traveling Jones har blivit känt bland annat som Pepe Ahlqvists och Eero Raittinens trogna band. Kuloniemi har i sin tur spelat i bland annat bandet Honey B & the T-Bones.</p><p>Det blir en stämningsfull och nostalgisk kväll fylld av gitarrsolon i sällskap med brittiska bluesklassiker!</p><p>Det ursprungliga Fleetwood Mac, som grundades i London 1967 av gitarrlegenden Peter Green, revolutionerade en hel generations medvetande. Bandet började som ett rent 60-talsband inom brittisk blues som strävade efter autenticitet. Mot slutet av årtiondet blev bandets stil mer eklektisk i sitt uttryck, och det anses vara en av föregångarna till begreppet jam band. Den tidens sammansättning är främst känd för sina tre gitarristers solospel samt för Greens och Danny Kirwans fantastiska kompositioner, som till och med influerade The Beatles och tack vare vilka bandet blev uppvaktat av skivbolaget Apple. Bandets hitlåtar och klassiker som Albatross, Oh, Well, Man of the World och Jigsaw Puzzle Blues har gått till historien.</p><p>Esa Kuloniemi – sång och gitarr <br> <br>Traveling Jones: <br>Jakke Aho – sång och bas <br>Juha Sundqvist – gitarr och sång <br>Pekka Qvist – klaviatur <br>Ossi Nykänen – trummor</p><p>Längd: 1 h 45 min., inklusive 20 minuters paus</p>",
                "en": "<p>Traveling Jones has tapped guitarist and singer Esa “Bluesministeri” Kuloniemi, one of Finland’s leading Fleetwood Mac specialists, as the band’s lead vocalist.</p><p>Traveling Jones has become known as the trusted backing band for artists such as Pepe Ahlqvist and Eero Raittinen. Kuloniemi, on the other hand, has played with bands such as Honey B & T-Bones.</p><p>Get ready for an atmospheric, nostalgic evening packed with guitar solos and British blues classics!</p><p>The original Fleetwood Mac, founded in London in 1967 by guitar legend Peter Green, blew the minds of an entire generation. The band started out as a pure 1960s British blues group striving for authenticity. Towards the end of the decade, the band’s style became more eclectic in its expression, and group are regarded as one of the pioneers of the ‘jam band’ concept. The line-up of that era is best remembered for the solo work of its three guitarists and the superb songwriting of Green and Danny Kirwan, which even influenced The Beatles and led to the band being courted to join the Apple record label’s roster. The band’s hits and classics, such as ‘Albatross’, ‘Oh, Well’, ‘Man of the World’ and ‘Jigsaw Puzzle Blues’, have stood the test of time.</p><p>Esa Kuloniemi (vocals and guitar) <br> <br>Traveling Jones: <br>Jakke Aho (vocals and bass) <br>Juha Sundqvist (guitar and vocals) <br>Pekka Qvist (keyboards) <br>Ossi Nykänen (drums)</p><p>Duration: 1 h 45 min, incl. 20 min intermission</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Traveling Jones on saanut solistikseen maamme Fleetwood Mac -spesialistien terävimpään kärkeen kuuluvan kitaristi-laulaja Esa ”Bluesministeri” Kuloniemen.",
                "sv": "Traveling Jones har värvat gitarristen och sångaren Esa ”Bluesministeri” Kuloniemi, som hör till de främsta Fleetwood Mac-specialisterna i vårt land, som solist.",
                "en": "Traveling Jones has tapped guitarist and singer Esa “Bluesministeri” Kuloniemi, one of Finland’s leading Fleetwood Mac specialists, as the band’s lead vocalist."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/8CFFC40CD166AF35EA497A2684794EF5/Traveling_Jones_featuring_Esa_Kuloniemi_plays_Fleetwood_Mac",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/8CFFC40CD166AF35EA497A2684794EF5/Traveling_Jones_featuring_Esa_Kuloniemi_plays_Fleetwood_Mac",
                "en": "http://www.malmitalo.fi/en/events/event/8CFFC40CD166AF35EA497A2684794EF5/Traveling_Jones_featuring_Esa_Kuloniemi_plays_Fleetwood_Mac_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69064/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69063",
            "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:31/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:755/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p29865/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "34,90 € / 29,90 €",
                        "sv": "34,90 € / 29,90 €",
                        "en": "34,90 € / 29,90 €"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/antti-autio-haahuillen-malmitalo-21684000/",
                        "sv": "https://www.lippu.fi/event/antti-autio-haahuillen-malmitalo-21684000/",
                        "en": "https://www.lippu.fi/event/antti-autio-haahuillen-malmitalo-21684000/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384972,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-05T08:14:04.766602Z",
                    "last_modified_time": "2026-06-05T08:14:04.766617Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_792646.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384972/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-05T08:14:04.645841Z",
            "last_modified_time": "2026-08-25T10:23:31.493035Z",
            "date_published": null,
            "start_time": "2026-10-23T16:00:00Z",
            "end_time": "2026-10-23T18: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": "Antti Autio: Haahuillen – A la Malmi",
                "sv": "Antti Autio: Haahuillen – A la Malmi",
                "en": "Antti Autio: Haahuillen – A la Malmi"
            },
            "description": {
                "fi": "<p>Antti Aution Haahuillen-konserttisalikiertue tuo kuulijat lähemmäksi laulujen syntyhetkiä.</p><p>Konsertit jatkavat alkuvuonna julkaistua <i>Tie on maalattu maahan</i> -albumin kiertuetta uudella syväluotaavalla tavalla. Albumin syntyä ja teemoja lähestytään vuorovaikutuksessa ja jutustellen yleisön kanssa.<br> <br>Illan aikana kuullaan tietysti myös vanhempaa tuotantoa, kuten kaikkien tuntemat ja miljoonia striimanneet \"Pihkassa\", \"Kaikki hyvin\", \"Norja\", \"Tehty sinulle\" sekä monia muita kappaleita joista kuullaan uusia ennenkuulumattomia sovituksia.<br> <br><i>”Haluamme tuoda kuulijat lähemmäs niitä hetkiä, kun kappaleet vasta syntyvät tai muotoutuvat. Haahuillen -konserttisalikiertue on kutsu tulla jakamaan nämä hetket yhtyeemme kanssa”</i>, Autio kuvailee.<br> <br>Antin lisäksi bändissä soittavat Jussi Liukkonen, Joska Saarinen, Joel Parvamo ja Ella Rosenlund.</p><p>Aution musiikkia on kuunneltu Spotifyssa yli 35 miljoonan toiston verran ja artistin on nähty esiintyvän mm. Flow Festivalin päälavalla. Kriitikoiden arvostusta osakseen saaneen artistin teoksia on noteerattu laajalti eri medioissa toistuvan ylistävään sävyyn. <i>Kaikki talot huojuu</i> -albumi ylitti kultalevyrajan syksyllä 2024. Viimeisin albumi <i>Tie on maalattu maahan</i> julkaistiin 20. Maaliskuuta.</p><p>Kesto: 2 h, sis. 20 min väliajan</p>",
                "sv": "<p>Antti Autios konsertsalsturné Haahuillen tar publiken närmare sångernas tillkomst.</p><p>Konserterna fortsätter turnén för albumet <i>Tie on maalattu maahan</i>, som släpptes i början av året, på ett nytt och djupgående sätt. Albumets tillkomst och teman behandlas genom interaktion och samtal med publiken.</p><p>Under kvällen får vi naturligtvis också höra äldre låtar, som de välkända och miljontals gånger streamade Pihkassa, Kaikki hyvin, Norja och Tehty sinulle samt många andra låtar som framförs i nya, tidigare okända arrangemang.</p><p><i>”Vi vill föra lyssnarna närmare de ögonblick då låtarna just föds eller tar form. Konsertsalsturnén Haahuillen är en inbjudan till att dela dessa stunder med vårt band”</i>, säger Autio.</p><p>Förutom Antti består bandet av Jussi Liukkonen, Joska Saarinen, Joel Parvamo och Ella Rosenlund.</p><p>Autios musik har spelats över 35 miljoner gånger på Spotify och han har uppträtt bland annat på huvudscenen vid Flow Festival. Den kritikerrosade artistens verk har upprepade gånger lovordats i medierna. Albumet <i>Kaikki talot huojuu</i> överskred gränsen för en guldskiva hösten 2024. Det senaste albumet <i>Tie on maalattu maahan</i> släpptes den 20 mars.</p><p>Längd: 2 h, inklusive 20 minuters paus</p>",
                "en": "<p>Antti Autio’s Haahuillen concert hall tour brings the audience closer to the moments when the songs were born.</p><p>The concerts continue the tour for the album <i>Tie on maalattu maahan</i>, released earlier this year, in a new, deep-diving way. The album’s creation and themes are explored through interaction and conversation with the audience.</p><p>Of course, the setlist for the evening also features some older material, such as the well-known tracks ‘Pihkassa’, ‘Kaikki hyvin’ and ‘Norja’, ‘Tehty sinulle’ and many other tracks performed in new, previously unheard arrangements.</p><p><i>“We want to bring our listeners closer to those moments when songs are first born or taking shape. The Haahuillen concert hall tour is an invitation to come and share these moments with our band,”</i> says Autio.</p><p>In addition to Antti himself, the band features Jussi Liukkonen, Joska Saarinen, Joel Parvamo and Ella Rosenlund.</p><p>Autio’s music has over 35 million plays on Spotify, and he has performed on the main stage of Flow Festival, among others. The critically acclaimed artist’s work has been widely addressed in various media outlets with recurring praise. The album <i>Kaikki talot huojuu</i> went gold in autumn 2024. Autio’s latest album, <i>Tie on maalattu maahan</i>, was released on 20 March.</p><p>Duration: 2 h, incl. 20 min intermission</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Antti Aution Haahuillen-konserttisalikiertue tuo kuulijat lähemmäksi laulujen syntyhetkiä.",
                "sv": "Antti Autios konsertsalsturné Haahuillen tar publiken närmare sångernas tillkomst.",
                "en": "Antti Autio’s Haahuillen concert hall tour brings the audience closer to the moments when the songs were born."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/81C333496DD8E63E4653763891F0642A/Antti_Autio_Haahuillen",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/81C333496DD8E63E4653763891F0642A/Antti_Autio_Haahuillen",
                "en": "http://www.malmitalo.fi/en/events/event/81C333496DD8E63E4653763891F0642A/Antti_Autio_Haahuillen"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69063/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69342",
            "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:105/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:33/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:351/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:755/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2625/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p6529/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "8 €",
                        "sv": "8 €",
                        "en": "8 €"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/teatteri-mukamas-metsan-arvoitus-malmitalo-21706040/",
                        "sv": "https://www.lippu.fi/event/teatteri-mukamas-metsan-arvoitus-malmitalo-21706040/",
                        "en": "https://www.lippu.fi/event/teatteri-mukamas-metsan-arvoitus-malmitalo-21706040/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385095,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-12T08:14:16.596376Z",
                    "last_modified_time": "2026-06-12T08:14:16.596390Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_794015.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385095/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                }
            ],
            "created_time": "2026-06-12T08:14:16.523129Z",
            "last_modified_time": "2026-08-25T10:23:30.540664Z",
            "date_published": null,
            "start_time": "2026-10-22T15:00:00Z",
            "end_time": "2026-10-22T15:35: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": "Teatteri Mukamas: Metsän arvoitus",
                "sv": "Teatteri Mukamas: Metsän arvoitus",
                "en": "Teatteri Mukamas: Metsän arvoitus"
            },
            "description": {
                "fi": "<p>Metsäiseen seikkailuun meidät johdattaa elävä musiikki ja Anna-Liisa Tarvaisen hurmaavat nuket. Tervetuloa kokemaan metsän ihmeitä.</p><p><i>Kuuletko puiden huminaa,<br>lintujen laulua lempeää.<br>Rits, räts, oksa räsähtää ja orava paikalle hypähtää.<br>Kun metsässä oot, niin tiedäthän sen, ei tarvitse olla yksikseen.</p><p>Maasta löytyy kartta kumma,<br>mikä ihme se voikaan olla?<br>Ystävä tietenkin auttaa saattaa, kun pulma on sulla.</i></p><p>Kesto: noin 35 min<br>Ikäsuositus: yli 3-vuotiaille</p>",
                "sv": "<p>Levande musik och Anna-Liisa Tarvainens förtjusande dockor tar oss med på ett äventyr i skogen. Välkommen att uppleva skogens under.</p><p><i>Hör du trädens sus, <br>fåglarnas milda sång? <br>Ritsch, ratsch, en gren knakar och en ekorre hoppar fram. <br>När du är i skogen vet du att du inte behöver vara ensam.</p><p>På marken finns en märklig karta, <br>vad i hela världen kan det vara? <br>En vän hjälper förstås till när du har problem.</i></p><p>Längd: ca 35 min. <br>Åldersrekommendation: barn över 3 år</p>",
                "en": "<p>Live music and Anna-Liisa Tarvainen’s charming puppets take us on a forest adventure. Come and experience the wonders of the forest.</p><p><i>Can you hear the rustling of the trees, <br>the gentle song of the birds. <br>Crack, a twig snaps and a squirrel hops into view. <br>When you’re in the woods, you know that you don’t have to be alone.</p><p>There’s a strange map on the ground, <br>what on earth could it be? <br>A friend will, of course, help you out when you’re in a pickle.</i></p><p>Duration: roughly 35 min <br>Recommended age: 3+</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Metsäiseen seikkailuun meidät johdattaa elävä musiikki ja Anna-Liisa Tarvaisen hurmaavat nuket. Tervetuloa kokemaan metsän ihmeitä.",
                "sv": "Levande musik och Anna-Liisa Tarvainens förtjusande dockor tar oss med på ett äventyr i skogen. Välkommen att uppleva skogens under.",
                "en": "Live music and Anna-Liisa Tarvainen’s charming puppets take us on a forest adventure. Come and experience the wonders of the forest."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/A9464B754486E8308C7F9072032802B7/Teatteri_Mukamas_Metsan_arvoitus",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/A9464B754486E8308C7F9072032802B7/Teatteri_Mukamas_Metsan_arvoitus",
                "en": "http://www.malmitalo.fi/en/events/event/A9464B754486E8308C7F9072032802B7/Teatteri_Mukamas_Metsan_arvoitus"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69342/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69509",
            "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:205/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:29/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke: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/yso:p1235/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16919/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "9 €",
                        "sv": "9 €",
                        "en": "9 €"
                    },
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385415,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-29T13:14:18.444062Z",
                    "last_modified_time": "2026-06-29T13:14:18.444078Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_795728.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385415/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-29T13:14:18.264022Z",
            "last_modified_time": "2026-08-25T10:23:30.098785Z",
            "date_published": null,
            "start_time": "2026-10-22T10:00:00Z",
            "end_time": "2026-10-22T12: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": "HopeaCine: Presidentin kyyditys",
                "sv": "HopeaCine: Presidentin kyyditys",
                "en": "HopeaCiné: The Kidnapping of a President"
            },
            "description": {
                "fi": "<p>Senioreille suunnatun HopeaCinen ohjelmistossa nähdään kotimaisia uutuuselokuvia kerran kuussa. Kuhunkin esitykseen kutsutaan vieraiksi elokuvantekijöitä tai elokuva-asiantuntijoita, jotka näytöksen jälkeen avaavat elokuvan tekoprosessia ja tarjoavat uutta ajateltavaa elokuvakatselun syventämiseksi.</p><p>Tositapahtumien inspiroima <i>Presidentin kyyditys</i> vie katsojan keskelle vuoden 1930 absurdeja tapahtumia. Raskaan ryyppyillan aikana joukko kunnianhimoisia upseereita päättää kaapata Suomen ensimmäisen presidentin – jo eläkkeellä olevan K. J. Ståhlbergin. Uppiniskainen presidentin vaimo Ester Ståhlberg ei tiukassakaan tilanteessa suostu jättämään miestään, vaan änkeää muiluttajien pään menoksi samaan kyytiin auton takapenkille. Alkaa uskomaton matka halki levottoman Suomen, jossa huhupuheet ja historia kietoutuvat yhteen – eikä vieläkään tiedetä, mikä presidentin kyydityksessä oli totta ja mikä tarua.</p><p>HopeaCine näytökset löydät myös Cinema Orionista ja Vuotalolta.</p><p>Lokakuun elokuva: Presidentin kyyditys<br>Cinema Orion ke 14.10. klo 13.00<br>Malmitalo to 22.10. klo 13.00<br>Vuotalo ti 27.10. klo 14.00</p><p>Marraskuun elokuva: Lapin sota<br>Malmitalo to 12.11. klo 13.00<br>Cinema Orion ke 18.11. klo 13.00<br>Vuotalo ti 24.11. klo 14.00</p><p>Joulukuun elokuva: Kerro kaikille<br>Cinema Orion ke 9.12. klo 13.00<br>Malmitalo to 10.12. klo 13.00<br>Vuotalo ti 15.12. klo 14.00</p>",
                "sv": "<p>I HopeaCines program som riktar sig till seniorer visas inhemska nyhetsfilmer en gång i månaden.</p><p>Till varje föreställning bjuds filmskapare eller filmexperter in som gäster, som efter föreställningen berättar om processen med att göra filmen och ger något nytt att tänka på för att fördjupa filmvisningen.</p><p>Filmen <i>Presidentin kyyditys</i>, som är inspirerad av verkliga händelser, för tittaren rakt in i de absurda händelserna under 1930. Under en kväll med kraftigt drickande beslutar en grupp ambitiösa officerare att kidnappa Finlands första president – den redan pensionerade K. J. Ståhlberg. Den envisa presidentfrun Ester Ståhlberg vägrar att lämna sin man, inte ens när det hettar till, utan tjatar på skjutsarna tills de till slut låter henne sätta sig i baksätet på samma bil. En otrolig resa genom ett oroligt Finland tar sin början, där rykten och historia flätas samman – och man vet fortfarande inte vad som var sant och vad som var falskt i samband med presidentens bortförande.</p>",
                "en": "<p>Designed for seniors, HopeaCiné’s programme features new Finnish films once a month.</p><p>Each screening invites filmmakers or film experts as guests, who will discuss the filmmaking process and offer fresh insights to deepen the viewing experience after the film.</p><p>Inspired by true events, <i>The Kidnapping of a President</i> transports the viewer into the heart of absurd events in 1930. During a night of heavy drinking, a group of ambitious officers decide to kidnap Finland’s first president – the already retired K. J. Ståhlberg. Ester Ståhlberg, the president’s headstrong wife, refuses to leave her husband’s side even in those dire circumstances, and instead stubbornly insists on getting into the backseat of the car with the kidnappers. An incredible journey begins through a turbulent Finland, where rumours and history are intertwined – and even now, it remains unclear what was fact and what was fiction in the president’s kidnapping.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Senioreille suunnatun HopeaCinen ohjelmistossa nähdään kotimaisia uutuuselokuvia kerran kuussa. Kuhunkin esitykseen kutsutaan vieraiksi elokuvantekijöitä tai elokuva-asiantuntijoita, jotka näytöksen jälkeen avaavat elokuvan tekoprosessia ja tarjoavat uutta ajateltavaa elokuvakatselun syventämiseksi.",
                "sv": "I HopeaCines program som riktar sig till seniorer visas inhemska nyhetsfilmer en gång i månaden.",
                "en": "Designed for seniors, HopeaCiné’s programme features new Finnish films once a month."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/97DE7189CE449B2693C42F85B6D5A8E9/HopeaCine_Presidentin_kyyditys",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/97DE7189CE449B2693C42F85B6D5A8E9/HopeaCine_Presidentin_kyyditys",
                "en": "http://www.malmitalo.fi/en/events/event/97DE7189CE449B2693C42F85B6D5A8E9/HopeaCin_The_Kidnapping_of_a_President_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69509/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69569",
            "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:31/?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/yso:p29865/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "19,80€",
                        "sv": "19,80€",
                        "en": "19,80€"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/european-blues-challenge-suomen-osakilpailu-malmitalo-21651297/",
                        "sv": "https://www.lippu.fi/event/european-blues-challenge-suomen-osakilpailu-malmitalo-21651297/",
                        "en": "https://www.lippu.fi/event/european-blues-challenge-suomen-osakilpailu-malmitalo-21651297/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385455,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-07-01T11:14:16.082211Z",
                    "last_modified_time": "2026-07-01T11:14:16.082227Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791363.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385455/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-01T11:14:15.897377Z",
            "last_modified_time": "2026-08-25T10:23:28.902940Z",
            "date_published": null,
            "start_time": "2026-10-17T15:00:00Z",
            "end_time": "2026-10-17T18: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": "European Blues Challenge: Suomen osakilpailu",
                "sv": "European Blues Challenge: Deltävling i Finland",
                "en": "European Blues Challenge: Finnish leg of the competition"
            },
            "description": {
                "fi": "<p>Blues-musiikin “euroviisujen” Suomen edustaja valitaan vuodelle 2027.</p><p>Eurooppalaisten bluestoimijoiden kattojärjestö European Blues Union (EBU) on jo 15 vuoden ajan järjestänyt eri puolilla Eurooppaa European Blues Challenge (EBC) -tapahtuman, jota voidaan hyvällä syyllä kutsua bluesmusiikin euroviisuiksi. Näihin EBC-kisoihin on vuosittain lähettänyt edustajiaan reilut 20 maata. Suomi on ollut aina mukana (vuodesta 2011 lähtien).</p><p>Kukin EBU:n jäsenvaltio järjestää tahollaan oman kansallisen edustajansa valinnan. Suomessa ehdokkaiksi ilmoittautuneiden bluesyhtyeiden ja -sooloartistien joukosta tähän kilpailuun valittiin neljä kokoonpanoa, joiden esikarsinnan suorittivat European Blues Unionin (EBU) suomalaiset aktiivijäsenet.</p><p>Suomen lopullisen EBC 2027 -kilpailuedustajan valitsee (järjestäjistä) riippumaton asiantuntijaraati tässä Malmitalon konsertissa. Kilpailu alkaa kello 18.00 ja jokainen yhtye soittaa 20 minuuttia. Varsinainen EBC 2027 -tapahtuma pidetään Portugalin Vila do Conde’ssa 8.–10. huhtikuuta 2027.</p><p>Malmitalosta on tullut vuosien varrella merkittävä bluesmusiikin areena Helsingissä. Suomen EBC 2027 -edustajan valinta suoritetaan nyt ensimmäistä kertaa Malmitalossa yhteistyönä Finnish Blues Societyn (FBS) kanssa.</p><p>Kesto: 3t 30min, sis 20 min väliajan</p>",
                "sv": "<p>Finlands representant i bluesmusikens ”Eurovision” utses för 2027.</p><p>European Blues Union (EBU), paraplyorganisationen för europeiska bluesaktörer, har i 15 år ordnat evenemanget European Blues Challenge (EBC) på olika håll i Europa, vilket med rätta kan kallas bluesmusikens Eurovision. Över 20 länder har varje år skickat representanter till dessa EBC-tävlingar. Finland har alltid varit med (sedan 2011).</p><p>Varje medlemsland i EBU ordnar på egen hand valet av sin nationella representant. Bland de bluesband och -solister som anmält sig som kandidater i Finland valdes fyra sammansättningar ut till denna tävling, för vilka förkvalet genomfördes av de aktiva medlemmarna i European Blues Union (EBU) i Finland.</p><p>Finlands slutgiltiga representant i EBC 2027-tävlingen utses av en (av arrangörerna) oberoende expertjury vid denna konsert på Malms kulturhus. Tävlingen börjar klockan 18.00 och varje band spelar i 20 minuter. Själva EBC 2027-evenemanget hålls i Vila do Conde i Portugal den 8–10 april 2027.</p><p>Malms kulturhus har med åren blivit en viktig scen för bluesmusiken i Helsingfors. Valet av Finlands representant till EBC 2027 genomförs nu för första gången på Malms kulturhus i samarbete med Finnish Blues Society (FBS).</p><p>Längd: 3 h 30 min., inklusive 20 minuters paus</p>",
                "en": "<p>Finland’s representative at the so-called Eurovision contest for blues music is set to be chosen for 2027.</p><p>The European Blues Union (EBU), the umbrella organisation for European blues operators, has been organising the European Blues Challenge (EBC) across Europe for 15 years now, and the competition can rightly be described as the ‘Eurovision of blues music’. Every year, more than 20 countries have sent representatives to the EBC. Finland has always taken part (since 2011).</p><p>Each EBU member state organises the selection of its own national representative. From among the blues bands and solo artists who entered the competition, four acts were selected for this competition following a preliminary round judged by active Finnish members of the European Blues Union (EBU).</p><p>Finland’s final representative for the 2027 EBC will be selected by a panel of experts independent of the organisers at this concert at Malmitalo. The competition starts at 18.00, with each band playing for 20 minutes. The main EBC 2027 event will take place in Vila do Conde, Portugal, from 8 to 10 April 2027.</p><p>Over the years, Malmitalo has become a major venue for blues music in Helsinki. The selection of Finland’s representative for the 2027 EBC is now taking place for the first time at Malmitalo, in collaboration with the Finnish Blues Society (FBS).</p><p>Duration: 3 h 30 min, incl. 20 min intermission</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Blues-musiikin “euroviisujen” Suomen edustaja valitaan vuodelle 2027.",
                "sv": "Finlands representant i bluesmusikens ”Eurovision” utses för 2027.",
                "en": "Finland’s representative at the so-called Eurovision contest for blues music is set to be chosen for 2027."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/5ED58F35EFC480F94F504511048AD006/European_Blues_Challenge_Suomen_osakilpailu",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/5ED58F35EFC480F94F504511048AD006/European_Blues_Challenge_Deltavling_i_Finland",
                "en": "http://www.malmitalo.fi/en/events/event/5ED58F35EFC480F94F504511048AD006/European_Blues_Challenge_Finnish_leg_of_the_competition_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69569/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:68648",
            "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:732/?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: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": 2385240,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-18T06:14:05.747464Z",
                    "last_modified_time": "2026-06-18T06:14:05.747543Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791484.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385240/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-18T06:14:05.674921Z",
            "last_modified_time": "2026-08-25T10:23:21.822679Z",
            "date_published": null,
            "start_time": "2026-09-28T15:00:00Z",
            "end_time": "2026-09-28T17: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": "Malmitalon teehuone: Somalia – Malmitalon yhteisömaanantait",
                "sv": "Tesalong på Malms kulturhus: Somalia – Gemenskapsmåndagar på Malms kulturhus",
                "en": "Malmitalo Tea Room: Somalia – Community Mondays at Malmitalo"
            },
            "description": {
                "fi": "<p>Kuun viimeinen maanantai Malmitalon parvi muuttuu teehuoneeksi, jossa pääset tutustumaan eri maiden teekulttuureihin ohjaajan opastuksella.</p><p>Teehuone on yhteisöllinen ja kaikille avoin tila hengähtämiseen, rentoutumiseen ja eri kulttuureista oppimiseen.</p><p>Tarjolla teetä ja pieniä herkkuja.</p><p>Tapahtuma on osa Malmitalon yhteisömaanantait-sarjaa.</p><p>Vapaa pääsy! <br>Malmitalon aula</p>",
                "sv": "<p>Den sista måndagen i månaden förvandlas Malms kulturhus balkong till en tesalong, där du under ledning av en guide får lära dig mer om olika länders tekulturer.</p><p>Tesalongen är en gemenskaplig och för alla öppen plats där man kan ta en paus, koppla av och lära sig om olika kulturer. I oktober får vi lära oss mer om den somaliska tekulturen. Det serveras te och små godsaker. Evenemanget ingår i Malms kulturhus evenemangsserie Gemenskapsmåndagar.</p>",
                "en": "<p>On the last Monday of the month, the loft at Malmitalo is transformed into a tea room, where you can learn about the tea cultures of different countries under the guidance of an instructor.</p><p>The Tea Room is a communal space open to everyone, where you can take a breather, relax and learn about different cultures. In October, we explore Somali tea culture. Tea and small treats are on the menu. The event is part of Malmitalo’s ‘Community Mondays’ series.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Kuun viimeinen maanantai Malmitalon parvi muuttuu teehuoneeksi, jossa pääset tutustumaan eri maiden teekulttuureihin ohjaajan opastuksella.",
                "sv": "Den sista måndagen i månaden förvandlas Malms kulturhus balkong till en tesalong, där du under ledning av en guide får lära dig mer om olika länders tekulturer.",
                "en": "On the last Monday of the month, the loft at Malmitalo is transformed into a tea room, where you can learn about the tea cultures of different countries under the guidance of an instructor."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/6E96ED90D30286D7F0AB3054B36EFBFA/Malmitalon_teehuone_Somalia",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/6E96ED90D30286D7F0AB3054B36EFBFA/Tesalong_pa_Malms_kulturhus_Somalia",
                "en": "http://www.malmitalo.fi/en/events/event/6E96ED90D30286D7F0AB3054B36EFBFA/Malmitalo_Tea_Room_Somalia"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:68648/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:68396",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7255/?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:41/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:755/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p6529/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "28 €/22€",
                        "sv": "28 €/22€",
                        "en": "28 €/22€"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/artist/rakkauskirjeita/seela-sella-ja-esko-roine-rakkauskirjeitae-4032908/",
                        "sv": "https://www.lippu.fi/artist/rakkauskirjeita/seela-sella-ja-esko-roine-rakkauskirjeitae-4032908/",
                        "en": "https://www.lippu.fi/artist/rakkauskirjeita/seela-sella-ja-esko-roine-rakkauskirjeitae-4032908/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 1807912,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-04-10T13:13:44.542166Z",
                    "last_modified_time": "2026-04-10T13:13:44.542185Z",
                    "url": "http://www.kanneltalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_787981.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1807912/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-04-10T13:13:44.398932Z",
            "last_modified_time": "2026-08-25T10:23:09.658067Z",
            "date_published": null,
            "start_time": "2026-09-01T15: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": "PERUTTU | Seela Sella ja Esko Roine: Rakkauskirjeitä",
                "sv": "INSTÄLLT | Seela Sella och Esko Roine: Rakkauskirjeitä (Kärleksbrev)",
                "en": "CANCELLED | Seela Sella and Esko Roine: Love letters"
            },
            "description": {
                "fi": "<p>Tapahtuma on valitettavasti peruuntunut. Kanneltalo pahoittelee asiasta koituvaa harmia!</p><p>Mahdollisesta uudesta esitysajankohdasta ilmoitamme myöhemmin Kanneltalon sivuilla, <a href=\"https://www.kanneltalo.fi/\"><u>kanneltalo.fi</u></a>.</p><p><u><a href=\"https://web.lippu.fi/palautus/\">Lippurahojen palautusta voit hakea tämän linkin kautta Lippu.fin sivuilta</u></a>.</p><p>***</p><p>Andrew ja Melissa ovat lapsuudenystäviä, jotka pitävät toisiinsa yhteyttä läpi vuosikymmenten kirjoittamalla kirjeitä.</p><p>He elävät tahoillaan elämäänsä, rakentavat uraa ja parisuhteita, keski-ikäistyvät ja vanhenevat. Toisinaan jompikumpi ehdottaa tapaamista.</p><p>Rakkauskirjeitä on kahden hengen näytelmä, jonka rooleissa nähdään nyt yhdet Suomen rakastetuimmista näyttelijöistä, Seela Sella ja Esko Roine.</p><p>Tätä näytelmää ovat maailmalla aiemmin esittäneet lukuisat toinen toistaan kuuluisammat näyttelijät, mm. Elizabeth Taylor, Gerard Depardieu, Mia Farrow, Tom Hanks ja Mel Gibson.</p><p>Näytelmän luonteeseen kuuluu, että sitä ei missään nimessä saa opetella ulkoa, vaan esitys tapahtuu hetkessä, tässä ja nyt. Luvassa ei ole pikkusievää muistelua tai kaihoisaa nostalgiaa, vaan kirjeenvaihto on aitoa ja elämänmakuista, räävitöntä ja hauskaa.</p><p>Lavalla: Seela Sella ja Esko Roine<br>Ensi-ilta: Tampereen teatteri 29.1.2019</p><p>Kesto: 1 t 45 min (sisältää väliajan)</p>",
                "sv": "<p>Evenemanget har tyvärr ställts in. Vi ber om ursätk för besväret.</p><p>Ett nytt datum för föreställningen kan komma att meddelas senare på Gamlasgårgens webbplats <a href=\"https://www.kanneltalo.fi/\"><u>kanneltalo.fi/sv/famsidan/</u></a>.</p><p><u><a href=\"https://web.lippu.fi/palautus/\">Du kan ansöka om återbetalning av biljettpriset på Lippu.fi:s webbplats via denna länk</u></a>.</p><p>***</p><p>Andrew och Melissa är barndomsvänner som håller kontakten genom årtiondena genom att skriva brev.</p><p>De lever sina liv, bygger upp karriärer och relationer, blir medelålders och gamla. Ibland föreslår någon av dem att de ska träffas.</p><p>Rakkauskirjeitä är en pjäs med två personer, och i rollerna ser vi nu ett par av Finlands mest älskade skådespelare, Seela Sella och Esko Roine. Ute i världen har pjäsen framförts av många andra berömda skådespelare, som Elizabeth Taylor, Gerard Depardieu, Mia Farrow, Tom Hanks och Mel Gibson.</p><p>Det ligger i pjäsens natur att den under inga omständigheter ska memoreras, utan föreställningen sker i stunden, här och nu. Här utlovas inget näpet tillbakablickande eller någon vemodig nostalgi, utan brevväxlingen är genuin, oförskämd och rolig, med smak av livet.</p><p>På scenen: Seela Sella och Esko Roine<br>Premiär: Tammerfors teater 29.1.2019</p><p>Längd: 1 h 45 min. (inklusive paus)<br>Språk: finska</p>",
                "en": "<p>The event has regrettably been cancelled. We apologise for any inconvenience.</p><p>A new performance date may be announced later on Kanneltalo's website <a href=\"https://www.kanneltalo.fi/\"><u>kanneltalo.fi/en/frontpage/</u></a>.</p><p><u><a href=\"https://web.lippu.fi/palautus/\">You can apply for ticket price reimbursement on Lippu.fi's site via this link</u></a>.</p><p>***</p><p>Andrew and Melissa are childhood friends who keep in touch through the decades by writing letters.</p><p>They live their lives in their own way, build careers and relationships, become middle-aged and grow old. Sometimes one of them will suggest a meeting.</p><p>Love Letters is a play for two, now starring two of Finland's most beloved actors, Seela Sella and Esko Roine. This play has been performed by many of the world's most famous actors, including Elizabeth Taylor, Gerard Depardieu, Mia Farrow, Tom Hanks and Mel Gibson.</p><p>The nature of the play is that it is by no means to be memorised, but to be performed in the moment, in the here and now. There will be no pretty-pretty reminiscing or wistful nostalgia, but genuine, real-life correspondence, unadulterated and fun.</p><p>On stage: Seela Sella and Esko Roine<br>Premiere: Tampere Theatre 29 January 2019</p><p>Duration: 1 h 45 min (including intermission)<br>Language: Finnish</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tapahtuma on valitettavasti peruuntunut. Kanneltalo pahoittelee asiasta koituvaa harmia!",
                "sv": "Evenemanget har tyvärr ställts in. Vi ber om ursätk för besväret.",
                "en": "The event has regrettably been cancelled. We apologise for any inconvenience."
            },
            "info_url": {
                "fi": "http://www.kanneltalo.fi/fi/tapahtumat/event/45711C32AB6E667F8064848007ABD97A/PERUTTU_Seela_Sella_ja_Esko_Roine_Rakkauskirjeita",
                "sv": "http://www.kanneltalo.fi/sv/evenemang/event/45711C32AB6E667F8064848007ABD97A/INSTALLT_Seela_Sella_och_Esko_Roine_Rakkauskirjeita_Karleksbrev_",
                "en": "http://www.kanneltalo.fi/en/events/event/45711C32AB6E667F8064848007ABD97A/CANCELLED_Seela_Sella_and_Esko_Roine_Love_letters"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:68396/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:68395",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7255/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:41/?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:755/?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": 1807911,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-04-10T13:13:44.054115Z",
                    "last_modified_time": "2026-04-10T13:13:44.054130Z",
                    "url": "http://www.kanneltalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_787980.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1807911/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-04-10T13:13:43.879570Z",
            "last_modified_time": "2026-08-25T10:23:09.358978Z",
            "date_published": null,
            "start_time": "2026-09-01T12: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": "PERUTTU | Seela Sellan taiteilijavierailu – Haastattelijana Tuomo Holopainen",
                "sv": "ISTÄLLT | Seela Sellas konstnärsbesök – Intervjuare Tuomo Holopainen",
                "en": "CANCELLED | Artist Visit by Seela Sella – Interviewed by Tuomo Holopainen"
            },
            "description": {
                "fi": "<p>Tapahtuma on valitettavasti peruuntunut. Kanneltalo pahoittelee asiasta koituvaa harmia!</p><p>Mahdollisesta uudesta esitysajankohdasta ilmoitamme myöhemmin Kanneltalon sivuilla, <a href=\"https://www.kanneltalo.fi/\"><u>kanneltalo.fi</u></a>.</p><p>***</p><p>Taiteilijavierailun aikana Seela Sella ja Tuomo Holopainen keskustelevat rakastetun näyttelijälegendan huikeasta matkasta elämän näyttämöillä.</p><p>Keskustelun pohjana on Antti Heikkisen kirjoittama kirja Sellasta (Otava 2025). <br>Seela Sella on esittänyt unohtumattomia rooleja jo seitsemällä vuosikymmenellä. Hän on raivannut tiensä Pispalasta koko kansan sydämiin ja hurmaa yhä yleisönsä tarkalla ja vivahteikkaalla näyttelijäntyöllään.</p><p>Tunteikas ja tarinallinen kirja vie mestarin matkassa eri estradeille sekä niiden taakse. Teoksessa Sella kertoo niin teatterityönsä kuin elämänkokemuksensa opeista viisaudella, innolla, rohkeudella ja erityisesti pilke silmäkulmassa. Erilainen elämäkerta on myös tarinoiden ja anekdoottien runsaudensarvi.</p><p>Kesto 45 min + kirjasigneeraukset<br>Yhteistyössä Kanneltalo, Helsingin työväenopisto ja Kannelmäen kirjasto</p><p>Vapaa pääsy, ennakkoilmoittautuminen https://www.lippu.fi/eventseries/name-4048014/?affiliate=NFI</p>",
                "sv": "<p>Evenemanget har tyvärr ställts in. Vi ber om ursätk för besväret.</p><p>Ett nytt datum för föreställningen kan komma att meddelas senare på Gamlasgårgens webbplats <a href=\"https://www.kanneltalo.fi/\"><u>kanneltalo.fi/sv/famsidan/</u></a>.</p><p>***</p><p>Under konstnärens besök diskuterar Seela Sella och Tuomo Holopainen den älskade skådespelarlegendens fenomenala resa på livets scener.</p><p>Diskussionen baseras på boken Sellasta (Otava 2025) av Antti Heikkinen.</p><p>Seela Sella har spelat oförglömliga roller redan i sju decennier. Hon har banat väg från Pispala ända in i nationens hjärtan och fortsätter att fängsla publiken med sitt precisa och nyanserade skådespeleri.</p><p>Denna känsloladdade och berättande bok tar oss med på en resa med mästaren till olika estrader och bakom dem. Sella delar med sig av sitt teaterarbete och sin livserfarenhet med visdom, entusiasm, mod och framför allt med glimten i ögat. Den annorlunda biografin är också ett ymnighetshorn av berättelser och anekdoter.</p><p>Längd 45 min + boksignering</p><p>I samarbete med Gamlasgården, Helsingfors arbetarinstitut och Gamlas bibliotek</p><p>Fritt inträde, förhandsanmälan</p>",
                "en": "<p>The event has regrettably been cancelled. We apologise for any inconvenience.</p><p>A new performance date may be announced later on Kanneltalo's website <a href=\"https://www.kanneltalo.fi/\"><u>kanneltalo.fi/en/frontpage/</u></a>.</p><p>***</p><p>At the artist visit, Seela Sella and Tuomo Holopainen talk about the remarkable journey of the beloved acting legend through the stages of life.</p><p>The conversation draws on Antti Heikkinen's book Sellasta (Otava, 2025).</p><p>Seela Sella has performed unforgettable roles for seven decades. She has made her way from Pispala into the hearts of the entire nation and continues to captivate audiences with her precise and nuanced acting.</p><p>The heartfelt and story-driven book follows the master across various stages and behind the curtains. In it, Sella recounts the insights gained from her theatre work and life experiences with wisdom, passion, bravery and a playful sparkle in her eye. This unique biography is also a cornucopia of stories and anecdotes.</p><p>Duration 45 min + book signing</p><p>Together with Kanneltalo, the Helsinki Finnish Adult Education Centre and Kannelmäki Library</p><p>Free admission, advance registration</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tapahtuma on valitettavasti peruuntunut. Kanneltalo pahoittelee asiasta koituvaa harmia!",
                "sv": "Evenemanget har tyvärr ställts in. Vi ber om ursätk för besväret.",
                "en": "The event has regrettably been cancelled. We apologise for any inconvenience."
            },
            "info_url": {
                "fi": "http://www.kanneltalo.fi/fi/tapahtumat/event/EFEA17224BC000B8217030299B608860/PERUTTU_Seela_Sellan_taiteilijavierailu",
                "sv": "http://www.kanneltalo.fi/sv/evenemang/event/EFEA17224BC000B8217030299B608860/ISTALLT_Seela_Sellas_konstnarsbesok",
                "en": "http://www.kanneltalo.fi/en/events/event/EFEA17224BC000B8217030299B608860/CANCELLED_Artist_Visit_by_Seela_Sella"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:68395/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agpbwekciu",
            "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/helmet:11727/?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:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpbwekene/?format=api"
            },
            "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": 1490551,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2024-12-18T11:59:40.264578Z",
                    "last_modified_time": "2024-12-18T11:59:40.264599Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/dd21b156-4326-4053-81ab-cd6b0f60cc85.jpg",
                    "name": "",
                    "cropping": "262,0,938,675",
                    "photographer_name": "",
                    "alt_text": "Iso kasa kirjoja",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1490551/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-05-12T06:34:01.657792Z",
            "last_modified_time": "2026-08-25T09:46:43.179267Z",
            "date_published": null,
            "start_time": "2026-12-08T08:30:00Z",
            "end_time": "2026-12-08T09: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": "Heikki",
                "sv": "Heikki",
                "en": "Heikki"
            },
            "provider": null,
            "name": {
                "fi": "Ruotsinkielinen lukupiiri",
                "sv": "Förmiddagsbokcirkel",
                "en": "Swedish reading circle"
            },
            "description": {
                "fi": "<p>Tapaamme kerran kuukaudessa Tapiolan kirjaston Tapahtumatila Heikissä ja keskustelemme lukukokemuksistamme.</p><p><strong>Ohjelma:</strong></p><ul><li>8.9. Fars rygg - Niels Fredrik Dahl</li><li>13.10. Lektioner i kemi - Bonnie Garmus</li><li>10.11.&nbsp;Liken vi begravde - Lina Wolff</li><li>8.12.&nbsp;Räkna hjärtslag - Katarina Widholm&nbsp;</li></ul><p>Ota yhteyttä, jos haluat olla mukana: julia.wickholm@esbo.fi!</p>",
                "sv": "<p>Tycker du om att läsa och att dela med dig av dina läsupplevelser? Då kanske förmiddagsbokcirkeln på Hagalunds bibliotek är något för dig. Vi träffas en tisdag förmiddag varje månad och samtalar om böcker.</p><p><strong>Program:</strong></p><ul><li>8.9. Fars rygg - Niels Fredrik Dahl</li><li>13.10. Lektioner i kemi - Bonnie Garmus</li><li>10.11.&nbsp;Liken vi begravde - Lina Wolff</li><li>8.12.&nbsp;Räkna hjärtslag - Katarina Widholm&nbsp;</li></ul><p>Kontakta julia.wickholm@esbo.fi&nbsp;om du vill vara med!</p>",
                "en": "<p>We meet one Tuesday morning each month in the Heikki event room at Tapiola Library to discuss our reading experiences.</p><p><strong>Program:</strong></p><ul><li>8.9. Fars rygg - Niels Fredrik Dahl</li><li>13.10. Lektioner i kemi - Bonnie Garmus</li><li>10.11.&nbsp;Liken vi begravde - Lina Wolff</li><li>8.12.&nbsp;Räkna hjärtslag - Katarina Widholm&nbsp;</li></ul><p>Contact julia.wickholm@esbo.fi&nbsp;if you are interested.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tapaamme kerran kuukaudessa Tapiolan kirjaston Tapahtumatila Heikissä ja keskustelemme lukukokemuksistamme.",
                "sv": "Vi träffas en tisdag förmiddag varje månad i evenemangsrummet Heikki på Hagalunds bibliotek för att samtala om våra läsupplevelser.",
                "en": "We meet one Tuesday morning each month in the Heikki event room at Tapiola Library to discuss our reading experiences."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpbwekciu/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agpbwekcwy",
            "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/helmet:11727/?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:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpbwekene/?format=api"
            },
            "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": 1490551,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2024-12-18T11:59:40.264578Z",
                    "last_modified_time": "2024-12-18T11:59:40.264599Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/dd21b156-4326-4053-81ab-cd6b0f60cc85.jpg",
                    "name": "",
                    "cropping": "262,0,938,675",
                    "photographer_name": "",
                    "alt_text": "Iso kasa kirjoja",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1490551/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-05-12T06:34:01.546440Z",
            "last_modified_time": "2026-08-25T09:46:43.102453Z",
            "date_published": null,
            "start_time": "2026-11-10T08:30:00Z",
            "end_time": "2026-11-10T09: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": "Heikki",
                "sv": "Heikki",
                "en": "Heikki"
            },
            "provider": null,
            "name": {
                "fi": "Ruotsinkielinen lukupiiri",
                "sv": "Förmiddagsbokcirkel",
                "en": "Swedish reading circle"
            },
            "description": {
                "fi": "<p>Tapaamme kerran kuukaudessa Tapiolan kirjaston Tapahtumatila Heikissä ja keskustelemme lukukokemuksistamme.</p><p><strong>Ohjelma:</strong></p><ul><li>8.9. Fars rygg - Niels Fredrik Dahl</li><li>13.10. Lektioner i kemi - Bonnie Garmus</li><li>10.11.&nbsp;Liken vi begravde - Lina Wolff</li><li>8.12.&nbsp;Räkna hjärtslag - Katarina Widholm&nbsp;</li></ul><p>Ota yhteyttä, jos haluat olla mukana: julia.wickholm@esbo.fi!</p>",
                "sv": "<p>Tycker du om att läsa och att dela med dig av dina läsupplevelser? Då kanske förmiddagsbokcirkeln på Hagalunds bibliotek är något för dig. Vi träffas en tisdag förmiddag varje månad och samtalar om böcker.</p><p><strong>Program:</strong></p><ul><li>8.9. Fars rygg - Niels Fredrik Dahl</li><li>13.10. Lektioner i kemi - Bonnie Garmus</li><li>10.11.&nbsp;Liken vi begravde - Lina Wolff</li><li>8.12.&nbsp;Räkna hjärtslag - Katarina Widholm&nbsp;</li></ul><p>Kontakta julia.wickholm@esbo.fi&nbsp;om du vill vara med!</p>",
                "en": "<p>We meet one Tuesday morning each month in the Heikki event room at Tapiola Library to discuss our reading experiences.</p><p><strong>Program:</strong></p><ul><li>8.9. Fars rygg - Niels Fredrik Dahl</li><li>13.10. Lektioner i kemi - Bonnie Garmus</li><li>10.11.&nbsp;Liken vi begravde - Lina Wolff</li><li>8.12.&nbsp;Räkna hjärtslag - Katarina Widholm&nbsp;</li></ul><p>Contact julia.wickholm@esbo.fi&nbsp;if you are interested.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tapaamme kerran kuukaudessa Tapiolan kirjaston Tapahtumatila Heikissä ja keskustelemme lukukokemuksistamme.",
                "sv": "Vi träffas en tisdag förmiddag varje månad i evenemangsrummet Heikki på Hagalunds bibliotek för att samtala om våra läsupplevelser.",
                "en": "We meet one Tuesday morning each month in the Heikki event room at Tapiola Library to discuss our reading experiences."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpbwekcwy/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agpbwekdd4",
            "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/helmet:11727/?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:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpbwekene/?format=api"
            },
            "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": 1490551,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2024-12-18T11:59:40.264578Z",
                    "last_modified_time": "2024-12-18T11:59:40.264599Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/dd21b156-4326-4053-81ab-cd6b0f60cc85.jpg",
                    "name": "",
                    "cropping": "262,0,938,675",
                    "photographer_name": "",
                    "alt_text": "Iso kasa kirjoja",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1490551/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-05-12T06:34:01.433775Z",
            "last_modified_time": "2026-08-25T09:46:43.056017Z",
            "date_published": null,
            "start_time": "2026-10-13T07:30:00Z",
            "end_time": "2026-10-13T08: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": "Heikki",
                "sv": "Heikki",
                "en": "Heikki"
            },
            "provider": null,
            "name": {
                "fi": "Ruotsinkielinen lukupiiri",
                "sv": "Förmiddagsbokcirkel",
                "en": "Swedish reading circle"
            },
            "description": {
                "fi": "<p>Tapaamme kerran kuukaudessa Tapiolan kirjaston Tapahtumatila Heikissä ja keskustelemme lukukokemuksistamme.</p><p><strong>Ohjelma:</strong></p><ul><li>8.9. Fars rygg - Niels Fredrik Dahl</li><li>13.10. Lektioner i kemi - Bonnie Garmus</li><li>10.11.&nbsp;Liken vi begravde - Lina Wolff</li><li>8.12.&nbsp;Räkna hjärtslag - Katarina Widholm&nbsp;</li></ul><p>Ota yhteyttä, jos haluat olla mukana: julia.wickholm@esbo.fi!</p>",
                "sv": "<p>Tycker du om att läsa och att dela med dig av dina läsupplevelser? Då kanske förmiddagsbokcirkeln på Hagalunds bibliotek är något för dig. Vi träffas en tisdag förmiddag varje månad och samtalar om böcker.</p><p><strong>Program:</strong></p><ul><li>8.9. Fars rygg - Niels Fredrik Dahl</li><li>13.10. Lektioner i kemi - Bonnie Garmus</li><li>10.11.&nbsp;Liken vi begravde - Lina Wolff</li><li>8.12.&nbsp;Räkna hjärtslag - Katarina Widholm&nbsp;</li></ul><p>Kontakta julia.wickholm@esbo.fi&nbsp;om du vill vara med!</p>",
                "en": "<p>We meet one Tuesday morning each month in the Heikki event room at Tapiola Library to discuss our reading experiences.</p><p><strong>Program:</strong></p><ul><li>8.9. Fars rygg - Niels Fredrik Dahl</li><li>13.10. Lektioner i kemi - Bonnie Garmus</li><li>10.11.&nbsp;Liken vi begravde - Lina Wolff</li><li>8.12.&nbsp;Räkna hjärtslag - Katarina Widholm&nbsp;</li></ul><p>Contact julia.wickholm@esbo.fi&nbsp;if you are interested.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tapaamme kerran kuukaudessa Tapiolan kirjaston Tapahtumatila Heikissä ja keskustelemme lukukokemuksistamme.",
                "sv": "Vi träffas en tisdag förmiddag varje månad i evenemangsrummet Heikki på Hagalunds bibliotek för att samtala om våra läsupplevelser.",
                "en": "We meet one Tuesday morning each month in the Heikki event room at Tapiola Library to discuss our reading experiences."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpbwekdd4/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agpbwekdru",
            "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/helmet:11727/?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:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpbwekene/?format=api"
            },
            "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": 1490551,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2024-12-18T11:59:40.264578Z",
                    "last_modified_time": "2024-12-18T11:59:40.264599Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/dd21b156-4326-4053-81ab-cd6b0f60cc85.jpg",
                    "name": "",
                    "cropping": "262,0,938,675",
                    "photographer_name": "",
                    "alt_text": "Iso kasa kirjoja",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1490551/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-05-12T06:34:01.112656Z",
            "last_modified_time": "2026-08-25T09:46:43.005309Z",
            "date_published": null,
            "start_time": "2026-09-08T07:30:00Z",
            "end_time": "2026-09-08T08: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": "Heikki",
                "sv": "Heikki",
                "en": "Heikki"
            },
            "provider": null,
            "name": {
                "fi": "Ruotsinkielinen lukupiiri",
                "sv": "Förmiddagsbokcirkel",
                "en": "Swedish reading circle"
            },
            "description": {
                "fi": "<p>Tapaamme kerran kuukaudessa Tapiolan kirjaston Tapahtumatila Heikissä ja keskustelemme lukukokemuksistamme.</p><p><strong>Ohjelma:</strong></p><ul><li>8.9. Fars rygg - Niels Fredrik Dahl</li><li>13.10. Lektioner i kemi - Bonnie Garmus</li><li>10.11.&nbsp;Liken vi begravde - Lina Wolff</li><li>8.12.&nbsp;Räkna hjärtslag - Katarina Widholm&nbsp;</li></ul><p>Ota yhteyttä, jos haluat olla mukana: julia.wickholm@esbo.fi!</p>",
                "sv": "<p>Tycker du om att läsa och att dela med dig av dina läsupplevelser? Då kanske förmiddagsbokcirkeln på Hagalunds bibliotek är något för dig. Vi träffas en tisdag förmiddag varje månad och samtalar om böcker.</p><p><strong>Program:</strong></p><ul><li>8.9. Fars rygg - Niels Fredrik Dahl</li><li>13.10. Lektioner i kemi - Bonnie Garmus</li><li>10.11.&nbsp;Liken vi begravde - Lina Wolff</li><li>8.12.&nbsp;Räkna hjärtslag - Katarina Widholm&nbsp;</li></ul><p>Kontakta julia.wickholm@esbo.fi&nbsp;om du vill vara med!</p>",
                "en": "<p>We meet one Tuesday morning each month in the Heikki event room at Tapiola Library to discuss our reading experiences.</p><p><strong>Program:</strong></p><ul><li>8.9. Fars rygg - Niels Fredrik Dahl</li><li>13.10. Lektioner i kemi - Bonnie Garmus</li><li>10.11.&nbsp;Liken vi begravde - Lina Wolff</li><li>8.12.&nbsp;Räkna hjärtslag - Katarina Widholm&nbsp;</li></ul><p>Contact julia.wickholm@esbo.fi&nbsp;if you are interested.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tapaamme kerran kuukaudessa Tapiolan kirjaston Tapahtumatila Heikissä ja keskustelemme lukukokemuksistamme.",
                "sv": "Vi träffas en tisdag förmiddag varje månad i evenemangsrummet Heikki på Hagalunds bibliotek för att samtala om våra läsupplevelser.",
                "en": "We meet one Tuesday morning each month in the Heikki event room at Tapiola Library to discuss our reading experiences."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpbwekdru/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqdqrhgkq",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63115/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66fq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66hi/?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:p2433/?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: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": 2385971,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-25T09:17:19.035748Z",
                    "last_modified_time": "2026-08-25T09:17:19.035766Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/55b4581e-e7c5-4b2a-a775-aca0a352f0b8.png",
                    "name": "",
                    "cropping": "103,0,366,263",
                    "photographer_name": "",
                    "alt_text": "Kuvassa on Jorma Liikalan taideteos ja kirjan kansi. Kannessa on henkilö ja hänen hatussaan ja paidassaan lukee \"rakkaus on sivistyssana\"",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385971/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-25T09:24:41.373185Z",
            "last_modified_time": "2026-08-25T09:24:41.373197Z",
            "date_published": null,
            "start_time": "2026-09-24T15:00:00Z",
            "end_time": "2026-09-24T15:45: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": "Salonki",
                "sv": "Salonki",
                "en": "Salonki"
            },
            "provider": {
                "fi": "Jorma Liikala",
                "sv": "Jorma Liikala",
                "en": "Jorma Liikala"
            },
            "name": {
                "fi": "Kirjailijavierailu: Jorma Liikala - Rakkaus on sivistyssana",
                "sv": "Författarbesök: Jorma Liikala - Rakkaus on sivistyssana",
                "en": "Author visit: Jorma Liikala - Rakkaus on sivistyssana"
            },
            "description": {
                "fi": "<p>Tervetuloa kuuntelemaan Jorma  Liikalan kirjailijavierailua Salonkiin torstaina 24.9. klo 18 alkaen.</p><p>Kirja koostuu runoista, maalauksista ja tarinoista. Tarinat sijoittuvat Lappiin , Sodankylän ympäristöön sekä pohjanmaalle, Vimpeliin.</p><p>Takakannen teksti menee näin:</p><p>Kun jäin leskekeksi päätin, etten katkeroidu. Täytin tyhjän talon sijaan kalenterini: aloin tanssia, opiskella kieliä ja kirjoittaa.</p><p>Tämä teos kokoaa yhteen neljän vuoden varrella syntyneet tekstit ja runot, jotka ovat saaneet alkunsa kirjoituskursseilla Lopella ja Espoossa.</p><p>Kirja on elämänmakuinen todistus, siitä, kuinka uteliaisuus ja aktiivisuus kantavat vaikeampienkin aikojen yli. Joidenkin tekstien ohessa on pieni tarina sen syntymiestä.</p>",
                "sv": "<p>Kom och var med när Jorma Liikala gästar Salonki torsdagen den 24 september, med start kl. 18.00.</p><p>Boken består av dikter, målningar och noveller. Novellerna utspelar sig i Lappland, i trakten kring Sodankylä och i Vimpeli på Österbotten.</p><p>Evenemanget hålls på finska</p>",
                "en": "<p>Come and join us for Jorma Liikala’s author visit to Salonki on Thursday 24 September, starting at 6 pm.</p><p>The book consists of poems, paintings and stories. The stories are set in Lapland, the area around Sodankylä, and in Vimpeli, in Pohjanmaa.</p><p>The event is in Finnish.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa kuuntelemaan Jorma  Liikalan kirjailijavierailua Salonkiin torstaina 24.9. klo 18 alkaen.",
                "sv": "Kom och var med när Jorma Liikala gästar Salonki torsdagen den 24 september, med start kl. 18.00.",
                "en": "Come and join us for Jorma Liikala’s author visit to Salonki on Thursday 24 September, starting at 6 pm."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqdqrhgkq/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69042",
            "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:205/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:29/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke: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/yso:p1235/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16919/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385405,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-29T12:13:52.154732Z",
                    "last_modified_time": "2026-06-29T12:13:52.154749Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_792460.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385405/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-29T12:13:52.004055Z",
            "last_modified_time": "2026-08-25T09:23:20.515048Z",
            "date_published": null,
            "start_time": "2026-10-08T15:00:00Z",
            "end_time": "2026-10-08T16:34: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": "Kappale kauneinta Suomea – Doc Helios",
                "sv": "Kappale kauneinta Suomea – Doc Helios",
                "en": "Kappale kauneinta Suomea – The Beauty of Errors – Doc Helios"
            },
            "description": {
                "fi": "<p>Koskettava tarina perheestä, rakkaudesta ja irtipäästämisen vaikeudesta.</p><p>Muutoksen tuulet puhaltavat Teron elämässä. Paras ystävä Henri, oma poika, löytää rinnalleen tyttöystävän, ja pienessä mökissä ei ole enää tilaa neljälle. Isän ja koiran on muutettava omaan tupaan, josta manaajan on karkoitettava pahat henget. Yksinäisyys ja etäisyys poikaansa saa Teron elämän horjumaan ja Henrin huolestumaan isänsä hyvinvoinnista.</p><p><i>Kappale kauneinta Suomea – The Beauty of Errors</i> kertoo perheen sisäisistä riippuvuussuhteista, miten ne muuttuvat ja mikä merkitys perheellä on. Muutos heijastuu erityisesti Teroon, joka joutuu pohtimaan ehkä jopa itsestäänselvyytenä pitämiään asioita.</p><p>Isovanhemmat ovat aina huolehtineet pojistaan Terosta ja Henristä. Heikki-papan lonkkavaivat ja Pirjo-mummin ikääntyminen kääntävät asetelman päälaelleen. Samalla Tero joutuu kohtaamaan kipeän todellisuuden: Henri ei ole enää lapsi. Teron on opittava päästämään irti ja kohdattava maailma yksin.</p><p>Kesto: 1 t 34 min<br>Kieli: suomi<br>Ikäraja: 7<br>Vapaa pääsy</p>",
                "sv": "<p>En gripande berättelse om familj, kärlek och svårigheten att släppa taget.</p><p>Förändringens vindar blåser i Teros liv. Hans bästa vän Henri, hans egen son, hittar en flickvän, och i den lilla stugan finns det inte längre plats för fyra personer. Pappan och hunden måste flytta in i ett eget hus, där en besvärjare måste driva ut de onda andarna. Ensamheten och avståndet till sin son får Teros liv att vackla och gör att Henri börjar oroa sig för sin fars välbefinnande.</p><p><i>Kappale kauneinta Suomea – The Beauty of Errors</i> handlar om beroendeförhållanden inom familjen, hur de förändras och vilken betydelse familjen har. Förändringen märks särskilt hos Tero, som tvingas fundera över saker som han kanske till och med har tagit för givna.</p><p>Farföräldrarna har alltid tagit hand om sina pojkar, Tero och Henri. Farfar Heikkis höftbesvär och farmor Pirjos åldrande vänder upp och ner på situationen. Samtidigt tvingas Tero konfrontera den smärtsamma verkligheten: Henri är inte längre ett barn. Tero måste lära sig att släppa taget och möta världen på egen hand.</p><p>Längd: 1 h 34 min. <br>Språk: finska <br>Åldersgräns: 7</p><p>Fritt inträde</p><p>På <b>Kino Helios</b>, Malms egen biograf, kan du se filmer utan reklam till ett förmånligt pris och i en bekväm miljö. Det är tillåtet att ta med sig egna godsaker! I serien <b>Doc Helios</b> visas de senaste och mest aktuella dokumentärerna om olika ämnen. <u><a href=\"https://www.malmitalo.fi/sv/kinohelios\">Läs mer om Kino Helios</u></a>!</p>",
                "en": "<p>A moving story about family, love and the difficulty in letting go.</p><p>The winds of change are blowing through Tero’s life. His best friend Henri, who is also his son, finds himself a girlfriend, and there is no room for the four of them in the little cottage. The father and the dog must move into their own hut, from which an exorcist must drive out evil spirits. Loneliness and distance from his son cause Tero’s life to unravel and make Henri worry about his father’s wellbeing.</p><p><i>Kappale kauneinta Suomea – The Beauty of Errors</i> explores the internal dynamics of a family, how they change, and what significance family holds. The change affects Tero in particular, as he finds himself having to reconsider things that he may have taken for granted.</p><p>The grandparents have always looked after their boys, Tero and Henri. Grandad Heikki’s hip problems and Grandma Pirjo’s advancing age turn everything on its head. At the same time, Tero is forced to face a harsh reality: Henri is no longer a child. Tero must learn to let go and face the world on his own.</p><p>Duration: 1 h 34 min <br>Language: Finnish <br>Age rating: 7</p><p>Free entry</p><p>At <b>Kino Helios</b>, Malmi’s very own cinema, you can watch films without adverts, affordably and in comfort. You can bring your own snacks! The <b>Doc Helios</b> series features the latest and most topical documentaries on a range of subjects. <u><a href=\"https://www.malmitalo.fi/en/kinohelios\">Read more about Kino Helios</u></a>!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Koskettava tarina perheestä, rakkaudesta ja irtipäästämisen vaikeudesta.",
                "sv": "En gripande berättelse om familj, kärlek och svårigheten att släppa taget.",
                "en": "A moving story about family, love and the difficulty in letting go."
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/A733B270044741CF7E4F5C661C4E4247/Kappale_kauneinta_Suomea",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/A733B270044741CF7E4F5C661C4E4247/Kappale_kauneinta_Suomea",
                "en": "http://www.malmitalo.fi/en/events/event/A733B270044741CF7E4F5C661C4E4247/Kappale_kauneinta_Suomea_The_Beauty_of_Errors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69042/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        }
    ]
}