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=68
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=69",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/event/?format=api&hide_super_event=true&page=67"
    },
    "data": [
        {
            "id": "espoo_le:agqesaigom",
            "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/espoo_le:agggfz66i4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66ky/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66mq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66qa/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz67i4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7aem/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2149/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2433/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqesaihle/?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": 2386077,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-28T14:35:59.062240Z",
                    "last_modified_time": "2026-08-28T14:35:59.062251Z",
                    "url": "https://bin.yhdistysavain.fi/1555484/kfGckQdJpwrGLOQNjFtH0Vd9Nx/rsz_enterry-25.jpg",
                    "name": "Enter ry.",
                    "cropping": "",
                    "photographer_name": "Karri Anttila",
                    "alt_text": "Kädet tietokoneen näppäimistöllä",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386077/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7axy/?format=api"
                }
            ],
            "created_time": "2026-08-28T14:48:07.510873Z",
            "last_modified_time": "2026-08-28T14:48:07.510884Z",
            "date_published": null,
            "start_time": "2026-09-09T08:00:00Z",
            "end_time": "2026-09-09T10:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Hytti-kokoushuone (+Merikontti)"
            },
            "provider": null,
            "name": {
                "fi": "Digiopastusta seniorilta seniorille Lippulaivan kirjastossa"
            },
            "description": {
                "fi": "<p>Ikäihmisten tietotekniikkayhdistys Enterin vapaaehtoiset vertaisopastajat tarjoavat maksutonta, henkilökohtaista ja kiireetöntä digiopastusta.</p><p>Lippulaivan kirjastossa joka keskiviikko kello 11-13.</p><p>Opastuksissa käydään usein läpi esimerkiksi puhelimen, tabletin tai tietokoneen peruskäyttöä, sähköistä asiointia tai laitteen hankintaa.</p><p>Tule rohkeasti kysymään mitä tahansa tietotekniikasta - tyhmiä kysymyksiä ei ole.</p><p>Ota mukaan oma laitteesi ja tarvittavat tunnukset ja salasanat palveluun, jota haluat harjoitella.</p><p>Varaa aika kirjastosta 09 8163 5097</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Digiopastusta ajanvarauksella"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqesaigom/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqesaig5m",
            "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/espoo_le:agggfz66i4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66ky/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66mq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66qa/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz67i4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7aem/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2149/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2433/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqesaihle/?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": 2386077,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-28T14:35:59.062240Z",
                    "last_modified_time": "2026-08-28T14:35:59.062251Z",
                    "url": "https://bin.yhdistysavain.fi/1555484/kfGckQdJpwrGLOQNjFtH0Vd9Nx/rsz_enterry-25.jpg",
                    "name": "Enter ry.",
                    "cropping": "",
                    "photographer_name": "Karri Anttila",
                    "alt_text": "Kädet tietokoneen näppäimistöllä",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386077/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7axy/?format=api"
                }
            ],
            "created_time": "2026-08-28T14:48:07.426426Z",
            "last_modified_time": "2026-08-28T14:48:07.426439Z",
            "date_published": null,
            "start_time": "2026-09-02T08:00:00Z",
            "end_time": "2026-09-02T10:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Hytti-kokoushuone (+Merikontti)"
            },
            "provider": null,
            "name": {
                "fi": "Digiopastusta seniorilta seniorille Lippulaivan kirjastossa"
            },
            "description": {
                "fi": "<p>Ikäihmisten tietotekniikkayhdistys Enterin vapaaehtoiset vertaisopastajat tarjoavat maksutonta, henkilökohtaista ja kiireetöntä digiopastusta.</p><p>Lippulaivan kirjastossa joka keskiviikko kello 11-13.</p><p>Opastuksissa käydään usein läpi esimerkiksi puhelimen, tabletin tai tietokoneen peruskäyttöä, sähköistä asiointia tai laitteen hankintaa.</p><p>Tule rohkeasti kysymään mitä tahansa tietotekniikasta - tyhmiä kysymyksiä ei ole.</p><p>Ota mukaan oma laitteesi ja tarvittavat tunnukset ja salasanat palveluun, jota haluat harjoitella.</p><p>Varaa aika kirjastosta 09 8163 5097</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Digiopastusta ajanvarauksella"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqesaig5m/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqerskety",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15321/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ie/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ka/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65l4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:koha",
            "sub_events": [],
            "images": [
                {
                    "id": 2386076,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-08-28T13:11:46.326372Z",
                    "last_modified_time": "2026-08-28T13:11:46.326387Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/f8b8edc8-0b34-4e69-9d83-631a636abe20.png",
                    "name": "",
                    "cropping": "840,0,3000,2160",
                    "photographer_name": "",
                    "alt_text": "Piirretty kuva, jossa joukko ihmisiä kuuntelee esitystä istuen.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386076/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-28T14:01:45.407121Z",
            "last_modified_time": "2026-08-28T14:01:45.407138Z",
            "date_published": null,
            "start_time": "2026-09-04T11:00:00Z",
            "end_time": "2026-09-04T11: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": {
                "fi": "Konsernihallinto"
            },
            "name": {
                "fi": "Liikkuva Espoo info opastaa - HSL aiheinen digituki Entressen kirjastolla",
                "sv": "Mobila Esboinfo - Digitalt stöd om HRT:s tjänster på Entresse bibliotek",
                "en": "Mobile Espoo Info - Digital Support for HSL Services at Entresse Library"
            },
            "description": {
                "fi": "<p>Espoo-info pilotoi digitukiaiheisia esityksiä kirjastoissa.</p><p><br></p><p>Tule tutustumaan HSL:n digitaalisiin palveluihin Liikkuvan Espoo-infon neuvonnassa. </p><p><br></p><p>Saat käytännön vinkkejä HSL:n verkkosivujen ja sovelluksen käyttöön kuten esimerkiksi matkojen suunnitteluun ja aikataulujen hakemiseen reittioppaan avulla sekä matkalippujen ostamiseen. </p><p><br></p><p>Esityksen jälkeen on aikaa kysymyksille ja keskustelulle.</p><p><br></p><p>Espoo-infon palveluneuvojat tuovat digituen ja palveluneuvonnan lähemmäs sinua.</p><p>Espoo-info tarjoaa neuvontaa julkisten palveluiden ja Espoon kaupungin yhteistyökumppaneiden (Helsingin seudun liikenne eli HSL, Kela, Visit Espoo, Länsi-Uudenmaan hyvinvointialue) palveluista ja tapahtumista sekä digitukea eli opastusta sähköiseen asiointiin.</p>",
                "sv": "<p>Esboinfo piloterar presentationer om digitalt stöd på biblioteken.</p><p><br></p><p>Kom och bekanta dig med HRT:s digitala tjänster vid Mobila Esboinfos rådgivning.</p><p><br></p><p>Du får praktiska tips om hur du använder HRT:s webbplats och app, till exempel hur du planerar resor, söker tidtabeller i Reseplaneraren och köper biljetter.</p><p><br></p><p>Efter presentationen finns det möjlighet att ställa frågor och diskutera.</p><p><br></p><p>Observera att presentationsmaterialet endast finns på finska.</p><p><br></p><p>Esbo-infos servicerådgivare för digitalt stöd och servicerådgivning närmare dig.</p><p>Esbo-info erbjuder rådgivning om tjänster och evenemang som ordnas av Esbo stad, Helsingforsregionens trafik, Folkpensionsanstalten samt turistinformation som ges av Visit Espoo, Västra Nylands välfärdsområde och stöd vid användning av e-tjänster på datorn</p>",
                "en": "<p>Mobile Espoo Info is piloting digital support presentations in libraries.</p><p><br></p><p>Come and learn about HSL's digital services at Mobile Espoo Info.</p><p><br></p><p>You will receive practical tips on how to use the HSL website and app, including planning journeys, finding timetables with the Journey Planner and purchasing tickets.</p><p><br></p><p>After the presentation, there will be an opportunity to ask questions and discuss the topic.</p><p><br></p><p>Please note that the presentation material is available in Finnish only.</p><p><br></p><p>The service advisors of Espoo Info bring digital support and service advice closer to you.</p><p>Espoo Info offers advice on public services as well as the services and events of the City of Espoo's partners (Helsinki Region Transport HSL, Kela and Visit Espoo, Western Uusimaa Wellbeing Services County) and digital support, i.e. advice on how to use online services</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Digitukiaiheinen teemakeikka HSL:n palveluista verkossa. Espoo-infon palveluneuvojat tuovat digituen ja palveluneuvonnan lähemmäs sinua.  ",
                "sv": "Tematräff om digitalt stöd för HSL:s tjänster på nätet. Esbo-infos servicerådgivare för digitalt stöd och servicerådgivning närmare dig. ",
                "en": "Digital support themed event on HSL's online services. The service advisors of Espoo Info bring digital support and service advice closer to you."
            },
            "info_url": {
                "fi": "https://www.espoo.fi/fi/espoon-kaupunki/asiakaspalvelu-ja-asiointi/espoo-info",
                "sv": "https://www.espoo.fi/sv/esbo-stad/kundservice-och-e-tjanster/esbo-info",
                "en": "https://www.espoo.fi/en/city-espoo/customer-service-and-e-services/espoo-info"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqerskety/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69855",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7254/?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:46/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:52/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39492/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?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": 2386070,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-28T08:22:58.000435Z",
                    "last_modified_time": "2026-08-28T08:22:58.000454Z",
                    "url": "http://www.annantalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796852.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386070/?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-08-28T08:22:57.862151Z",
            "last_modified_time": "2026-08-28T13:22:47.330167Z",
            "date_published": null,
            "start_time": "2026-10-16T13: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": "AnnanHouse-disko: Satupäivä – Annantalon syysloma",
                "sv": "AnnanHouse-disko: Satupäivä – Annegårdens höstlov",
                "en": "AnnanHouse-disko: Satupäivä – Autumn Break at Annantalo"
            },
            "description": {
                "fi": "<p>Syyslomaviikon AnnanHouse juhlistaa Satupäivää ja lastenkirjallisuutta!</p><p>Tapahtumassa saat tanssia, piipahtaa avoimissa työpajoissa ja tutustua Lastenkirjafestarit -näyttelyyn. Tapahtumassa voit tavata Risto Räppääjän ja muut satukirjoista tutut hahmot!</p><p>AnnanHouse on koko perheen elektronisen tanssimusiikin erikoistapahtuma, joka tutustuttaa kävijät diskokulttuurin tunnelmiin. Musiikista vastaa Annantalon oma dj Nicolas Sebastien, joka tarjoaa huippumusiikkia housesta discoon.</p><p>Diskossa käytetään teatterisavua ja kirkkaita valoja.</p><p>Vapaa pääsy, ei ennakkoilmoittautumista.</p><p><b>Ohjelma:</b><br>klo 16.00 | Työpajat käynnistyvät<br>klo 16–18 | Tapaa lastenkirjasta tuttu satuhahmo<br>klo 16.30 | Diskon ovet aukeavat <br>klo 16.45 ja klo 18 | Fiona Fiouh’n (lausutaan Fiuun) tanssituokiot ja kotkottava vieras tanssilattialla<br>klo 18.45 | Työpajoihin otetaan sisään viimeiset osallistujat<br>klo 19.00 | Diskon ovet sulkeutuvat. <br>klo 18.55–19.20 | Annantalon etupihalla nähtävissä hahmoparaati!<br> <br>Huom! Viimeiset osallistujat otetaan sisään työpajoihin klo 18.45.</p><p>AnnanHouse: Satupäivä on osa <b>Lastenkirjafestareita</b>, joita vietetään Annantalossa 7.10.2026–27.2.2027. Lastenkirjafestarit juhlistavat lasten kuvakirjoja ja lukemista näyttelyn, kirjailijavierailujen, työpajojen ja tapahtumien kautta.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Syyslomaviikon AnnanHouse juhlistaa Satupäivää ja lastenkirjallisuutta!"
            },
            "info_url": {
                "fi": "http://www.annantalo.fi/fi/tapahtumat/event/A98086EFA7929BD90859BBCA4C2BCF3E/AnnanHouse-disko_Satupaiva",
                "sv": "http://www.annantalo.fi/sv/evenemang/event/A98086EFA7929BD90859BBCA4C2BCF3E/AnnanHouse-disko_Satupaiva",
                "en": "http://www.annantalo.fi/en/events/event/A98086EFA7929BD90859BBCA4C2BCF3E/AnnanHouse-disko_Satupaiva"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69855/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69851",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7254/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:29/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:46/?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: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": 2386068,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-28T07:23:24.600055Z",
                    "last_modified_time": "2026-08-28T07:23:24.600074Z",
                    "url": "http://www.annantalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796601.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386068/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-28T07:23:24.476991Z",
            "last_modified_time": "2026-08-28T13:22:46.901505Z",
            "date_published": null,
            "start_time": "2026-10-15T11: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": "Lomakino: Ella ja kaverit – Operaatio Saukko (S) – Annantalon syysloma",
                "sv": "Lomakino: Ella ja kaverit – Operaatio Saukko (S) – Annegårdens höstlov",
                "en": "Lomakino: Ella ja kaverit – Operaatio Saukko (S) – Autumn Break at Annantalo"
            },
            "description": {
                "fi": "<p>Syyslomalla katsotaan kotimaisia, lastenkirjoihin pohjautuvia elokuvia Annantalon lomakinossa.</p><p>Lomakino on osa <b>Lastenkirjafestareita</b>, joita vietetään Annantalossa 7.10.2026–27.2.2027. Lastenkirjafestarit juhlistavat lasten kuvakirjoja ja lukemista näyttelyn, kirjailijavierailujen, työpajojen ja tapahtumien kautta.</p><p>Elokuviin on vapaa pääsy, ei ennakkoilmoittautumista. Tule hyvissä ajoin paikalle, sillä otamme yleisön sisään saapumisjärjestyksessä. Elokuviin mahtuu rajoitetusti katsojia ja ryhmät otamme sisään mahdollisuuksien mukaan.</p><p><b>Ella ja kaverit – Operaatio saukko</b><br>Ella ja kaverit – Operaatio saukko on vauhdikas koko perheen elokuva, joka perustuu Timo Parvelan rakastettuihin Ella ja kaverit -kirjoihin. Kun Ella luokkakavereineen lähetetään Opettajan johdolla metsäretkelle suorittamaan rästiin jääneitä koulutehtäviä, he kohtaavat kokonaan uudenlaiset ystävät, nimittäin luonnonsuojelualueella asuvan hirmu söpön saukkoperheen.</p><p>Samalla metsässä kuitenkin mellestää myös ihan toisenlainen otus: lasten vanha tuttu, ovela liikemies Isä Yksi, joka aikoo jyrätä koko metsän uuden lomakeskuksensa tieltä. Soppaa ilmestyvät hämmentämään myös salaperäinen erämies Huntteri, pyöräilyyn hurahtanut Rehtori Piippu ja oudosti Opettajaa muistuttava jättisaukko. Edessä on hulvaton luontoseikkailu, kun Ella ja kaverit päättävät estää liikemiehen juonen ja pelastaa metsän sekä saukot!</p><p>Kesto:74 min.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Syyslomalla katsotaan kotimaisia, lastenkirjoihin pohjautuvia elokuvia Annantalon lomakinossa."
            },
            "info_url": {
                "fi": "http://www.annantalo.fi/fi/tapahtumat/event/CEDDDA4D2893F4F6E3D3F776514B8D1F/Lomakino_Ella_ja_kaverit_Operaatio_Saukko_S_",
                "sv": "http://www.annantalo.fi/sv/evenemang/event/CEDDDA4D2893F4F6E3D3F776514B8D1F/Lomakino_Ella_ja_kaverit_Operaatio_Saukko_S_",
                "en": "http://www.annantalo.fi/en/events/event/CEDDDA4D2893F4F6E3D3F776514B8D1F/Lomakino_Ella_ja_kaverit_Operaatio_Saukko_S_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69851/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69850",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7254/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:29/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:46/?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: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": 2386067,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-28T07:23:23.790124Z",
                    "last_modified_time": "2026-08-28T07:23:23.790141Z",
                    "url": "http://www.annantalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796599.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386067/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-28T07:23:23.682775Z",
            "last_modified_time": "2026-08-28T13:22:46.293642Z",
            "date_published": null,
            "start_time": "2026-10-14T11: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": "Lomakino: Onneli ja Anneli (S) – Annantalon syysloma",
                "sv": "Lomakino: Onneli ja Anneli (S) – Annegårdens höstlov",
                "en": "Lomakino: Onneli ja Anneli (S) – Autumn Break at Annantalo"
            },
            "description": {
                "fi": "<p>Syyslomalla katsotaan kotimaisia, lastenkirjoihin pohjautuvia elokuvia Annantalon lomakinossa.</p><p>Lomakino on osa <b>Lastenkirjafestareita</b>, joita vietetään Annantalossa 7.10.2026–27.2.2027. Lastenkirjafestarit juhlistavat lasten kuvakirjoja ja lukemista näyttelyn, kirjailijavierailujen, työpajojen ja tapahtumien kautta.</p><p>Elokuviin on vapaa pääsy, ei ennakkoilmoittautumista. Tule hyvissä ajoin paikalle, sillä otamme yleisön sisään saapumisjärjestyksessä. Elokuviin mahtuu rajoitetusti katsojia ja ryhmät otamme sisään mahdollisuuksien mukaan.</p><p><b>Onneli ja Anneli (S)</b><br>Marjatta Kurenniemen rakastettuun romaaniin, Onnelin ja Annelin talo, perustuva elokuva Onneli ja Anneli kertoo kahden ekaluokkalaisen tytön, Onnelin ja Annelin, kesästä ja unelmahetkistä parhaan kaverin kanssa ilman vanhempia — hetkistä, joissa todellisuus ja fantasia kohtaavat maagisella tavalla.<br> <br>Onneli ja Anneli löytävät kadulta rahaa ja ostavat löytämillään rahoilla salaperäiseltä rouva Ruusupuulta talon itselleen. Talo on täydellinen unelmien talo, mitoiltaan ja varustukseltaan tismalleen Onnelin ja Annelin tarpeisiin tehty. Tytöt muuttavat taloon ja alkavat viettää unelmiensa kesää, josta ei puutu seikkailuja ja yllätyksiä.</p><p>Kesän aikana tytöt tutustuvat myös naapureihinsa, joihin kuuluvat Tingelstiina ja Tangelstiina ja heidän ihanan salaperäinen maailmansa, sekä rouva Rosina Rusina, joka alun nurjamielisyyden jälkeen löytää ilon elämäänsä.</p><p>Kesto: 80 min</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Syyslomalla katsotaan kotimaisia, lastenkirjoihin pohjautuvia elokuvia Annantalon lomakinossa."
            },
            "info_url": {
                "fi": "http://www.annantalo.fi/fi/tapahtumat/event/48E0C50637757B34D47F2A627BA68E9A/Lomakino_Onneli_ja_Anneli_S_",
                "sv": "http://www.annantalo.fi/sv/evenemang/event/48E0C50637757B34D47F2A627BA68E9A/Lomakino_Onneli_ja_Anneli_S_",
                "en": "http://www.annantalo.fi/en/events/event/48E0C50637757B34D47F2A627BA68E9A/Lomakino_Onneli_ja_Anneli_S_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69850/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69846",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7254/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:29/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:46/?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: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": 2386066,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-28T07:23:23.252910Z",
                    "last_modified_time": "2026-08-28T07:23:23.252925Z",
                    "url": "http://www.annantalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796598.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386066/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-28T07:23:23.136524Z",
            "last_modified_time": "2026-08-28T13:22:46.014649Z",
            "date_published": null,
            "start_time": "2026-10-14T08: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": "Lomakino: Kanelia kainaloon, Tatu ja Patu! (S) – Annantalon syysloma",
                "sv": "Lomakino: Kanelia kainaloon, Tatu ja Patu! (S) – Annegårdens höstlov",
                "en": "Lomakino: Kanelia kainaloon, Tatu ja Patu! (S) – Autumn Break at Annantalo"
            },
            "description": {
                "fi": "<p>Syyslomalla katsotaan kotimaisia, lastenkirjoihin pohjautuvia elokuvia Annantalon lomakinossa.</p><p>Lomakino on osa <b>Lastenkirjafestareita</b>, joita vietetään Annantalossa 7.10.2026–27.2.2027. Lastenkirjafestarit juhlistavat lasten kuvakirjoja ja lukemista näyttelyn, kirjailijavierailujen, työpajojen ja tapahtumien kautta.</p><p>Elokuviin on vapaa pääsy, ei ennakkoilmoittautumista. Tule hyvissä ajoin paikalle, sillä otamme yleisön sisään saapumisjärjestyksessä. Elokuviin mahtuu rajoitetusti katsojia ja ryhmät otamme sisään mahdollisuuksien mukaan.</p><p><b>Kanelia kainaloon, Tatu ja Patu!</b><br>Elokuvassa Kanelia kainaloon, Tatu ja Patu! veljekset matkustavat junalla Outolasta jouluiseen Helsinkiin tapaamaan 9-vuotiasta ystäväänsä Veeraa. Kaupungissa heitä odottaa Veeran järjestämä mahtava yllätys! Veera on kuitenkin jouluruuhkien vuoksi myöhässä rautatieasemalta ja veljekset suuntaavat omin neuvoin suureen kaupunkiin.<br> <br>Seuraa hullunkurisia sattumuksia pursuileva seikkailu, jossa Tatu ja Patu viilettävät pitkin kaupunkia etsiessään tietään Veeran luo. Innokkaat veljekset haluavat kiihkeästi kuulua joukkoon ja toimia kuten paikalliset joulunvalmistelijat, ja onnistuvatkin siinä melkein. Taidemuseosta löytyy “lahjakas” taiteilija, tavaratalossa joulupukki ja -kuusi menevät iloisesti sekaisin ja kaneliahan voi heittää puuron sijasta vaikka kainaloon!</p><p>Onneksi veljesten nokkela ystävä Veera ottaa ohjat käsiinsä ja ystävykset löytävät lopulta sekä toistensa että Veeran järjestämän jymy-yllätyksen luo!</p><p>Kesto: 70 min</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Syyslomalla katsotaan kotimaisia, lastenkirjoihin pohjautuvia elokuvia Annantalon lomakinossa."
            },
            "info_url": {
                "fi": "http://www.annantalo.fi/fi/tapahtumat/event/8C756E8AD5BD92D224932EF4982F1215/Lomakino_Kanelia_kainaloon_Tatu_ja_Patu_S_",
                "sv": "http://www.annantalo.fi/sv/evenemang/event/8C756E8AD5BD92D224932EF4982F1215/Lomakino_Kanelia_kainaloon_Tatu_ja_Patu_S_",
                "en": "http://www.annantalo.fi/en/events/event/8C756E8AD5BD92D224932EF4982F1215/Lomakino_Kanelia_kainaloon_Tatu_ja_Patu_S_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69846/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69835",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7254/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:29/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:46/?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: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": 2386065,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-28T07:23:22.507885Z",
                    "last_modified_time": "2026-08-28T07:23:22.507936Z",
                    "url": "http://www.annantalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796597.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386065/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-28T07:23:22.399384Z",
            "last_modified_time": "2026-08-28T13:22:45.302483Z",
            "date_published": null,
            "start_time": "2026-10-13T11: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": "Lomakino: Risto Räppääjä ja kaksoisolento (S) – Annantalon syysloma",
                "sv": "Lomakino: Risto Räppääjä ja kaksoisolento (S) – Annegårdens höstlov",
                "en": "Lomakino: Risto Räppääjä ja kaksoisolento (S) – Autumn Break at Annantalo"
            },
            "description": {
                "fi": "<p>Syyslomalla katsotaan kotimaisia, lastenkirjoihin pohjautuvia elokuvia Annantalon lomakinossa.</p><p>Lomakino on osa <b>Lastenkirjafestareita</b>, joita vietetään Annantalossa 7.10.2026–27.2.2027. Lastenkirjafestarit juhlistavat lasten kuvakirjoja ja lukemista näyttelyn, kirjailijavierailujen, työpajojen ja tapahtumien kautta.</p><p>Elokuviin on vapaa pääsy, ei ennakkoilmoittautumista. Tule hyvissä ajoin paikalle, sillä otamme yleisön sisään saapumisjärjestyksessä. Elokuviin mahtuu rajoitetusti katsojia ja ryhmät otamme sisään mahdollisuuksien mukaan.</p><p><b>Risto Räppääjä ja kaksoisolento</b><br>Onko kaupungissa Riston kaksoisolento? Risto näkee kaupungilla ihan samannäköisen pojan kuin hän itse. Risto ja Nelli päättävät selvittää, onko poika kaksoisolento, varjominä vai jopa huijari?</p><p>Miksi Rauha-täti on ollut salaperäinen ja piilotellut valokuva-albumia? Entä miten Pakastaja-Elvi, hämähäkit sekä suvun kadonnut sormus liittyvät tähän kaikkeen? Risto ja Nelli löytävät johtolangan ja päättävät selvittää salaisuuden, joka vie heidät suureen yölliseen seikkailuun Kurjenkalliolle.</p><p>Elokuvan päärooleissa nähdään Risto Räppääjänä Aleksi Johansson ja Nelli Nuudelipäänä Alma Järvensivu. Muissa päärooleissa Lennart Lindberginä ja Pakastaja-Elvinä nähdään Ylermi Rajamaa ja Jenni Kokander sekä Rauha-tätinä Iina Kuustonen. Tiina ja Emma Nopolan käsikirjoittaman elokuvan on ohjannut Samuel Harjanne. Musiikin on säveltänyt Kerkko Koskinen ja laulujen sanat ovat Matias Nopolan kynästä.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Syyslomalla katsotaan kotimaisia, lastenkirjoihin pohjautuvia elokuvia Annantalon lomakinossa."
            },
            "info_url": {
                "fi": "http://www.annantalo.fi/fi/tapahtumat/event/E3A1D5CC8485B1E06416E9FEB9C35F31/Lomakino_Risto_Rappaaja_ja_kaksoisolento_S_",
                "sv": "http://www.annantalo.fi/sv/evenemang/event/E3A1D5CC8485B1E06416E9FEB9C35F31/Lomakino_Risto_Rappaaja_ja_kaksoisolento_S_",
                "en": "http://www.annantalo.fi/en/events/event/E3A1D5CC8485B1E06416E9FEB9C35F31/Lomakino_Risto_Rappaaja_ja_kaksoisolento_S_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69835/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69848",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7254/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:29/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:46/?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: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": 2386064,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-28T07:23:22.081821Z",
                    "last_modified_time": "2026-08-28T07:23:22.081837Z",
                    "url": "http://www.annantalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796596.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386064/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-28T07:23:21.966784Z",
            "last_modified_time": "2026-08-28T13:22:45.080446Z",
            "date_published": null,
            "start_time": "2026-10-13T08: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": "Lomakino: Onneli ja Anneli (S) – Annantalon syysloma",
                "sv": "Lomakino: Onneli ja Anneli (S) – Annegårdens höstlov",
                "en": "Lomakino: Onneli ja Anneli (S) – Autumn Break at Annantalo"
            },
            "description": {
                "fi": "<p>Syyslomalla katsotaan kotimaisia, lastenkirjoihin pohjautuvia elokuvia Annantalon lomakinossa.</p><p>Lomakino on osa <b>Lastenkirjafestareita</b>, joita vietetään Annantalossa 7.10.2026–27.2.2027. Lastenkirjafestarit juhlistavat lasten kuvakirjoja ja lukemista näyttelyn, kirjailijavierailujen, työpajojen ja tapahtumien kautta.</p><p>Elokuviin on vapaa pääsy, ei ennakkoilmoittautumista. Tule hyvissä ajoin paikalle, sillä otamme yleisön sisään saapumisjärjestyksessä. Elokuviin mahtuu rajoitetusti katsojia ja ryhmät otamme sisään mahdollisuuksien mukaan.</p><p><b>Onneli ja Anneli (S)</b><br>Marjatta Kurenniemen rakastettuun romaaniin, Onnelin ja Annelin talo, perustuva elokuva Onneli ja Anneli kertoo kahden ekaluokkalaisen tytön, Onnelin ja Annelin, kesästä ja unelmahetkistä parhaan kaverin kanssa ilman vanhempia — hetkistä, joissa todellisuus ja fantasia kohtaavat maagisella tavalla.<br> <br>Onneli ja Anneli löytävät kadulta rahaa ja ostavat löytämillään rahoilla salaperäiseltä rouva Ruusupuulta talon itselleen. Talo on täydellinen unelmien talo, mitoiltaan ja varustukseltaan tismalleen Onnelin ja Annelin tarpeisiin tehty. Tytöt muuttavat taloon ja alkavat viettää unelmiensa kesää, josta ei puutu seikkailuja ja yllätyksiä.</p><p>Kesän aikana tytöt tutustuvat myös naapureihinsa, joihin kuuluvat Tingelstiina ja Tangelstiina ja heidän ihanan salaperäinen maailmansa, sekä rouva Rosina Rusina, joka alun nurjamielisyyden jälkeen löytää ilon elämäänsä.</p><p>Kesto: 80 min</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Syyslomalla katsotaan kotimaisia, lastenkirjoihin pohjautuvia elokuvia Annantalon lomakinossa."
            },
            "info_url": {
                "fi": "http://www.annantalo.fi/fi/tapahtumat/event/72A327C5BE277091CFD7A0E389CD9D49/Lomakino_Onneli_ja_Anneli_S_",
                "sv": "http://www.annantalo.fi/sv/evenemang/event/72A327C5BE277091CFD7A0E389CD9D49/Lomakino_Onneli_ja_Anneli_S_",
                "en": "http://www.annantalo.fi/en/events/event/72A327C5BE277091CFD7A0E389CD9D49/Lomakino_Onneli_ja_Anneli_S_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69848/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69845",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7254/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:29/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:46/?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: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": 2386063,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-28T07:23:21.437786Z",
                    "last_modified_time": "2026-08-28T07:23:21.437828Z",
                    "url": "http://www.annantalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796594.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386063/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-28T07:23:21.296855Z",
            "last_modified_time": "2026-08-28T13:22:44.691225Z",
            "date_published": null,
            "start_time": "2026-10-12T11: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": "Lomakino: Kanelia kainaloon, Tatu ja Patu! (S) – Annantalon syysloma",
                "sv": "Lomakino: Kanelia kainaloon, Tatu ja Patu! (S) – Annegårdens höstlov",
                "en": "Lomakino: Kanelia kainaloon, Tatu ja Patu! (S) – Autumn Break at Annantalo"
            },
            "description": {
                "fi": "<p>Syyslomalla katsotaan kotimaisia, lastenkirjoihin pohjautuvia elokuvia Annantalon lomakinossa.</p><p>Lomakino on osa <b>Lastenkirjafestareita</b>, joita vietetään Annantalossa 7.10.2026–27.2.2027. Lastenkirjafestarit juhlistavat lasten kuvakirjoja ja lukemista näyttelyn, kirjailijavierailujen, työpajojen ja tapahtumien kautta.</p><p>Elokuviin on vapaa pääsy, ei ennakkoilmoittautumista. Tule hyvissä ajoin paikalle, sillä otamme yleisön sisään saapumisjärjestyksessä. Elokuviin mahtuu rajoitetusti katsojia ja ryhmät otamme sisään mahdollisuuksien mukaan.</p><p><b>Kanelia kainaloon, Tatu ja Patu!</b><br>Elokuvassa Kanelia kainaloon, Tatu ja Patu! veljekset matkustavat junalla Outolasta jouluiseen Helsinkiin tapaamaan 9-vuotiasta ystäväänsä Veeraa. Kaupungissa heitä odottaa Veeran järjestämä mahtava yllätys! Veera on kuitenkin jouluruuhkien vuoksi myöhässä rautatieasemalta ja veljekset suuntaavat omin neuvoin suureen kaupunkiin.<br> <br>Seuraa hullunkurisia sattumuksia pursuileva seikkailu, jossa Tatu ja Patu viilettävät pitkin kaupunkia etsiessään tietään Veeran luo. Innokkaat veljekset haluavat kiihkeästi kuulua joukkoon ja toimia kuten paikalliset joulunvalmistelijat, ja onnistuvatkin siinä melkein. Taidemuseosta löytyy “lahjakas” taiteilija, tavaratalossa joulupukki ja -kuusi menevät iloisesti sekaisin ja kaneliahan voi heittää puuron sijasta vaikka kainaloon!</p><p>Onneksi veljesten nokkela ystävä Veera ottaa ohjat käsiinsä ja ystävykset löytävät lopulta sekä toistensa että Veeran järjestämän jymy-yllätyksen luo!</p><p>Kesto: 70 min</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Syyslomalla katsotaan kotimaisia, lastenkirjoihin pohjautuvia elokuvia Annantalon lomakinossa."
            },
            "info_url": {
                "fi": "http://www.annantalo.fi/fi/tapahtumat/event/76632256D893A6B4560592482AD91BAD/Lomakino_Kanelia_kainaloon_Tatu_ja_Patu_S_",
                "sv": "http://www.annantalo.fi/sv/evenemang/event/76632256D893A6B4560592482AD91BAD/Lomakino_Kanelia_kainaloon_Tatu_ja_Patu_S_",
                "en": "http://www.annantalo.fi/en/events/event/76632256D893A6B4560592482AD91BAD/Lomakino_Kanelia_kainaloon_Tatu_ja_Patu_S_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69845/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69834",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7254/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:29/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:46/?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: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": 2386062,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-28T07:23:20.886308Z",
                    "last_modified_time": "2026-08-28T07:23:20.886325Z",
                    "url": "http://www.annantalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796593.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386062/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-28T07:23:20.705924Z",
            "last_modified_time": "2026-08-28T13:22:44.458744Z",
            "date_published": null,
            "start_time": "2026-10-12T08: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": "Lomakino: Risto Räppääjä ja kaksoisolento (S) – Annantalon syysloma",
                "sv": "Lomakino: Risto Räppääjä ja kaksoisolento (S) – Annegårdens höstlov",
                "en": "Lomakino: Risto Räppääjä ja kaksoisolento (S) – Autumn Break at Annantalo"
            },
            "description": {
                "fi": "<p>Syyslomalla katsotaan kotimaisia, lastenkirjoihin pohjautuvia elokuvia Annantalon lomakinossa.</p><p>Lomakino on osa <b>Lastenkirjafestareita</b>, joita vietetään Annantalossa 7.10.2026–27.2.2027. Lastenkirjafestarit juhlistavat lasten kuvakirjoja ja lukemista näyttelyn, kirjailijavierailujen, työpajojen ja tapahtumien kautta.</p><p>Elokuviin on vapaa pääsy, ei ennakkoilmoittautumista. Tule hyvissä ajoin paikalle, sillä otamme yleisön sisään saapumisjärjestyksessä. Elokuviin mahtuu rajoitetusti katsojia ja ryhmät otamme sisään mahdollisuuksien mukaan.</p><p><b>Risto Räppääjä ja kaksoisolento</b><br>Onko kaupungissa Riston kaksoisolento? Risto näkee kaupungilla ihan samannäköisen pojan kuin hän itse. Risto ja Nelli päättävät selvittää, onko poika kaksoisolento, varjominä vai jopa huijari?</p><p>Miksi Rauha-täti on ollut salaperäinen ja piilotellut valokuva-albumia? Entä miten Pakastaja-Elvi, hämähäkit sekä suvun kadonnut sormus liittyvät tähän kaikkeen? Risto ja Nelli löytävät johtolangan ja päättävät selvittää salaisuuden, joka vie heidät suureen yölliseen seikkailuun Kurjenkalliolle.</p><p>Elokuvan päärooleissa nähdään Risto Räppääjänä Aleksi Johansson ja Nelli Nuudelipäänä Alma Järvensivu. Muissa päärooleissa Lennart Lindberginä ja Pakastaja-Elvinä nähdään Ylermi Rajamaa ja Jenni Kokander sekä Rauha-tätinä Iina Kuustonen. Tiina ja Emma Nopolan käsikirjoittaman elokuvan on ohjannut Samuel Harjanne. Musiikin on säveltänyt Kerkko Koskinen ja laulujen sanat ovat Matias Nopolan kynästä.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Syyslomalla katsotaan kotimaisia, lastenkirjoihin pohjautuvia elokuvia Annantalon lomakinossa."
            },
            "info_url": {
                "fi": "http://www.annantalo.fi/fi/tapahtumat/event/53F4D0576FD8C1F8ECF4ADB2FA16E387/Lomakino_Risto_Rappaaja_ja_kaksoisolento_S_",
                "sv": "http://www.annantalo.fi/sv/evenemang/event/53F4D0576FD8C1F8ECF4ADB2FA16E387/Lomakino_Risto_Rappaaja_ja_kaksoisolento_S_",
                "en": "http://www.annantalo.fi/en/events/event/53F4D0576FD8C1F8ECF4ADB2FA16E387/Lomakino_Risto_Rappaaja_ja_kaksoisolento_S_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69834/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:68653",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7254/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:104/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:105/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:31/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:46/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:669/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:732/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p29865/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39924/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p40387/?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:p5088/?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": 2385360,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-25T07:14:44.280058Z",
                    "last_modified_time": "2026-06-25T07:14:44.280073Z",
                    "url": "http://www.annantalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791506.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385360/?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-25T07:14:44.177119Z",
            "last_modified_time": "2026-08-28T13:22:43.922018Z",
            "date_published": null,
            "start_time": "2026-10-10T08:00:00Z",
            "end_time": "2026-10-10T11: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": "Tarua vai totta – Avoin työpajapäivä – Annantalon syysloma",
                "sv": "Saga eller sanning – Öppen verkstadsdag – Annegårdens höstlov",
                "en": "Fiction or Fact – Open workshop day – Autumn Break at Annantalo"
            },
            "description": {
                "fi": "<p>Annantalon työpajapäivässä koko perhe voi viettää yhteistä aikaa taiteen parissa kaikille avoimissa työpajoissa, joissa voi piipahtaa tai viipyä pidempään.</p><p>Työpajoissa sukelletaan tarinoihin ja satuihin – eikä kaikissa jutuissa ei aina ole päätä tai häntää! Pajoissa pääset tekemään satumaan asukkeja ja varjokuvia, kuuntelemaan tarinoita sekä kisailemaan Satutietäjän tittelistä!</p><p>Tapahtuman järjestävät yhdessä Annantalo ja vapaaehtoisten Älyvapaa-yhteisö.</p><p>Tapahtuma on maksuton eikä vaadi ennakkoilmoittautumista. Tarkempi ohjelma julkaistaan Annantalon verkkosivujen tapahtumakalenterissa lähempänä tapahtumaa.</p><p>Työpajat ovat käynnissä klo 11–14. Viimeiset osallistujat otetaan sisään pajoihin klo 13.30.</p><p>Työpajojen työskentelykieli on suomi ja ne sopivat kaiken ikäisille – alle 8-vuotiaat lapset aikuisen kanssa.</p>",
                "sv": "<p>Under verkstadsdagen på Annegården kan hela familjen umgås i konstens tecken i verkstäder som är öppna för alla och där man kan stanna en kortare eller längre stund.</p><p>I verkstäderna dyker vi ner i berättelser och sagor – och det är inte säkert att det finns någon rim och reson i alla historier! I verkstäderna får du skapa sagofigurer och skuggfigurer, lyssna på berättelser och tävla om titeln Sagokännare! <br> <br>Evenemanget ordnas gemensamt av Annegården och frivilliggruppen Älyvapaa. <br> <br>Evenemanget är avgiftsfritt och kräver ingen förhandsanmälan. Ett mer detaljerat program publiceras i evenemangskalendern på Annegårdens webbplats närmare evenemanget. <br> <br>Verkstäderna pågår mellan kl. 11 och 14. De sista deltagarna i verkstäderna tas emot kl. 13.30. <br> <br>Arbetsspråket på verkstäderna är finska och de passar alla åldrar – barn under 8 år tillsammans med en vuxen.</p>",
                "en": "<p>Annantalo’s workshop day allows the whole family to spend time together enjoying art in open workshops – stop by briefly or stay for a longer visit.</p><p>In these workshops, we dive into stories and fairytales – and not all of them always make much sense! The workshops give you an opportunity to make fairytale characters and silhouettes, listen to stories and compete for the title of ‘Fairytale Expert’! <br> <br>The event is organised jointly by Annantalo and the Älyvapaa volunteer community. <br> <br>The event is free of charge and does not require advance registration. A more detailed programme will be published on the Annantalo website’s event calendar closer to the event. <br> <br>The workshops take place from 11.00 to 14.00. The last participants are admitted to the workshops at 13.30. <br> <br>The workshops are instructed in Finnish and are suitable for all ages – children under the age of 8 must be accompanied by an adult.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Annantalon työpajapäivässä koko perhe voi viettää yhteistä aikaa taiteen parissa kaikille avoimissa työpajoissa, joissa voi piipahtaa tai viipyä pidempään.",
                "sv": "Under verkstadsdagen på Annegården kan hela familjen umgås i konstens tecken i verkstäder som är öppna för alla och där man kan stanna en kortare eller längre stund.",
                "en": "Annantalo’s workshop day allows the whole family to spend time together enjoying art in open workshops – stop by briefly or stay for a longer visit."
            },
            "info_url": {
                "fi": "http://www.annantalo.fi/fi/tapahtumat/event/5D3B312B85B8F9D055B5324AF47A5F4D/Tarua_vai_totta_Avoin_tyopajapaiva",
                "sv": "http://www.annantalo.fi/sv/evenemang/event/5D3B312B85B8F9D055B5324AF47A5F4D/Saga_eller_sanning_Oppen_verkstadsdag",
                "en": "http://www.annantalo.fi/en/events/event/5D3B312B85B8F9D055B5324AF47A5F4D/Fiction_or_Fact_Open_workshop_day"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:68653/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqeqw55ka",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15417/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66oi/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p360/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p5121/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2386075,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-08-28T11:47:24.739159Z",
                    "last_modified_time": "2026-08-28T11:47:24.739173Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/8e90bbdb-0090-4478-a7f4-2b81317fc3ea.jpg",
                    "name": "",
                    "cropping": "52,0,828,777",
                    "photographer_name": "",
                    "alt_text": "Tiina Alisalo: Vanhan taulun uusi Iloinen elämä!",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386075/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-28T12:00:13.402150Z",
            "last_modified_time": "2026-08-28T12:00:13.402165Z",
            "date_published": "2026-08-28T11:01:00Z",
            "start_time": "2026-08-30T07:00:00Z",
            "end_time": "2026-09-18T15:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Näyttelyvitriini (kirjaston ylempi kerros)",
                "sv": "Utställningsmontern (bibliotekets övre våning)",
                "en": "Display cabinet (upper floor of the library)"
            },
            "provider": null,
            "name": {
                "fi": "Tiina Alisalo: Vanhan taulun uusi Iloinen elämä (taidenäyttely)",
                "sv": "Tiina Alisalo: En gammal tavlas nya glada liv (konstutställning)",
                "en": "Tiina Alisalo: A New Joyful Life for an Old Painting (art exhibition)"
            },
            "description": {
                "fi": "<p><strong>Tiina Alisalo</strong>, on itseoppinut maalari, joka antaa vanhoille tauluille uuden elämän iloisen värikkään naivismin hengessä. </p><p>Näyttely Sellon kirjaston ylemmän kerroksen vitriinissä on nähtävissä kirjaston aukioloaikoina. Tervetuloa!</p>",
                "sv": "<p><strong>Tiina Alisalo</strong> är en självlärd målare som ger gamla tavlor nytt liv i en glad och färgstark naivismens anda.</p><p>Utställningen i glasmontern på övervåningen i Sello biblioteket kan ses under bibliotekets öppettider. Välkommen!</p>",
                "en": "<p><strong>Tiina Alisalo</strong> is a self-taught painter who breathes new life into old paintings in the spirit of cheerful, colourful naivism.</p><p>The exhibition, on display in the showcase on the upper floor of Sello Library, can be viewed during the library’s opening hours. Welcome!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Vanhoille tauluille uusi elämä iloisen värikkään naivismin hengessä.",
                "sv": "Ett nytt liv för gamla tavlor i en glad och färgstark naivismens anda.",
                "en": "A new lease of life for old paintings, in the spirit of cheerful, colourful naivism."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqeqw55ka/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69744",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7258/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:31/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:348/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:49/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/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": "38,90-59 €",
                        "en": "38,90-59 €"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/eventseries/lee-rocker-of-the-stray-cats-4226418/",
                        "en": "https://www.lippu.fi/eventseries/lee-rocker-of-the-stray-cats-4226418/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386073,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-28T09:23:27.559881Z",
                    "last_modified_time": "2026-08-28T09:23:27.559899Z",
                    "url": "http://www.savoyteatteri.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796694.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386073/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-28T09:23:27.419864Z",
            "last_modified_time": "2026-08-28T09:23:27.717728Z",
            "date_published": null,
            "start_time": "2027-02-24T17:00:00Z",
            "end_time": null,
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": {
                "fi": "Ramasound Oy",
                "en": "Ramasound Oy"
            },
            "name": {
                "fi": "Lee Rocker of the Stray Cats",
                "en": "Lee Rocker of the Stray Cats"
            },
            "description": {
                "fi": "<p>Lee Rocker on tehnyt vaikutuksen laulamalla ja soittamalla jättimäistä kontrabassoaan Grammy-ehdokkuudenkin saaneessa The Stray Catsissa. Yhtye on myynyt yli 10 miljoonaa albumia, ja saavuttanut 23 kulta- ja platinalevyä maailmanlaajuisesti.<br>Lee Rocker on sittemmin nimetty Bass Player Magazinen ”kaikkien aikojen parhaaksi basistiksi” vuoden 2022 listalla, jossa on top 100 bassonsoittajaa.</p><p>Tule kuuntelemaan, kun Lee ja hänen bändinsä esittävän Stray Catsin hittejä, kuten ”Sexy and Seventeen”, ”Stray Cat Strut” ja ”Rock This Town”, sekä monia muita rokkibiisejä, joita Lee on esittänyt Stray Catsin jälkeen musiikkilegendojen kuten Ringo Starrin, George Harrisonin, John Fogertyn ja The Rolling Stonesin kanssa.</p><p>Ikäsuositus: 10+</p><p>Kesto n. 1 h 30 min, ei väliaikaa</p><p>Permanto K-18 anniskelualue. Parveke ikärajaton ei anniskelua.</p>",
                "en": "<p>Lee Rocker made his mark singing, playing, standing on, spinning and rocking his giant upright bass as a founding member (along with Brian Setzer and Slim Jim Phantom), of the Grammy nominated music group The Stray Cats, who sold over 10 million albums and garnered 23 gold and platinum certified records worldwide.  He has since been named “Greatest Of All Time” in Bass Player Magazine’s 2022 listing of the top 100 bassists ever.</p><p>Come hear Lee and his band perform Stray Cats hits like “Sexy and Seventeen”, “Stray Cat Strut” and “Rock This Town”, plus lots of other rockin’ songs Lee performed post-Stray Cats with music legends from Ringo Starr and George Harrison to John Fogerty and The Rolling Stones.</p><p>Age recommendation: 10+</p><p>Duration approx. 1 h 30 min, no interval</p><p>The floor: R18 alcohol serving area. The balcony: no age restrictions, no alcohol serving.</p>"
            },
            "provider_contact_info": null,
            "short_description": null,
            "info_url": {
                "fi": "http://www.savoyteatteri.fi/fi/tapahtumat/event/C81A3F0F17C9FAF4F6278470B64EAFA0/Lee_Rocker_of_the_Stray_Cats",
                "en": "http://www.savoyteatteri.fi/en/events/event/C81A3F0F17C9FAF4F6278470B64EAFA0/Lee_Rocker_of_the_Stray_Cats"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69744/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "jiiri:d89f829b-4566-f111-a825-e4fb1ef9aa79",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7254/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1393/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1808/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2149/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p916/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/jiiri:dc1de5f8-537d-4e65-8f2d-c5f6fe03406b/?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": "jiiri",
            "publisher": "ahjo:u480400",
            "sub_events": [],
            "images": [],
            "videos": [],
            "in_language": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/language/fi/?format=api"
                }
            ],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1393/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1808/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2149/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p916/?format=api"
                }
            ],
            "created_time": "2026-06-12T10:02:01.305588Z",
            "last_modified_time": "2026-08-28T08:52:37.947366Z",
            "date_published": "2026-06-12T10:01:00Z",
            "start_time": "2026-09-25T04:00:00Z",
            "end_time": "2026-09-25T18: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": {
                "fi": "Tapahtuman järjestäjä suomeksi"
            },
            "name": {
                "fi": "[TLDG] SuperEvent - Umbrella"
            },
            "description": {
                "fi": "<div><p>Tapahtuman kuvaus suomeksi</p></div>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Lyhyt kuvaus suomeksi (korkeintaan 160 merkkiä)"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/jiiri:d89f829b-4566-f111-a825-e4fb1ef9aa79/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69856",
            "has_user_editable_resources": false,
            "location": null,
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:105/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:46/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:52/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39492/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?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": 2386069,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-28T08:22:55.859024Z",
                    "last_modified_time": "2026-08-28T08:22:55.859040Z",
                    "url": "http://www.annantalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796902.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386069/?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-08-28T08:22:55.680919Z",
            "last_modified_time": "2026-08-28T08:22:56.115505Z",
            "date_published": null,
            "start_time": "2026-10-10",
            "end_time": "2026-10-17",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Annantalon syysloma 2026",
                "sv": "Annantalon syysloma 2026",
                "en": "Annantalon syysloma 2026"
            },
            "description": {
                "fi": "<p>Syyslomalla Annantalo on täynnä kirjafestivaalin iloa, kotimaisiin lastenkirjoihin perustuvia elokuvia, työpajoja, lukuhetkiä ja Satupäivän AnnanHouse-disko!</p><p>Annantalon syyslomaviikon ohjelman aloittaa lauantaina 10.10. Totta vai tarua -työpajapäivä, jossa koko perhe voi viettää yhteistä aikaa taiteen parissa kaikille avoimissa työpajoissa. Maanantaista torstaihin Annantalon lomakinossa katsotaan parhaita kotimaisia, lastenkirjoihin perustuvia elokuvia – Tatusta ja Patusta Onneliin ja Anneliin. Kirjallisuusteema jatkuu myös perjantain huippusuositussa AnnanHouse -diskossa, joka juhlistaa tällä kertaa Satupäivää.<br> <br>Tapahtumat ovat maksuttomia, ellei toisin mainita. Esityslippuja myy Lippu.fi – huomaathan, että Annantalossa ei ole lipunmyyntiä.</p><p><b>Lauantai 10.10.</b><br>Klo 11–14 | Totta vai tarua -tapahtumapäivä<br> <br><b>Maanantai 12.10.</b><br>Klo 11 | Lomakino: <i>Risto Räppääjä ja kaksoisolento</i> (S)<br>Klo 14 | Lomakino: <i>Kanelia kainaloon, Tatu ja Patu!</i> (S)</p><p><b>Tiistai 13.10.</b><br>Klo 11 | Lomakino: <i>Onneli ja Anneli</i> (S)<br>Klo14 | Lomakino: <i>Risto Räppääjä ja kaksoisolento</i> (S)</p><p><b>Keskiviikko 14.10.</b><br>Klo 9.40–11.20 | Taideleikit – leikin oma tila 0–2-vuotiaille oman aikuisen kanssa<br>Klo 11 | Lomakino: <i>Kanelia kainaloon, Tatu ja Patu!</i> (S)<br> Klo 14 Lomakino: <i>Onneli ja Anneli</i> (S)</p><p><b>Torstai 15.10. </b><br>Klo 14 | Lomakino: <i>Ella ja kaverit – Operaatio Saukko</i> (S)</p><p><b>Pe 16.10.</b><br>klo 16–19 | AnnanHouse-disko: Satupäivä<br> <br><b>La 17.10.</b><br>Klo 11–14 | Annantalon taidelauantai: Orvokkeja Violalle -työpaja ja satutuokio<br>Klo 14–14.40 | Teatteri Rollo: <i>Melkein Supersankarit</i>. Liput: Lippu.fi.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Syyslomalla Annantalo on täynnä kirjafestivaalin iloa, kotimaisiin lastenkirjoihin perustuvia elokuvia, työpajoja, lukuhetkiä ja Satupäivän AnnanHouse-disko!"
            },
            "info_url": {
                "fi": "http://www.annantalo.fi/fi/tapahtumat/event/E66DD7823AB4C3A2E181ED9BB72963CE/Annantalon_syysloma_2026_",
                "sv": "http://www.annantalo.fi/sv/evenemang/event/E66DD7823AB4C3A2E181ED9BB72963CE/Annantalon_syysloma_2026_",
                "en": "http://www.annantalo.fi/en/events/event/E66DD7823AB4C3A2E181ED9BB72963CE/Annantalon_syysloma_2026_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69856/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agpuvna6cy",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15395/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66by/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66mq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66ru/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz675q/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz67dq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7ao4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2149/?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:p4354/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8630/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpuvnbbda/?format=api"
            },
            "event_status": "EventCancelled",
            "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": 2385586,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-07-10T06:04:51.069785Z",
                    "last_modified_time": "2026-07-10T06:04:51.069799Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/80b8f859-c24c-4723-8faf-ebd4488e3e08.jpg",
                    "name": "3D?",
                    "cropping": "203,0,1048,845",
                    "photographer_name": "",
                    "alt_text": "3D-printtaus?",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385586/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-10T06:10:42.482450Z",
            "last_modified_time": "2026-08-28T07:49:27.079017Z",
            "date_published": null,
            "start_time": "2026-08-28T13:00:00Z",
            "end_time": "2026-08-28T14: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": "Paja"
            },
            "provider": null,
            "name": {
                "fi": "PERUTTU: 3D-coach Pajassa",
                "sv": "CANCELLED: 3D-coach i Verkstaden",
                "en": "CANCELLED: 3D-coaching in the Makerspace"
            },
            "description": {
                "fi": "<p>Tapaa englanninkielinen 3D-coach Ison Omenan kirjaston Pajassa.</p><p>Vapaaehtoinen coach on paikalla tukemassa sinua 3D-tulostuksen parissa – ei opettajana tai asiantuntijana, vaan rinnalla kulkijana, jonka kanssa voi yhdessä tutkia, kokeilla ja ihmetellä 3D-tulostamisen maailmaa. Olitpa sitten utelias, vasta aloittamassa tai pohtimassa jotain pulmaa, tule rohkeasti mukaan!</p>",
                "sv": "<p>Träffa en engelskspråkig 3D-coach i Verkstaden på Biblioteket i Iso Omena.</p><p>Den coachen finns på plats för att stötta dig med 3D-utskrift – inte som lärare eller expert, utan som någon som utforskar, testar och lär sig tillsammans med dig. Oavsett om du är nyfiken, precis har börjat eller funderar över ett problem är du varmt välkommen!</p>",
                "en": "<p>Meet an English-speaking 3D Coach in the Makerspace at Iso Omena Library.</p><p>Our volunteer coach is here to support you with 3D printing—not as a teacher or an expert, but as someone who explores, experiments, and learns alongside you. Whether you're curious, just getting started, or trying to solve a problem, you're warmly welcome to join!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tapaa englanninkielinen 3D-coach \nIson Omenan kirjaston Pajassa.",
                "sv": "Träffa en engelskspråkig 3D-coach i Verkstaden på Biblioteket i Iso Omena.",
                "en": "Meet an English-speaking 3D Coach in the Makerspace at Iso Omena Library."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpuvna6cy/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqeo7763a",
            "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:p11617/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p360/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4878/?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": 2201344,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-05-20T08:44:11.905741Z",
                    "last_modified_time": "2026-05-20T08:45:03.592594Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/01a20785-6611-4da4-8bd7-1a9b7026c66f.jpg",
                    "name": "Lippulaivan kirjastossa hauskaa tekemistä!",
                    "cropping": "120,0,545,424",
                    "photographer_name": "",
                    "alt_text": "Lapset hyppäävät ilmaan",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2201344/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7av4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7azy/?format=api"
                }
            ],
            "created_time": "2026-08-28T07:46:41.142161Z",
            "last_modified_time": "2026-08-28T07:46:41.142178Z",
            "date_published": null,
            "start_time": "2026-09-04T14:30:00Z",
            "end_time": "2026-09-04T16:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Salonki",
                "sv": "Salonki",
                "en": "Salonki"
            },
            "provider": null,
            "name": {
                "fi": "Lippulaivan kirjaston lasten perjantaileffa",
                "sv": "Lippulaivabibliotekets fredagsfilm för barn",
                "en": "Lippulaiva library's movie screening for children"
            },
            "description": {
                "fi": "<p>Tervetuloa viettämään perjantaita yhteisen elokuvahetken merkeissä! Lippulaivan kirjaston Salongissa järjestetään joka perjantai klo 17:30 avoin elokuvanäytös lapsille, perheille ja lapsenmielisille. Elokuvat valitaan yhdessä äänestämällä lasten toiveista kirjastossa.</p><p>Elokuvat ovat kaikki ikäsuositukseltaan S tai K7. Usein lapset valitsevat K7 elokuvan. Esityskielenä on suomi. Tekstitys valitaan lasten toiveiden mukaan.</p>",
                "sv": "<p>Välkommen att spendera fredagen med en film tillsammans! Varje fredag ​​klockan 17:30 anordnas en öppen filmvisning för barn och familjer i Lippulaiva biblioteks Salonki. Filmerna väljs ut tillsammans genom att man röstar på barnens önskemål på biblioteket.</p><p>Filmerna är alla klassade S eller K7. Barn väljer ofta en K7-film. Presentationsspråket är finska. Undertexter väljs efter barnens önskemål.</p>",
                "en": "<p>Welcome to spend Friday evening with a movie together! Every Friday at 17:30, an open film screening is organized for children and families in Lippulaiva library's Salonki. The films are chosen together by voting based on the movies that the children has picked in the library.</p><p>The movies are all rated S or K7. Children often choose a K7 movie. The presentation language is Finnish. Subtitles are chosen according to the wishes of the children.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Kirjaston Salongissa järjestetään perjantaisin klo 17:30 avoin elokuvanäytös lapsille ja perheille. Ota mukaan omat juomat ja naposteltavat!",
                "sv": "På fredagar kl. 17.30 i bibliotekets Salonki är det öppen filmvisning för barn och familjer. Ta med egen dryck och snacks!",
                "en": "On Fridays at 17:30 in the library's Salonki, there is an open cinema screening for children and families. Bring your own drinks and snacks!"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqeo7763a/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:68507",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7254/?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:46/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:51/?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:p22193/?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": "6 €",
                        "sv": "6 €",
                        "en": "6 €"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/artist/annantalo/",
                        "sv": "https://www.lippu.fi/artist/annantalo/",
                        "en": "https://www.lippu.fi/artist/annantalo/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385305,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-23T12:13:55.404612Z",
                    "last_modified_time": "2026-06-23T12:13:55.404626Z",
                    "url": "http://www.annantalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_790034.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385305/?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-23T12:13:55.299203Z",
            "last_modified_time": "2026-08-27T14:23:12.503958Z",
            "date_published": null,
            "start_time": "2026-10-27T15:30:00Z",
            "end_time": "2026-10-27T16:05: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": "Touch & Flow: Le cirque des éléphants – elefanttien sirkus",
                "sv": "Touch & Flow: Le cirque des éléphants",
                "en": "Touch & Flow: Le cirque des éléphants – elefanttien sirkus"
            },
            "description": {
                "fi": "<p>Ranskalais-suomalaisessa nukketeatteriesityksessä ryhmä elefantteja tekee urheimpia sirkustemppujaan – omalla kömpelön hienostuneella tyylillään ja hiljaisia kepposia viljellen.</p><p><i>Tasapainoakrobatiaa kärsältä kärsälle,<br>pallojen jonglöörausta,<br>tasapainottelua isolla ilmapallolla,<br>nuorallakävelyä erittäin tukevalla kaapelilla,<br>apuna supervahva perhonen,<br>hurjaa hiirten valmennusta,<br>klovni-muusikko, jonka kitara on epävireessä…</i></p><p>Hermostuneisuudestaan huolimatta paksunahkaiset ystävämme ylittävät itsensä ja suorittavat urotekoja hämmentävällä viehkeydellä. Kun ystäviä on auttamassa ja yleisö uppoutuu mielikuvituksen ja runouden maailmaan, on kaikki mahdollista näille taiteilijoille!</p><p>Sanaton esitys<br>Kesto: 35 min<br>Yli 2-vuotiaille</p><p><u><a> href=\"https://www.lippu.fi/artist/annantalo/\">Liput tulevat myyntiin osoitteessa Lippu.fi</u></a>.<br> <br>Suunnittelu ja ohjaus: Cécile Guillot Doat ja Jean-Marie Doat<br>Tulkinta: Amandine Doat ja Cécile Guillot Doat<br>Musiikki: Pascal Comelade ja Bob Dylan<br>Yhteistyössä En Votre Compagnien kanssa</p>",
                "sv": "<p>I den fransk-finska dockteaterföreställningen utför en grupp elefanter sina modigaste cirkuskonster – på sitt eget klumpigt eleganta sätt och med tysta upptåg.</p><p><i>Balansakrobatik från snabel till snabel, <br>jonglering med bollar, <br>balansering på en stor ballong, <br>lindans på en mycket stabil kabel, <br>med hjälp av en superstark fjäril, <br>intensiv träning för möss, <br>en clownmusiker med en ostämd gitarr…</i></p><p>Trots sin nervositet överträffar våra tjockhudade vänner sig själva och utför hjältedåd med förvånansvärd charm. När vänner ställer upp för varandra och publiken försjunker i fantasins och poesins värld är allt möjligt för dessa artister!</p><p>Ordlös föreställning <br>Längd: 35 min. <br>2 år och äldre <br> <br><u><a href=\"https://kultus.hel.fi/sv/search?places=tprek%3A7254\">Anmäl din grupp som publik på kultus.hel.fi</u></a> från och med den 27 september.</p><p>Planering och regi: Cécile Guillot Doat, Jean-Marie Doat <br>Tolkning: Amandine Doat, Cécile Guillot Doat <br>Musik: Pascal Comelade, Bob Dylan <br>I samarbete med En Votre Compagnie</p>",
                "en": "<p>In this French/Finnish puppet theatre piece, a troupe of elephants performs the very bravest of circus acts – in their signature style of clumsy finesse and quiet mischief.</p><p>For these artists, everything is possible thanks to friendship and mutual help and when the public plunges into the world of imagination and poetry!</p><p>Nonverbal performance<br>Duration: 35 min<br>Recommended for over 2-year-olds.</p><p><u><a> href=\"https://kultus.hel.fi/en/search?places=tprek%3A7254\">Register your group at kultus.hel.fi</u></a> starting 27 September.</p><p>Concept and direction: Cécile Guillot Doat and Jean-Marie Doat<br>Performance: Amandine Doat and Cécile Guillot Doat<br>Music: Pascal Comelade and Bob Dylan<br>In collaboration with En Votre Compagnie</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Ranskalais-suomalaisessa nukketeatteriesityksessä ryhmä elefantteja tekee urheimpia sirkustemppujaan – omalla kömpelön hienostuneella tyylillään ja hiljaisia kepposia viljellen.",
                "sv": "I den fransk-finska dockteaterföreställningen utför en grupp elefanter sina modigaste cirkuskonster – på sitt eget klumpigt eleganta sätt och med tysta upptåg.",
                "en": "In this French/Finnish puppet theatre piece, a troupe of elephants performs the very bravest of circus acts – in their signature style of clumsy finesse and quiet mischief."
            },
            "info_url": {
                "fi": "http://www.annantalo.fi/fi/tapahtumat/event/0117BEAF49EEE927C421F2B22D8D77A5/Touch_Flow_Le_cirque_des_l_phants_elefanttien_sirkus",
                "sv": "http://www.annantalo.fi/sv/evenemang/event/0117BEAF49EEE927C421F2B22D8D77A5/Touch_Flow_Le_cirque_des_l_phants",
                "en": "http://www.annantalo.fi/en/events/event/0117BEAF49EEE927C421F2B22D8D77A5/Touch_Flow_Le_cirque_des_l_phants_elefanttien_sirkus"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:68507/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:68506",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7254/?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:46/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:51/?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:p22193/?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": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385304,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-23T12:13:55.011021Z",
                    "last_modified_time": "2026-06-23T12:13:55.011035Z",
                    "url": "http://www.annantalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_790033.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385304/?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-23T12:13:54.901109Z",
            "last_modified_time": "2026-08-27T14:23:12.115044Z",
            "date_published": null,
            "start_time": "2026-10-27T08:00:00Z",
            "end_time": "2026-10-27T08: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": "Touch & Flow: Le cirque des éléphants – elefanttien sirkus",
                "sv": "Touch & Flow: Le cirque des éléphants",
                "en": "Touch & Flow: Le cirque des éléphants – elefanttien sirkus"
            },
            "description": {
                "fi": "<p>Ranskalais-suomalaisessa nukketeatteriesityksessä ryhmä elefantteja tekee urheimpia sirkustemppujaan – omalla kömpelön hienostuneella tyylillään ja hiljaisia kepposia viljellen.</p><p><i>Tasapainoakrobatiaa kärsältä kärsälle,<br>pallojen jonglöörausta,<br>tasapainottelua isolla ilmapallolla,<br>nuorallakävelyä erittäin tukevalla kaapelilla,<br>apuna supervahva perhonen,<br>hurjaa hiirten valmennusta,<br>klovni-muusikko, jonka kitara on epävireessä…</i></p><p>Hermostuneisuudestaan huolimatta paksunahkaiset ystävämme ylittävät itsensä ja suorittavat urotekoja hämmentävällä viehkeydellä. Kun ystäviä on auttamassa ja yleisö uppoutuu mielikuvituksen ja runouden maailmaan, on kaikki mahdollista näille taiteilijoille!</p><p>Sanaton esitys<br>Kesto: 35 min<br>Yli 2-vuotiaille</p><p><u><a> href=\"https://kultus.hel.fi/fi/event/kultus:agqegrfw4a\">Ilmoita ryhmäsi yleisöksi osoitteessa kultus.hel.fi</u></a> 27.9. alkaen.<br> <br>Suunnittelu ja ohjaus: Cécile Guillot Doat ja Jean-Marie Doat<br>Tulkinta: Amandine Doat ja Cécile Guillot Doat<br>Musiikki: Pascal Comelade ja Bob Dylan<br>Yhteistyössä En Votre Compagnien kanssa</p>",
                "sv": "<p>I den fransk-finska dockteaterföreställningen utför en grupp elefanter sina modigaste cirkuskonster – på sitt eget klumpigt eleganta sätt och med tysta upptåg.</p><p><i>Balansakrobatik från snabel till snabel, <br>jonglering med bollar, <br>balansering på en stor ballong, <br>lindans på en mycket stabil kabel, <br>med hjälp av en superstark fjäril, <br>intensiv träning för möss, <br>en clownmusiker med en ostämd gitarr…</i></p><p>Trots sin nervositet överträffar våra tjockhudade vänner sig själva och utför hjältedåd med förvånansvärd charm. När vänner ställer upp för varandra och publiken försjunker i fantasins och poesins värld är allt möjligt för dessa artister!</p><p>Ordlös föreställning <br>Längd: 35 min. <br>2 år och äldre <br> <br><u><a href=\"https://kultus.hel.fi/fi/event/kultus:agqegrfw4a\">Anmäl din grupp som publik på kultus.hel.fi</u></a> från och med den 27 september.</p><p>Planering och regi: Cécile Guillot Doat, Jean-Marie Doat <br>Tolkning: Amandine Doat, Cécile Guillot Doat <br>Musik: Pascal Comelade, Bob Dylan <br>I samarbete med En Votre Compagnie</p>",
                "en": "<p>In this French/Finnish puppet theatre piece, a troupe of elephants performs the very bravest of circus acts – in their signature style of clumsy finesse and quiet mischief.</p><p>For these artists, everything is possible thanks to friendship and mutual help and when the public plunges into the world of imagination and poetry!</p><p>Nonverbal performance<br>Duration: 35 min<br>Recommended for over 2-year-olds.</p><p><u><a> href=\"https://kultus.hel.fi/fi/event/kultus:agqegrfw4a\">Register your group at kultus.hel.fi</u></a> starting 27 September.</p><p>Concept and direction: Cécile Guillot Doat and Jean-Marie Doat<br>Performance: Amandine Doat and Cécile Guillot Doat<br>Music: Pascal Comelade and Bob Dylan<br>In collaboration with En Votre Compagnie</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Ranskalais-suomalaisessa nukketeatteriesityksessä ryhmä elefantteja tekee urheimpia sirkustemppujaan – omalla kömpelön hienostuneella tyylillään ja hiljaisia kepposia viljellen.",
                "sv": "I den fransk-finska dockteaterföreställningen utför en grupp elefanter sina modigaste cirkuskonster – på sitt eget klumpigt eleganta sätt och med tysta upptåg.",
                "en": "In this French/Finnish puppet theatre piece, a troupe of elephants performs the very bravest of circus acts – in their signature style of clumsy finesse and quiet mischief."
            },
            "info_url": {
                "fi": "http://www.annantalo.fi/fi/tapahtumat/event/A1839BD24889AF9ABD128BFFCF65A2B4/Touch_Flow_Le_cirque_des_l_phants_elefanttien_sirkus",
                "sv": "http://www.annantalo.fi/sv/evenemang/event/A1839BD24889AF9ABD128BFFCF65A2B4/Touch_Flow_Le_cirque_des_l_phants_",
                "en": "http://www.annantalo.fi/en/events/event/A1839BD24889AF9ABD128BFFCF65A2B4/Touch_Flow_Le_cirque_des_l_phants_elefanttien_sirkus"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:68506/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        }
    ]
}