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

{
    "meta": {
        "count": 35919,
        "next": "https://linkedevents.api.test.hel.ninja/v1/event/?format=api&hide_super_event=true&page=30",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/event/?format=api&hide_super_event=true&page=28"
    },
    "data": [
        {
            "id": "espoo_le:agqgy2ygdm",
            "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"
                },
                {
                    "@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": [],
                    "price": null,
                    "description": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2386134,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-09-04T11:22:51.664559Z",
                    "last_modified_time": "2026-09-04T11:22:51.664579Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/98c88e42-ef73-4aff-a5e2-00b17bdeee12.jpg",
                    "name": "",
                    "cropping": "130,0,758,628",
                    "photographer_name": "",
                    "alt_text": "Heli Haavisto: Anastasian uni",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386134/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-04T11:29:41.932415Z",
            "last_modified_time": "2026-09-10T07:20:05.187952Z",
            "date_published": "2026-09-04T10:56:00Z",
            "start_time": "2026-09-13T07:00:00Z",
            "end_time": "2026-10-02T15: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,
            "short_description": {
                "fi": "Heli Haaviston uuden kuvakirjan \"Anastasian uni\" iloisen värikkäitä piirroksia hiiri Anastasian ja kissa Winstonin seikkailusta unen sisällä. ",
                "sv": "Färgglada illustrationer ur Heli Haavistos nya bilderbok ”Anastasian uni”, som skildrar musen Anastasias och katten Winstons äventyr i en dröm.",
                "en": "Cheerful illustrations from Heli Haavisto’s picture book \"Anastasian uni\" depicting the adventures of Anastasia the mouse and Winston the cat within a dream."
            },
            "description": {
                "fi": "<p>Iloisen värikkäitä piirroksia hiiri Anastasian ja kissa Winstonin seikkailusta unen sisällä. Vanhan ja viisaan Valaan kyyditsemänä Anastasia ja Winston matkustavat aina meren syvimmistä kerroksista avaruuteen saakka. Matkallaan he kohtaavat monia pelkojaan ja oppivat, että unissa kaikki on mahdollista - tai mahdollisesti väärinpäin. Eikä niin suurta riitaa voi ystävien välillä ollakaan, ettei siitä yhteistä unta näkemällä selviäisi.&nbsp;</p><p><strong>Heli Haavisto</strong> on Espoossa asuva kirjoittaja ja kuvallisen ilmaisun opiskelija. Lapsille suunnattu kuvakirja, Anastasian uni syntyi keväällä/kesällä 2026, hänen opintoihinsa liittyvän työssäoppimisjakson aikana.&nbsp;</p><p>\"Minua on aina kiehtonut erilaiset tavat yhdistää kuvaa ja sanaa. Olen kuvittajana tarinalähtöinen ja kallistun aiheissani usein unenkaltaisiin, fantastisiin tai tuonpuoleisiin maailmoihin. Tämän kuvakirjan tekeminen ja siihen koko kesäksi syventyminen oli minulle valtavan antoisa ja syvällinen kokemus. Kuvia piirtäessäni tuntui usein, kuin olisin ollut itsekin Anastasian ja Winstonin mukana meren pohjassa tai avaruuden pimeydessä!</p><p>Näyttelyssä on mahdollisuus tutustua valikoituihin alkuperäispiirroksiin Anastasian ja Winstonin tarinasta.\"</p><p>Näyttely on nähtävissä kirjaston aukioloaikoina. Tervetuloa!</p>",
                "sv": "<p>Heli Haavistos nya bilderbok ”Anastasian uni” innehåller glada och färgglada teckningar som skildrar musen Anastasias och katten Winstons äventyr i drömmen.</p><p><strong>Heli Haavisto</strong> är författare och studerar bildkonst i Esbo. Hennes bilderbok för barn skapades under våren och sommaren 2026, under en praktikperiod som ingick i hennes studier.</p><p>Utställningen kan besöks under bibliotekets öppettider. Välkommen!</p>",
                "en": "<p>Heli Haavisto’s new picture book, \"Anastasian uni\", features cheerful, colourful illustrations depicting the adventures of Anastasia the mouse and Winston the cat within a dream.</p><p><strong>Heli Haavisto</strong> is a writer and student of visual arts living in Espoo. Her picture book for children was created in the spring/summer of 2026, during a work placement as part of her studies.</p><p>The exhibition is open during the library’s opening hours. Welcome!</p>"
            },
            "info_url": null,
            "provider_contact_info": null,
            "name": {
                "fi": "Heli Haavisto: Anastasian uni (kuvitusnäyttely)",
                "sv": "Heli Haavisto: Anastasias dröm (illustrationsutställning)",
                "en": "Heli Haavisto: Anastasia’s dream (illustration exhibition)"
            },
            "location_extra_info": {
                "fi": "Valatori-seinä",
                "sv": "Valatori-väggen",
                "en": "Valatori Wall"
            },
            "provider": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqgy2ygdm/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69361",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7259/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:104/?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:44/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:52/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:733/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p14004/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p15875/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p29865/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39492/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p40387/?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": [],
                    "price": null,
                    "description": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385289,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-22T13:14:33.380612Z",
                    "last_modified_time": "2026-06-22T13:14:33.380627Z",
                    "url": "http://www.stoa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791946.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385289/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-22T13:14:33.230933Z",
            "last_modified_time": "2026-09-10T07:15:07.569788Z",
            "date_published": null,
            "start_time": "2026-09-26T09:00:00Z",
            "end_time": "2026-09-26T16: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,
            "short_description": {
                "fi": "Idän kirjamessut on koko Itä-Helsingin oma kirjallisuuden juhlapäivä: kaikille kirjanystäville, uteliaille lukijoille ja kirjallisuudesta kiinnostuneille.",
                "sv": "Bokmässan i öster är en riktig litteraturfest för hela östra Helsingfors: för alla bokälskare, nyfikna läsare och litteraturintresserade.",
                "en": "The East Helsinki Book Fair is a celebration of literature for the whole of East Helsinki: for all book lovers, curious readers and anyone interested in literature."
            },
            "description": {
                "fi": "<p>Idän kirjamessut on koko Itä-Helsingin oma kirjallisuuden juhlapäivä: kaikille kirjanystäville, uteliaille lukijoille ja kirjallisuudesta kiinnostuneille.</p><p>Kirjailijat, kustantajat, kirjamyyjät sekä keskustelut kootaan saman katon alle yhden lauantaipäivän ajaksi kaikenikäiselle yleisölle.</p><p>Ohjelmassa aiheina on muun muassa Itä-Helsinki, monikielisyys, sarjakuvat ja kääntäminen. Päivän aikana kuullaan keskusteluja, kohdataan tekijöitä ja pohditaan yhdessä, mitä idässä luetaan juuri nyt. Nuoremmille kävijöille on tarjolla ohjelmaa sekä työpajatoimintaa iltapäivän ajan.</p><p>Aulan myyntipöydiltä löydät niin suurten kuin pienten kustantamojen kirjoja, lehtiä ja muita painatteita.</p><p>Aulan lava</p><p>12:00-12:30 Helsinki-aiheista runoutta, Ian Hannon ja Arto Keränen (Momentum kirjat)<br>13:00-13:30 Outi-Illuusia Parviainen – Olen niitty, odotan<br>13:30-14:00 Vehka Kurjenmiekka: Fantasiaa uudella tavalla<br>14:00-14:30 Ovi ja muita kertomuksia” – Pessoa, Espanca & Sà-Carneiro <br>14:30-15:00 Marja-Leena Mikkolan haastattelu Osip Mandelstamin runoudesta <br>15:00-15:30 Kirjanjulkistus – Paula Sankelo: Iso valkea<br>15:30-16:00 Erpo Pakkala: Nuottilinnun unta<br>16:00-16:30 Minnamari Sinisalo: Heija<br>16:30-17:00 Klassikkojen klassikko: Flann O’Brienin Hullu kuningas puussa. <br>17:00-17:30 30-vuotta helsinkiläistä runoutta, Jukka Koskelainen<br>17:30-18:00 V. S. Luoma-aho: Nonfiktio<br>18:00-18:30 Anu Kaaja: Siluetinleikkaaja<br>18:30-19:00 Iisa Pajula: Pehmeitä kohtia</p><p>Musiikkisali</p><p>12:00-13:00 Armoton kielikartta – mitä suomeksi käännetään? Pajunen, Räty ja Sainio <br>14:00-15:00 Emma Puikkosen ja Selja Ahavan Rakennenautintoja: Työkirja<br>15:00-16:00 Helsingin Kirjamessujen etkot: Satu Erra ja carmen <br>16:00-17:00 Mitä itä lukee? Idän vaikuttajat<br>17:00-18:00 Teatterin Uusi Alkukirjasto: Näytelmänlukupiiri – Peter asui talossa<br>18:00-19:00 Illarion Pavljuk: Näen että teitä kiinnostaa pimeys</p><p>Itäkeskuksen kirjaston lava</p><p>12:00-13:00 Sanna Pelliccioni Pöytäteatteri-satuhetki: ONNIN JA ISIN OMA PÄIVÄ<br>14:00-15:00 Pinssipaja<br>14:00-16:00 Sanapaja/Wordshop<br>13:00-14:00 Aliyeh Ataei -kirjailijakeskustelu<br>14.30–15.30 Monikielistä runoutta - Ahmed Zaidan, Zoila Forss-Crespo Moreyra, Farzaneh HLandi, Goran Goran, Csilla Csépke, Kazhal Naqshbandi</p><p>Kirjamessujen iltaohjelman avaa sanataideduo <b>Marjo Niemi</b> ja <b>Eeva Turunen</b> ja ilta huipentuu suomenkielisen räpin uudisraivaajan <b>Asan</b> keikkaan. Liput iltaohjelmaan tulossa myyntiin kesällä.</p><p>Idän kirjamessut toimii yhteistyössä lokakuussa Messukeskuksessa järjestettävien Helsingin kirjamessujen kanssa. Tapahtuman järjestää Nuoren Voiman Liitto yhteistyössä Stoan ja Itäkeskuksen kirjaston kanssa.</p>",
                "sv": "<p>Bokmässan i öster är en riktig litteraturfest för hela östra Helsingfors: för alla bokälskare, nyfikna läsare och litteraturintresserade.</p><p>Författare, förläggare och bokhandlare samt diskussioner samlas under samma tak under en lördag för en publik i alla åldrar.</p><p>Programmet tar bland annat upp ämnen som Östra Helsingfors, flerspråkighet, serier och översättning. Under dagen får vi lyssna på samtal, träffa olika aktörer och tillsammans fundera över vad man läser i Östra centrum just nu. För de yngre besökarna erbjuds programpunkter och verkstäder under eftermiddagen.</p><p>På försäljningsborden i entréhallen hittar du böcker, tidningar och andra trycksaker från både stora och små förlag.</p><p>Kvällsprogrammet på bokmässan inleds av ordkonstduon <b>Marjo Niemi</b> och <b>Eeva Turunen</b>, och kvällen kulminerar i en spelning av Asa</b>, en pionjär inom finsk rap<b>. Biljetter till kvällsprogrammet börjar säljas under sommaren. <br> <br>Bokmässan i öster samarbetar med Helsingfors bokmässa, som ordnas i Mässcentrum i oktober. Evenemanget ordnas av Nuoren Voiman Liitto i samarbete med Stoa och Östra centrums bibliotek.</p>",
                "en": "<p>The East Helsinki Book Fair is a celebration of literature for the whole of East Helsinki: for all book lovers, curious readers and anyone interested in literature.</p><p>Authors, publishers and booksellers, along with a programme of discussions, come together under one roof for a single Saturday, for an audience of all ages.</p><p>The programme covers topics including East Helsinki, multilingualism, comics and translation. Throughout the day, we listen to discussions, meet authors and reflect together on what people in East Helsinki are reading right now. We also have a programme of activities and workshops for younger visitors throughout the afternoon. <br> <br>On the sales tables in the lobby, you can find books, magazines and other printed materials from publishers both major and minor.  <br> <br>The Book Fair’s evening programme is kicked off by the literary art duo <b>Marjo Niemi</b> and <b>Eeva Turunen</b>, and the evening culminates in a performance by <b>Asa</b>, a pioneer of Finnish-language rap. Tickets for the evening programme will go on sale during the summer.</p><p>The East Helsinki Book Fair is organised in collaboration with the Helsinki Book Fair, which takes place at the Messukeskus exhibition centre in October. The event is organised by the Nuoren Voiman Liitto in collaboration with Stoa and Itäkeskus Library.</p>"
            },
            "info_url": {
                "fi": "http://www.stoa.fi/fi/tapahtumat/event/43645639A404B8082258BFC423B4BA25/Idan_kirjamessut",
                "sv": "http://www.stoa.fi/sv/evenemang/event/43645639A404B8082258BFC423B4BA25/Bokmassan_i_oster_",
                "en": "http://www.stoa.fi/en/events/event/43645639A404B8082258BFC423B4BA25/East_Helsinki_Book_Fair"
            },
            "provider_contact_info": null,
            "name": {
                "fi": "Idän kirjamessut",
                "sv": "Bokmässan i öster",
                "en": "East Helsinki Book Fair"
            },
            "location_extra_info": null,
            "provider": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69361/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69902",
            "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:31/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:32/?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:p1278/?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": true,
                    "offer_price_groups": [],
                    "price": null,
                    "description": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386186,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-10T06:15:59.617562Z",
                    "last_modified_time": "2026-09-10T06:15:59.617579Z",
                    "url": "http://www.annantalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_797227.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386186/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-10T06:15:59.485476Z",
            "last_modified_time": "2026-09-10T06:15:59.859828Z",
            "date_published": null,
            "start_time": "2026-12-11T14:00:00Z",
            "end_time": "2026-12-11T17: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,
            "short_description": {
                "fi": "Suuren suosion saavuttanut koko perheen AnnanHouse -diskotapahtuma valtaa jälleen Annantalon!",
                "sv": "Det enormt populära discoevenemanget för hela familjen, AnnanHouse, övertar Annegården igen!",
                "en": "The highly popular AnnanHouse disco event for the whole family once again takes over Annantalo!"
            },
            "description": {
                "fi": "<p>Suuren suosion saavuttanut koko perheen AnnanHouse -diskotapahtuma valtaa jälleen Annantalon!</p><p>AnnanHouse on elektronisen tanssimusiikin erikoistapahtuma, joka tutustuttaa kävijät diskokulttuurin maailmaan. Tämänkertaisen diskon teemana on <i>Lahja</i>. Tule näyttämään viileimmät tanssiliikkeesi ja jäätävän upeat askelkuviosi. Voit pukeutua teeman mukaisella tyylillä tai hakea Annantalon pukulainaamosta sopivan asun diskoiltaan.</p><p>Musiikista vastaa Annantalon oma dj Nicolas Sebastien, joka tarjoilee huippumusiikkia housesta discoon. Diskoillan aikana voit myös hypätä tanssituokioihin ja piipahtaa avoimissa teemaan sopivissa taidetyöpajoissa.</p><p>Vapaa pääsy, ei ennakkoilmoittautumista.  <br> <br>Diskossa käytetään teatterisavua ja vilkkuvia valoja. Tarjolla on kuulosuojaimia. Työpajat ohjataan pääosin suomeksi ja englanniksi. Kaikki ovat tervetulleita kielestä ja kielitaidosta riippumatta. <br> <br>Nähdään tanssilattialla!</p>",
                "sv": "<p>Det enormt populära discoevenemanget för hela familjen, AnnanHouse, övertar Annegården igen!</p><p>AnnanHouse är ett speciellt evenemang med elektronisk dansmusik där besökarna får bekanta sig med discokulturens värld. Temat för detta disco är <i>En gåva</i>. Kom och visa oss dina häftigaste danssteg och supercoola stegsekvenser. Du kan klä dig enligt tema eller söka en till discokvällen lämplig klädsel från Annegårdens kostymutlåning.</p><p>För musiken står Annegårdens egen dj Nicolas Sebastien, som bjuder på allt från house till disco. Under discokvällen kan du också delta i dansstunder, besöka öppna konstworkshoppar som passar temat och delta i en utställningsguidning.</p><p>Fritt inträde, ingen förhandsanmälan krävs. <br> <br>På discot används teaterrök och blinkande lampor. Hörselskydd finns tillgängliga. Workshopparna hålls huvudsakligen på finska och engelska. Alla är välkomna, oavsett språk och språkkunskaper. <br> <br>Vi ses på dansgolvet!</p>",
                "en": "<p>The highly popular AnnanHouse disco event for the whole family once again takes over Annantalo!</p><p>AnnanHouse is a special electronic dance music event that introduces visitors to the world of disco culture. The theme of this year's disco is <i>A gift</i>. Come and show off your coolest dance moves and frostiest steps. You can dress in the style of the theme or pick up an outfit from Annantalo's wardrobe for the disco party.</p><p>Annantalo’s own DJ Nicolas Sebastien will be in charge of the music, spinning top records from house to disco. During the night, you can join dance sessions, pop by open art workshops themed after the event and take guided tours of the exhibition.</p><p>Free entry, no advance registration.</p><p>The disco will feature fog machines and flashing lights. Ear defenders will be available. The workshops will mostly be held in Finnish and English. Everyone is welcome, regardless of language and language skills. <br> <br>See you on the dance floor!</p>"
            },
            "info_url": {
                "fi": "http://www.annantalo.fi/fi/tapahtumat/event/23F49919CC16CC2AB17D27C39555A93A/AnnanHouse_Disko_Lahja",
                "sv": "http://www.annantalo.fi/sv/evenemang/event/23F49919CC16CC2AB17D27C39555A93A/AnnanHouse_Disco_En_gava",
                "en": "http://www.annantalo.fi/en/events/event/23F49919CC16CC2AB17D27C39555A93A/AnnanHouse_Disco_A_gift_"
            },
            "provider_contact_info": null,
            "name": {
                "fi": "AnnanHouse Disko: Lahja",
                "sv": "AnnanHouse Disco: En gåva",
                "en": "AnnanHouse Disco: A gift"
            },
            "location_extra_info": null,
            "provider": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69902/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "lippupiste:21462625",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:9353/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2625/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/lippupiste:serie-4113317/?format=api"
            },
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "price": null,
                    "description": {
                        "fi": "Tarkista hinta lippupalvelusta"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/de-obehoriga-helsingin-kaupunginteatteri-lilla-teatern-21462625/?affiliate=ADV&language=fi",
                        "sv": "https://www.lippu.fi/event/de-obehoriga-helsingin-kaupunginteatteri-lilla-teatern-21462625/?affiliate=ADV&language=sv",
                        "en": "https://www.lippu.fi/event/de-obehoriga-helsingin-kaupunginteatteri-lilla-teatern-21462625/?affiliate=ADV&language=en"
                    }
                }
            ],
            "data_source": "lippupiste",
            "publisher": "ytj:1789232-4",
            "sub_events": [],
            "images": [
                {
                    "id": 1646635,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-03-16T21:15:38.206159Z",
                    "last_modified_time": "2026-03-16T21:15:38.206171Z",
                    "url": "https://www.lippu.fi/obj/mam/finland/49/43/hkt-de-obehoeriga-tickets_524575_4113980_222x222.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "lippupiste",
                    "publisher": "ytj:1789232-4",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1646635/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-03-16T21:15:40.099800Z",
            "last_modified_time": "2026-09-09T23:17:28.656077Z",
            "date_published": null,
            "start_time": "2026-09-09T15:30:00Z",
            "end_time": null,
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "short_description": {
                "sv": "John Ajvide Lindqvist DE OBEHÖRIGA Vid Tölö torg samlas ett gäng grannar för att diskutera ett problem: obehöriga har börjat röra sig i trapphuset."
            },
            "description": {
                "fi": "<p>John Ajvide Lindqvist<br><strong>DE OBEHÖRIGA</strong></p>",
                "sv": "<p>Vid Tölö torg samlas ett gäng grannar för att diskutera ett problem: obehöriga har börjat röra sig i trapphuset. Folk har även rört sig i källaren, i förråden och i tvättstugan. Dessutom har någon inte plockat upp efter sin hund.</p><p>Förslagen haglar: nytt kodlås, fler kameror, bättre belysning, kanske till och med ansiktsigenkänning vid porten? Samtidigt bubblar de gamla grannkonflikterna upp, vem som alltid lämnar skräp efter sig och vem som minsann inte betalade flera hundratusen för att behöva känna sig osäker i sin egen trappuppgång.</p><p>När rädslorna växer kommer misstro och ångest upp till ytan. Vad är verkligt, vad är inbillat och hur påverkas vi av varandra när vi drivs av oro, ensamhet och en längtan efter trygghet?</p><p>Med mörk humor och skarp samtidssatir skildrar John Ajvide Lindqvist hur lätt trygghetskänslan kan rubbas och hur snabbt ett ”vi” kan bli ett ”dom”.</p><p><br>På scen: Aksinja Lommi, Mawlawi Rahem, Pia Runnakko, Sampo Sarkola, Joachim Wigelius<br>Författare: John Ajvide Lindqvist<br>Regi: David Sandqvist<br>Scenografi och dräktdesign: K Rasila<br>Ljusdesign: Ville Aaltonen<br>Ljuddesign: Niklas Lundström<br>Maskdesign: Jutta Kainulainen<br>Dramaturg: Henna Piirto</p><p><br></p>"
            },
            "info_url": {
                "fi": "https://www.lippu.fi/artist/helsingin-kaupunginteatteri/de-obehoeriga-4113317/?affiliate=ADV&language=fi",
                "sv": "https://www.lippu.fi/artist/helsingin-kaupunginteatteri/de-obehoeriga-4113317/?affiliate=ADV&language=sv",
                "en": "https://www.lippu.fi/artist/helsingin-kaupunginteatteri/de-obehoeriga-4113317/?affiliate=ADV&language=en"
            },
            "provider_contact_info": null,
            "name": {
                "fi": "De Obehöriga"
            },
            "location_extra_info": {
                "fi": "Lilla Teatern"
            },
            "provider": {
                "fi": "Helsingin Kaupunginteatteri"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/lippupiste:21462625/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "lippupiste:21462568",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:46367/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p13876/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2625/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/lippupiste:serie-4113322/?format=api"
            },
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "price": null,
                    "description": {
                        "fi": "Tarkista hinta lippupalvelusta"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/kotijoukot-helsingin-kaupunginteatteri-arena-nayttamo-21462568/?affiliate=ADV&language=fi",
                        "sv": "https://www.lippu.fi/event/kotijoukot-helsingin-kaupunginteatteri-arena-nayttamo-21462568/?affiliate=ADV&language=sv",
                        "en": "https://www.lippu.fi/event/kotijoukot-helsingin-kaupunginteatteri-arena-nayttamo-21462568/?affiliate=ADV&language=en"
                    }
                }
            ],
            "data_source": "lippupiste",
            "publisher": "ytj:1789232-4",
            "sub_events": [],
            "images": [
                {
                    "id": 1646633,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-03-16T21:15:36.301403Z",
                    "last_modified_time": "2026-03-16T21:15:36.301416Z",
                    "url": "https://www.lippu.fi/obj/mam/finland/4b/cd/kotijoukot-tickets_524569_4113925_222x222.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "lippupiste",
                    "publisher": "ytj:1789232-4",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1646633/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-03-16T21:15:39.795718Z",
            "last_modified_time": "2026-09-09T23:17:28.492587Z",
            "date_published": null,
            "start_time": "2026-09-09T15:30:00Z",
            "end_time": null,
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "short_description": {
                "fi": "Niina Lahtinen – Joonas Nordman KOTIJOUKOT Elämännälkäinen avovaimo Anna (Niina Lahtinen) haluaisi diplomi-insinöörimieheltään Mikolta (Joonas Nordman) leikkisy"
            },
            "description": {
                "fi": "<p>Niina Lahtinen – Joonas Nordman<br><strong>KOTIJOUKOT</strong></p><p>Elämännälkäinen avovaimo Anna (Niina Lahtinen) haluaisi diplomi-insinöörimieheltään Mikolta (Joonas Nordman) leikkisyyttä, ja sitä myöten piristystä urautuneeseen parisuhteeseen. Mikko, suomalainen mies, kokee kuitenkin järkevämmäksi olla se vakaa arkiaikuinen.</p><p>Tarina käynnistyy, kun rakkautta ja seikkailuja janoava Anna pettyy viimeisen kerran miehensä nihkeilyyn ja kuivan viiltävään sarkasmiin. Hän päättää lopettaa parisuhteen.</p><p>Naapurin viriili pariskunta (Emilia Sinisalo ja Jarkko Pajunen) haluaa auttaa ystäviään säilyttämään liittonsa, ja järjestää heidät porukalla eliittijoukkokouluttajien parisuhdeleirille. Millainen sankari on ultramacho sotilaskouluttaja (Sauli Suonpää) ja millaiseen sotkuun joutuu Mikko, joka toisaalta haluaa pelastaa liittonsa, mutta toisaalta ei voi sietää punnertamista ja sotaleikkejä?</p><p>Tapahtumiin tunkee nenänsä totta kai myös yhden osallisen äiti (Sanna Saarijärvi) sekä lopulta myös poliisi (Helena Haaranen). Luvassa on Suomen hauskimpien näyttelijöiden huippuunsa viritettyä tilannekomediaa, vauhtia ja hikeä, räjähdyksiä, raivoa ja rakkautta.</p><p>Siskonpeti-sarjastakin tutut, monesti palkitut komediantekijät, näyttelijä-käsikirjoittajat Niina Lahtinen ja Joonas Nordman sekä ohjaaja Anna Dahlman ovat luoneet hysteerisen hauskan, uuden parisuhdekomedian</p><p>Rooleissa: Niina Lahtinen, Joonas Nordman,<br>Jarkko Pajunen, Emilia Sinisalo, Helena Haaranen,<br>Sanna Saarijärvi, Sauli Suonpää<br>Kirjailijat: Niina Lahtinen, Joonas Nordman<br>Ohjaus: Anna Dahlman<br>Dramaturgi: Sanna Niemeläinen<br>Lavastus: Antti Mattila<br>Pukusuunnittelu: Riia Parviainen<br>Valosuunnittelu: Petteri Heiskanen<br>Äänisuunnittelu: Eero Niemi<br>Naamioinnin suunnittelu: Maija Sillanpää</p>"
            },
            "info_url": {
                "fi": "https://www.lippu.fi/artist/helsingin-kaupunginteatteri/kotijoukot-4113322/?affiliate=ADV&language=fi",
                "sv": "https://www.lippu.fi/artist/helsingin-kaupunginteatteri/kotijoukot-4113322/?affiliate=ADV&language=sv",
                "en": "https://www.lippu.fi/artist/helsingin-kaupunginteatteri/kotijoukot-4113322/?affiliate=ADV&language=en"
            },
            "provider_contact_info": null,
            "name": {
                "fi": "Kotijoukot"
            },
            "location_extra_info": {
                "fi": "Arena-näyttämö, Hämeentie 2"
            },
            "provider": {
                "fi": "Helsingin Kaupunginteatteri"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/lippupiste:21462568/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69887",
            "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:33/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:351/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke: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:p2625/?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": [],
                    "price": {
                        "fi": "46-106 €",
                        "en": "46-106 €"
                    },
                    "description": null,
                    "info_url": {
                        "fi": "https://www.lippu.fi/artist/savoy-teatteri/revizor-4235882/",
                        "en": "https://www.lippu.fi/artist/savoy-teatteri/revizor-4235882/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386184,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-09T15:14:45.837095Z",
                    "last_modified_time": "2026-09-09T15:14:45.837105Z",
                    "url": "http://www.savoyteatteri.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_797135.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386184/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-09T15:14:45.691454Z",
            "last_modified_time": "2026-09-09T15:14:46.006425Z",
            "date_published": null,
            "start_time": "2027-02-21T17: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,
            "short_description": {
                "fi": "On 21 February 2027, Sergei Golomazov’s play of Nikolai Gogol’s The Government Inspector will be presented at Savoy Theatre in Helsinki.",
                "en": "On 21 February 2027, Sergei Golomazov’s play of Nikolai Gogol’s The Government Inspector will be presented at Savoy Theatre in Helsinki."
            },
            "description": {
                "fi": "<p>On 21 February 2027, Sergei Golomazov’s play of Nikolai Gogol’s The Government Inspector will be presented at Savoy Theatre in Helsinki.</p><p>Starring Artur Smolyaninov, Kirill Safonov, Yulia Aug, Shamil Khamatov, Igor Chernyavsky, Marat Efendiev, Varvara Chekh and Tatiana Zachest, this contemporary interpretation of Gogol’s classic comedy explores fear, power, deception and self-delusion.</p><p>A sharp, relevant and darkly comic story about how easily a lie can become reality when people are ready to believe it.</p><p>Starts at 19:00<br>The play is performed in Russian without subtitles.<br>Duration: 2 hours 15 minutes, including an intermission</p><p>*****</p>",
                "en": "<p>On 21 February 2027, Sergei Golomazov’s play of Nikolai Gogol’s The Government Inspector will be presented at Savoy Theatre in Helsinki.</p><p>Starring Artur Smolyaninov, Kirill Safonov, Yulia Aug, Shamil Khamatov, Igor Chernyavsky, Marat Efendiev, Varvara Chekh and Tatiana Zachest, this contemporary interpretation of Gogol’s classic comedy explores fear, power, deception and self-delusion.</p><p>A sharp, relevant and darkly comic story about how easily a lie can become reality when people are ready to believe it.</p><p>Starts at 19:00<br>The play is performed in Russian without subtitles.<br>Duration: 2 hours 15 minutes, including an intermission</p><p>*****</p>",
                "ru": "<p>В Хельсинки едет спектакль «Ревизор» в постановке Сергея Голомазова!</p><p>21 февраля 2027 года на сцене Savoy-teatteri в Хельсинки состоится спектакль «Ревизор». В главных ролях — Артур Смольянинов, Кирилл Сафонов, Юлия Ауг и Шамиль Хаматов, а также Игорь Чернявский, Марат Эфендиев, Варвара Чехс и Татьяна Зачест. Классическая комедия Гоголя в новой режиссёрской интерпретации превращается в современный спектакль-морок — историю о страхе, власти и самообмане, о том, как легко ложь становится реальностью, если окружающие готовы в неё поверить.</p><p>Режиссёр Сергей Голомазов переносит действие «Ревизора» в сегодняшний день — в современный город, буквально пронизанный камерами наблюдения. Кажется, в таком мире невозможно ничего скрыть: за каждым следят, всё фиксируется и в любой момент может быть обращено против тебя. Парадокс в том, что чем больше мы видим, тем сложнее оказывается разглядеть правду.</p><p>В центре постановки — Хлестаков. Здесь он уже не просто безобидный пустомеля, случайно оказавшийся в центре чужой игры. Это яркий, взрывной, темпераментный и опасно обаятельный лжец, главное оружие которого — фантазия.</p><p>Хлестаков мгновенно улавливает страхи и желания окружающих и начинает создавать вокруг себя новую реальность. Его ложь становится всё смелее, агрессивнее и соблазнительнее, постепенно подчиняя себе целый город.</p><p>Но действительно ли Хлестаков обманывает этих людей? Или они сами хотят быть обманутыми?</p><p>Каждый видит в нём то, что хочет или боится увидеть. Чиновники — человека, способного их разоблачить. Другие — того, кто может открыть путь к власти, успеху и положению. Так из чужих страхов, амбиций и фантазий постепенно рождается образ «ревизора», которого в действительности не существует.</p><p>В своей постановке Сергей Голомазов обращается не только к гоголевской сатире, но и к механизмам человеческого самообмана. Страх разоблачения, жажда признания, готовность поверить в удобную версию реальности оказываются удивительно современными — несмотря на то, что «Ревизор» был написан почти двести лет назад.<br>Мир изменился, появились новые технологии и новые способы наблюдать друг за другом. Но человек по-прежнему способен увидеть не то, что происходит на самом деле, а именно то, во что ему хочется — или страшно — поверить.</p><p>Начало в 19:00<br>Спектакль идет на русском языке без субтитров.<br>Продолжительность спектакля — 2 часа 15 минут, включая антракт</p>"
            },
            "info_url": {
                "fi": "http://www.savoyteatteri.fi/fi/tapahtumat/event/0CB606D694CA3495A0FB5E12B1626EA5/Revizor",
                "en": "http://www.savoyteatteri.fi/en/events/event/0CB606D694CA3495A0FB5E12B1626EA5/Revizor"
            },
            "provider_contact_info": null,
            "name": {
                "fi": "Revizor",
                "en": "Revizor"
            },
            "location_extra_info": null,
            "provider": {
                "fi": "Aftersunset Oy",
                "en": "Aftersunset Oy"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69887/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:68816",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8740/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:205/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:29/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:755/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1235/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16919/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "price": {
                        "fi": "7€",
                        "sv": "7€",
                        "en": "7€"
                    },
                    "description": null,
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/kino-helios-esittaa-kino-helios-ryhma-hau-dinoelokuva-malmitalo-22040608/",
                        "sv": "https://www.lippu.fi/event/kino-helios-esittaa-kino-helios-ryhma-hau-dinoelokuva-malmitalo-22040608/",
                        "en": "https://www.lippu.fi/event/kino-helios-esittaa-kino-helios-ryhma-hau-dinoelokuva-malmitalo-22040608/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385963,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-25T06:23:07.280546Z",
                    "last_modified_time": "2026-08-25T06:23:07.280562Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_792032.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385963/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-25T06:23:07.165546Z",
            "last_modified_time": "2026-09-09T15:14:14.473622Z",
            "date_published": null,
            "start_time": "2026-09-19T12: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,
            "short_description": {
                "fi": "Ryhmä Haun laiva joutuu mystisen myrskyn kouriin ja haaksirikkoutuu trooppiselle saarelle, joka kuhisee dinosauruksia."
            },
            "description": {
                "fi": "<p>Ryhmä Haun laiva joutuu mystisen myrskyn kouriin ja haaksirikkoutuu trooppiselle saarelle, joka kuhisee dinosauruksia.</p><p>He tapaavat Rexin – pennun, joka on jo vuosia ollut saarella jumissa ja josta on kehkeytynyt melkoinen dinosaurusekspertti. Kun Ryhmä Haun arkkivihollinen, Pormestari Hanttinen, aloittaa valtavat kaivuutyöt voidakseen hyödyntää saaren luonnonvaroja, hän saa vahingossa valtavan nukuksissa olleen tulivuoren purkautumaan. Pennut tempautuvat mukaan riskialttiiseen, dinon kokoiseen, kaikkien aikojen suurimpaan pelastusoperaatioonsa tavoitteenaan pysäyttää Hanttinen ennen kuin kaikki saarella katoaa ikiajoiksi.</p><p>Ikäraja: 7<br>Kesto: 89 min<br>Ensi-ilta: 07.08.2026<br>Kieli: puhuttu suomeksi</p>"
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/C8E9CD049BA28111E34AB9D3165BD1F0/Ryhma_Hau_Dinoelokuva_7_",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/C8E9CD049BA28111E34AB9D3165BD1F0/Ryhma_Hau_Dinoelokuva_7_",
                "en": "http://www.malmitalo.fi/en/events/event/C8E9CD049BA28111E34AB9D3165BD1F0/Ryhma_Hau_Dinoelokuva_7_"
            },
            "provider_contact_info": null,
            "name": {
                "fi": "Ryhmä Hau: Dinoelokuva (7) – Kino Helios",
                "sv": "Ryhmä Hau: Dinoelokuva (7)",
                "en": "Ryhmä Hau: Dinoelokuva (7)"
            },
            "location_extra_info": null,
            "provider": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:68816/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:68808",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8740/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:205/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:29/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:755/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1235/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16919/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "price": {
                        "fi": "7€",
                        "sv": "7€",
                        "en": "7€"
                    },
                    "description": null,
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/kino-helios-esittaa-kino-helios-ryhma-hau-dinoelokuva-malmitalo-22040608/",
                        "sv": "https://www.lippu.fi/event/kino-helios-esittaa-kino-helios-ryhma-hau-dinoelokuva-malmitalo-22040608/",
                        "en": "https://www.lippu.fi/event/kino-helios-esittaa-kino-helios-ryhma-hau-dinoelokuva-malmitalo-22040608/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385961,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-25T06:23:03.109692Z",
                    "last_modified_time": "2026-08-25T06:23:03.109708Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_792020.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385961/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-25T06:23:02.995720Z",
            "last_modified_time": "2026-09-09T15:14:10.821090Z",
            "date_published": null,
            "start_time": "2026-09-12T12: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,
            "short_description": {
                "fi": "Ryhmä Haun laiva joutuu mystisen myrskyn kouriin ja haaksirikkoutuu trooppiselle saarelle, joka kuhisee dinosauruksia."
            },
            "description": {
                "fi": "<p>Ryhmä Haun laiva joutuu mystisen myrskyn kouriin ja haaksirikkoutuu trooppiselle saarelle, joka kuhisee dinosauruksia.</p><p>He tapaavat Rexin – pennun, joka on jo vuosia ollut saarella jumissa ja josta on kehkeytynyt melkoinen dinosaurusekspertti. Kun Ryhmä Haun arkkivihollinen, Pormestari Hanttinen, aloittaa valtavat kaivuutyöt voidakseen hyödyntää saaren luonnonvaroja, hän saa vahingossa valtavan nukuksissa olleen tulivuoren purkautumaan. Pennut tempautuvat mukaan riskialttiiseen, dinon kokoiseen, kaikkien aikojen suurimpaan pelastusoperaatioonsa tavoitteenaan pysäyttää Hanttinen ennen kuin kaikki saarella katoaa ikiajoiksi.</p><p>Ikäraja: 7<br>Kesto: 89 min<br>Ensi-ilta: 07.08.2026<br>Kieli: puhuttu suomeksi</p>"
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/321B473A58F908003AF53F6BA5937300/Ryhma_Hau_Dinoelokuva_7_",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/321B473A58F908003AF53F6BA5937300/Ryhma_Hau_Dinoelokuva_7_",
                "en": "http://www.malmitalo.fi/en/events/event/321B473A58F908003AF53F6BA5937300/Ryhma_Hau_Dinoelokuva_7_"
            },
            "provider_contact_info": null,
            "name": {
                "fi": "Ryhmä Hau: Dinoelokuva (7) – Kino Helios",
                "sv": "Ryhmä Hau: Dinoelokuva (7)",
                "en": "Ryhmä Hau: Dinoelokuva (7)"
            },
            "location_extra_info": null,
            "provider": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:68808/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:68800",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8740/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:205/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:29/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:755/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1235/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16919/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "price": {
                        "fi": "7€",
                        "sv": "7€",
                        "en": "7€"
                    },
                    "description": null,
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/kino-helios-esittaa-kino-helios-ryhma-hau-dinoelokuva-malmitalo-22040608/",
                        "sv": "https://www.lippu.fi/event/kino-helios-esittaa-kino-helios-ryhma-hau-dinoelokuva-malmitalo-22040608/",
                        "en": "https://www.lippu.fi/event/kino-helios-esittaa-kino-helios-ryhma-hau-dinoelokuva-malmitalo-22040608/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385960,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-25T06:22:59.277532Z",
                    "last_modified_time": "2026-08-25T06:22:59.277548Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_792008.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385960/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-25T06:22:59.131717Z",
            "last_modified_time": "2026-09-09T15:14:07.297698Z",
            "date_published": null,
            "start_time": "2026-09-05T12: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,
            "short_description": {
                "fi": "Ryhmä Haun laiva joutuu mystisen myrskyn kouriin ja haaksirikkoutuu trooppiselle saarelle, joka kuhisee dinosauruksia."
            },
            "description": {
                "fi": "<p>Ryhmä Haun laiva joutuu mystisen myrskyn kouriin ja haaksirikkoutuu trooppiselle saarelle, joka kuhisee dinosauruksia.</p><p>He tapaavat Rexin – pennun, joka on jo vuosia ollut saarella jumissa ja josta on kehkeytynyt melkoinen dinosaurusekspertti. Kun Ryhmä Haun arkkivihollinen, Pormestari Hanttinen, aloittaa valtavat kaivuutyöt voidakseen hyödyntää saaren luonnonvaroja, hän saa vahingossa valtavan nukuksissa olleen tulivuoren purkautumaan. Pennut tempautuvat mukaan riskialttiiseen, dinon kokoiseen, kaikkien aikojen suurimpaan pelastusoperaatioonsa tavoitteenaan pysäyttää Hanttinen ennen kuin kaikki saarella katoaa ikiajoiksi.</p><p>Ikäraja: 7<br>Kesto: 89 min<br>Ensi-ilta: 07.08.2026<br>Kieli: puhuttu suomeksi</p>"
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/E5A0056CFDA7E3F19F1EBAC0BE2AAD4A/Ryhma_Hau_Dinoelokuva_7_",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/E5A0056CFDA7E3F19F1EBAC0BE2AAD4A/Ryhma_Hau_Dinoelokuva_7_",
                "en": "http://www.malmitalo.fi/en/events/event/E5A0056CFDA7E3F19F1EBAC0BE2AAD4A/Ryhma_Hau_Dinoelokuva_7_"
            },
            "provider_contact_info": null,
            "name": {
                "fi": "Ryhmä Hau: Dinoelokuva (7) – Kino Helios",
                "sv": "Ryhmä Hau: Dinoelokuva (7)",
                "en": "Ryhmä Hau: Dinoelokuva (7)"
            },
            "location_extra_info": null,
            "provider": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:68800/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqinr2zi4",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15321/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ie/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ka/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65l4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11406/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso: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:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "price": null,
                    "description": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2386185,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-09T15:10:37.134791Z",
                    "last_modified_time": "2026-09-09T15:10:37.134806Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/bb1079f1-4c7b-48b8-baf9-1126d0b026f3.jpg",
                    "name": "",
                    "cropping": "0,138,1323,1462",
                    "photographer_name": "Natalia Pleshkova",
                    "alt_text": "fantasiakuva kalasuomuiseen asuun pukeutuneesta hahmosta, pitkä tukka, atrain kädessä",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386185/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-09T15:12:51.557784Z",
            "last_modified_time": "2026-09-09T15:12:51.557802Z",
            "date_published": null,
            "start_time": "2026-10-05T13:00:00Z",
            "end_time": "2026-10-05T14: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,
            "short_description": {
                "fi": "Järjestämme Suomessa ensimmäiset alakoululaisille suunnatut lukudebatit kirjallisuuden ja animaatioiden pahiksista."
            },
            "description": {
                "fi": "Interaktiivinen luento alakoululaisille<p><strong>Lukemiseen liittyvä debatti: Kuka sanoi, että hän on pahis?</strong></p><p>Järjestämme Suomessa ensimmäiset alakoululaisille suunnatut lukudebatit kirjallisuuden ja animaatioiden pahiksista.</p><p><strong>Tapahtuman juontaa:</strong> lastenkirjailija Aleksandra Lahtinen</p><p><strong>Tapahtuman kieli:</strong> venäjä</p><p><strong>Tapahtuman aika:</strong> ma 5.10. Klo 16.00–17.00</p><p><strong>Tapahtuman paikka:</strong> Entressen kirjasto, Sininen huone</p><p>Vapaa pääsy, lämpimästi tervetuloa!</p><p><br></p>\nИнтерактивная лекция для школьников младших классов<p><strong>Читательские дебаты: Кто сказал, что он злодей?</strong></p><p>Мы проведём первые в Финляндии дебаты среди школьников про отрицательных героев из книг и анимационных фильмов.&nbsp;</p><p><strong>Мероприятие проводит детская писательница Александра Лахтинен</strong></p><p><strong>Встреча проходит на русском языке</strong></p><p><strong>Время и дата:&nbsp;5 октября&nbsp;с 16.00-до 17.00</strong></p><p><strong>Место: библиотека Энтрессе, Синяя комната</strong></p><p><strong>Вход свободный!&nbsp;Добро пожаловать!</strong></p>"
            },
            "info_url": null,
            "provider_contact_info": null,
            "name": {
                "fi": "Interaktiivinen luento alakoululaisille venäjäksi"
            },
            "location_extra_info": {
                "fi": "Sininen huone"
            },
            "provider": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqinr2zi4/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69876",
            "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: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/yso:p29865/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "price": null,
                    "description": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386125,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-04T08:23:43.409486Z",
                    "last_modified_time": "2026-09-04T08:23:43.409506Z",
                    "url": "http://www.annantalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_789824.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386125/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-04T08:23:43.315280Z",
            "last_modified_time": "2026-09-09T14:14:21.372054Z",
            "date_published": null,
            "start_time": "2026-11-13T08:30:00Z",
            "end_time": "2026-11-13T09:15:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "short_description": {
                "fi": "JOIKAA LAPSENI! on vuorovaikutuksellinen hetki saamenkielisten lastenlaulujen ja joikujen parissa. Tarinoita elämästä, eläimistä ja pohjoisesta."
            },
            "description": {
                "fi": "<p>JOIKAA LAPSENI! on vuorovaikutuksellinen hetki saamenkielisten lastenlaulujen ja joikujen parissa. Tarinoita elämästä, eläimistä ja pohjoisesta.</p><p>Tarinoimassa ja laulamassa <b>Petra Biret Magga-Vars, Biret-Ingermaria Vars</b> ja<br><b>Ánná-Frida Vars</b>.</p><p>Kesto 45 min</p><p><u><a href=\"https://kultus.hel.fi/fi/search?places=tprek%3A7254\">Tapahtumaan voi ilmoittautua osoitteessa kultus.hel.fi 12.10. alkaen</u></a>.</p><p>www.samediggi.fi<br>Facebook@saamelainenlastenkulttuurikeskus<br>Saamelaisvierailu Inarista</p>"
            },
            "info_url": {
                "fi": "http://www.annantalo.fi/fi/tapahtumat/event/FB5585E0AA59E85D0F82EDEB4D1C98FF/JOIKAA_LAPSENI_",
                "sv": "http://www.annantalo.fi/sv/evenemang/event/FB5585E0AA59E85D0F82EDEB4D1C98FF/JOIKAA_LAPSENI_",
                "en": "http://www.annantalo.fi/en/events/event/FB5585E0AA59E85D0F82EDEB4D1C98FF/JOIKAA_LAPSENI_"
            },
            "provider_contact_info": null,
            "name": {
                "fi": "JOIKAA LAPSENI!",
                "sv": "JOIKAA LAPSENI!",
                "en": "JOIKAA LAPSENI!"
            },
            "location_extra_info": null,
            "provider": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69876/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69875",
            "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: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/yso:p29865/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "price": null,
                    "description": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386124,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-04T08:23:43.115895Z",
                    "last_modified_time": "2026-09-04T08:23:43.115912Z",
                    "url": "http://www.annantalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_789823.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386124/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-04T08:23:43.013454Z",
            "last_modified_time": "2026-09-09T14:14:21.126220Z",
            "date_published": null,
            "start_time": "2026-11-13T07:00:00Z",
            "end_time": "2026-11-13T07: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,
            "short_description": {
                "fi": "JOIKAA LAPSENI! on vuorovaikutuksellinen hetki saamenkielisten lastenlaulujen ja joikujen parissa. Tarinoita elämästä, eläimistä ja pohjoisesta."
            },
            "description": {
                "fi": "<p>JOIKAA LAPSENI! on vuorovaikutuksellinen hetki saamenkielisten lastenlaulujen ja joikujen parissa. Tarinoita elämästä, eläimistä ja pohjoisesta.</p><p>Tarinoimassa ja laulamassa <b>Petra Biret Magga-Vars, Biret-Ingermaria Vars</b> ja<br><b>Ánná-Frida Vars</b>.</p><p>Kesto 45 min</p><p><u><a href=\"https://kultus.hel.fi/fi/search?places=tprek%3A7254\">Tapahtumaan voi ilmoittautua osoitteessa kultus.hel.fi 12.10. alkaen</u></a>.</p><p>www.samediggi.fi<br>Facebook@saamelainenlastenkulttuurikeskus<br>Saamelaisvierailu Inarista</p>"
            },
            "info_url": {
                "fi": "http://www.annantalo.fi/fi/tapahtumat/event/4D76C089929309404D458A4FA6387153/JOIKAA_LAPSENI_",
                "sv": "http://www.annantalo.fi/sv/evenemang/event/4D76C089929309404D458A4FA6387153/JOIKAA_LAPSENI_",
                "en": "http://www.annantalo.fi/en/events/event/4D76C089929309404D458A4FA6387153/JOIKAA_LAPSENI_"
            },
            "provider_contact_info": null,
            "name": {
                "fi": "JOIKAA LAPSENI!",
                "sv": "JOIKAA LAPSENI!",
                "en": "JOIKAA LAPSENI!"
            },
            "location_extra_info": null,
            "provider": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69875/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqimwpkma",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15311/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65fm/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11406/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2149/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2630/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [
                {
                    "name": "extlink_facebook",
                    "link": "https://www.facebook.com/lukihero",
                    "language": "fi"
                }
            ],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "price": null,
                    "description": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2090061,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-05-07T07:48:19.518990Z",
                    "last_modified_time": "2026-05-07T07:48:19.519002Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/c2e1ede5-410f-4362-95c6-a6ccbe69ae73.jpg",
                    "name": "",
                    "cropping": "149,0,531,382",
                    "photographer_name": "",
                    "alt_text": "Lukukoira Halla",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2090061/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7av4/?format=api"
                }
            ],
            "created_time": "2026-08-18T06:43:25.936096Z",
            "last_modified_time": "2026-09-09T12:18:54.197639Z",
            "date_published": null,
            "start_time": "2026-10-05T14:00:00Z",
            "end_time": "2026-10-05T15: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,
            "short_description": {
                "fi": "Vinkkejä ja tukea oppimiseen",
                "sv": "Tips och stöd för lärande",
                "en": "Tips and support for learning"
            },
            "description": {
                "fi": "<p><strong>Lukineuvonta: tukea ja vinkkejä oppimiseen Tapiolan kirjastossa:</strong></p><p><strong>Ma 5.10.26, klo 17:00–18:00, mukana lukukoira Halla.</strong></p><p>Neuvonnassa saat tietoa lukivaikeuksista, niiden tunnistamisesta sekä erilaisista lukemista ja kirjoittamista helpottavista apuvälineistä. Lisäksi pääset tutustumaan erilaisiin tabletille tai tietokoneelle ladattaviin oppimispeleihin. Tule keskustelemaan tai kuulemaan oppimisesta ja tutustumaan Helsingin seudun erilaisten oppijoiden (HERO) toimintaan.</p><p>Lukineuvonnassa ohjaavat erityisopetuksen asiantuntijamme ja se on maksutonta.</p><p>Löydät lukineuvonnan pisteen kirjaston aulatilasta tai muusta sille osoitetusta paikasta. Paikka voi vaihtua. Tunnistat HEROn lukineuvonnan HEROn vihreästä roll-upista.</p><p>Muutokset ovat mahdollisia.</p><p>Lisätiedot: <a href=\"https://www.lukihero.fi/tapahtumakalenteri/lukineuvontaa-espoon-kirjastoissa-tapiolan-kirjasto-mukana-lukukoira-halla/\">Hero - Helsingin seudun erilaiset oppijat</a>.</p>",
                "sv": "<p><strong>Läsrådgivning: stöd och tips för lärande på Hagalunds bibliotek</strong></p><p><strong>Mån 5.10.2026 kl. 17.00–18.00, med läshunden Halla.</strong></p><p>Under rådgivningen får du information om läs- och skrivsvårigheter, hur de kan identifieras samt om olika hjälpmedel som underlättar läsning och skrivande. Du får också möjlighet att bekanta dig med olika pedagogiska spel som kan laddas ner till surfplatta eller dator. Kom och diskutera lärande eller lyssna till information om lärande och bekanta dig med verksamheten hos HERO (Helsingforsregionens olika lärande).</p><p>Läsrådgivningen leds av våra experter inom specialundervisning och är kostnadsfri.</p><p>Du hittar läsrådgivningens informationspunkt i bibliotekets entréhall eller på en annan anvisad plats i biblioteket. Platsen kan variera. Du känner igen HERO:s läsrådgivning på HERO:s gröna roll-up.</p><p>Ändringar är möjliga.</p><p>Mer information: <a href=\"https://www.lukihero.fi/tapahtumakalenteri/lukineuvontaa-espoon-kirjastoissa-tapiolan-kirjasto-mukana-lukukoira-halla/\">Hero - Helsingin seudun erilaiset oppijat.</a></p>",
                "en": "<p><strong>Reading Support Advisory Service: Support and Tips for Learning at Tapiola Library</strong></p><p><strong>Mon 5 October 2026, 5:00–6:00 pm, featuring the reading dog Halla.</strong></p><p>At the advisory session, you can receive information about reading and writing difficulties, how they can be identified, and various assistive tools that make reading and writing easier. You will also have the opportunity to explore different educational games that can be downloaded onto a tablet or computer. Come and discuss learning, learn more about different ways of learning, and get acquainted with the activities of HERO (Helsinki Region Diverse Learners Association).</p><p>The advisory service is provided by our special education experts and is free of charge.</p><p>You can find the advisory point in the library lobby or in another designated location within the library. The location may vary. You can recognize HERO’s advisory point by HERO’s green roll-up banner.</p><p>Changes are possible.</p><p>Further information: <a href=\"https://www.lukihero.fi/tapahtumakalenteri/lukineuvontaa-espoon-kirjastoissa-tapiolan-kirjasto-mukana-lukukoira-halla/\">Hero - Helsingin seudun erilaiset oppijat.</a></p>"
            },
            "info_url": {
                "fi": "https://www.lukihero.fi/tapahtumakalenteri/lukineuvontaa-espoon-kirjastoissa-tapiolan-kirjasto-mukana-lukukoira-halla/",
                "sv": "https://www.lukihero.fi/tapahtumakalenteri/lukineuvontaa-espoon-kirjastoissa-tapiolan-kirjasto-mukana-lukukoira-halla/",
                "en": "https://www.lukihero.fi/tapahtumakalenteri/lukineuvontaa-espoon-kirjastoissa-tapiolan-kirjasto-mukana-lukukoira-halla/"
            },
            "provider_contact_info": null,
            "name": {
                "fi": "Lukineuvontaa (mukana Lukukoira Halla)",
                "sv": "Läsrådgivning ",
                "en": "Reading support"
            },
            "location_extra_info": {
                "fi": "Aula",
                "sv": "Entréhall",
                "en": "Lobby"
            },
            "provider": {
                "fi": "HERO - Helsingin seudun erilaiset oppijat ry",
                "sv": "HERO - Helsingin seudun erilaiset oppijat ry",
                "en": "HERO - Helsingin seudun erilaiset oppijat ry"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqimwpkma/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69864",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7255/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:31/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:41/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke: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/kulke:733/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:755/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p14004/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p15875/?format=api"
                },
                {
                    "@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"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "price": null,
                    "description": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386100,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-02T08:24:41.276637Z",
                    "last_modified_time": "2026-09-02T08:24:41.276654Z",
                    "url": "http://www.kanneltalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791165.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386100/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-02T08:24:41.106239Z",
            "last_modified_time": "2026-09-09T12:14:15.876226Z",
            "date_published": null,
            "start_time": "2026-11-11T14:30:00Z",
            "end_time": "2026-11-11T16: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,
            "short_description": null,
            "description": {
                "fi": "<p><b>Biisipaja (Musiikkikoulu Demo)</b><br>Tervetuloa Musiikkikoulu Demon matalan kynnyksen biisipajaan! Rennossa ja hauskassa työpajassa tehdään iPadeilla omia biisejä mm. Launchpad- ja Garageband-sovelluksia käyttäen. Biisipajoissa ohjaajina toimivat Demon ammattitaitoiset musiikinopettajat. Et tarvitse ennakkotaitoja – into kokeilla riittää!</p><p><b>Jamkids-soittopaja</b><br>Jamkidsin soittopaja on elämyksellinen ja kaikenikäisille lapsille suunnattu osallistava musiikkituokio. Soittopajassa lapset pääsevät laulamaan, liikkumaan ja soittamaan erilaisilla soittimilla Jamkidsin opettajien kanssa. Soittopajaan voi osallistua itselleen sopivaksi ajaksi. Tervetuloa musisoimaan!</p><p>Työpajat toteutuvat myös lasten oikeuksien päivän tapahtumassa pe 20.11.2026.<br> <br>Vapaa pääsy.</p>"
            },
            "info_url": {
                "fi": "http://www.kanneltalo.fi/fi/tapahtumat/event/600675590CD5C80EC1BB876BD97764DE/Jamkids-soittopaja_Demo-biisipaja",
                "sv": "http://www.kanneltalo.fi/sv/evenemang/event/600675590CD5C80EC1BB876BD97764DE/Jamkids-soittopaja_Demo-biisipaja",
                "en": "http://www.kanneltalo.fi/en/events/event/600675590CD5C80EC1BB876BD97764DE/Jamkids-soittopaja_Demo-biisipaja"
            },
            "provider_contact_info": null,
            "name": {
                "fi": "Jamkids-soittopaja & Demo-biisipaja – Keskiviikkoklubi",
                "sv": "Jamkids-soittopaja & Demo-biisipaja – Onsdagsklubben",
                "en": "Jamkids-soittopaja & Demo-biisipaja – Wednesday Club"
            },
            "location_extra_info": null,
            "provider": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69864/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69065",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:8740/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:31/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:42/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:755/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p29865/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "price": {
                        "fi": "33/29€",
                        "sv": "33/29€",
                        "en": "33/29€"
                    },
                    "description": null,
                    "info_url": {
                        "fi": "https://www.lippu.fi/artist/finnair-pilots-big-band/finnair-pilots-big-band-4237017/",
                        "sv": "https://www.lippu.fi/artist/finnair-pilots-big-band/finnair-pilots-big-band-4237017/",
                        "en": "https://www.lippu.fi/artist/finnair-pilots-big-band/finnair-pilots-big-band-4237017/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386181,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-09T12:14:13.764457Z",
                    "last_modified_time": "2026-09-09T12:14:13.764476Z",
                    "url": "http://www.malmitalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_792652.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386181/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-09T12:14:13.629454Z",
            "last_modified_time": "2026-09-09T12:14:13.977044Z",
            "date_published": null,
            "start_time": "2026-11-04T17: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,
            "short_description": {
                "fi": "Finnair Pilots´ Big Bandin Suomen Rat Pack Goes Las Vegas -konsertti esittää legendaarisen Rat Pack -kokoonpanon musiikkia pitkästä aikaa Suomessa."
            },
            "description": {
                "fi": "<p>Finnair Pilots´ Big Bandin Suomen Rat Pack Goes Las Vegas -konsertti esittää legendaarisen Rat Pack -kokoonpanon musiikkia pitkästä aikaa Suomessa.</p><p>Solistit Sami Pitkämö, Chike Ohanwe ja Mikael Konttinen asettautuvat Frank Sinatran, Dean Martinin ja Sammy Davis Jr:n suuriin saappaisiin suurella innolla ja kunnioituksella. Suomen Rat Pack Goes Las Vegas -konsertissa kuullaan Rat Packin suurimmat hitit kuten esimerkiksi Fly me to the moon, Everybody loves somebody, Volare, Lady is a tramp ja My kind of town. Unohtamatta tietenkään leppoisaa huulen heittoa, joka on kuulunut olennaisena osana Rat Packin viihdyttäviin esiintymisiin. Tervetuloa Malmitaloon kuuntelemaan Suomen Rat Packia!</p><p>Kesto 2 t sis. väliajan 20 min</p>"
            },
            "info_url": {
                "fi": "http://www.malmitalo.fi/fi/tapahtumat/event/B321334E670F1D10B5FAD196D888BE54/Finnair_Pilots_Big_Band_feat_Suomen_Rat_Pack_goes_Las_Vegas",
                "sv": "http://www.malmitalo.fi/sv/evenemang/event/B321334E670F1D10B5FAD196D888BE54/Finnair_Pilots_Big_Band_feat_Suomen_Rat_Pack_goes_Las_Vegas",
                "en": "http://www.malmitalo.fi/en/events/event/B321334E670F1D10B5FAD196D888BE54/Finnair_Pilots_Big_Band_feat_Suomen_Rat_Pack_goes_Las_Vegas"
            },
            "provider_contact_info": null,
            "name": {
                "fi": "Finnair Pilots’ Big Band feat Suomen Rat Pack goes Las Vegas",
                "sv": "Finnair Pilots` Big Band feat Suomen Rat Pack goes Las Vegas",
                "en": "Finnair Pilots` Big Band feat Suomen Rat Pack goes Las Vegas"
            },
            "location_extra_info": null,
            "provider": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69065/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agptnp3m74",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15395/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66by/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso: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:p360/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "price": null,
                    "description": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2385463,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-07-01T09:58:16.810037Z",
                    "last_modified_time": "2026-07-01T09:58:16.810057Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/2ff5ffdf-3e03-484e-ac5f-ae6ffd105cbc.png",
                    "name": "",
                    "cropping": "200,0,1000,800",
                    "photographer_name": "",
                    "alt_text": "Kuvassa Espoon historiasta luennoiva Mari Anthoni",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385463/?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-07-06T08:38:17.474618Z",
            "last_modified_time": "2026-09-09T11:58:11.767290Z",
            "date_published": null,
            "start_time": "2026-09-23T13:00:00Z",
            "end_time": "2026-09-23T13: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,
            "short_description": {
                "fi": "Kulttuuriketju välittää taide- ja kulttuurielämyksiä espoolaisille ikäihmisille. Kulttuuriketjun esityksiä järjestetään myös espoolaisissa kirjastoissa.",
                "sv": "Kulturkedjan förmedlar konst- och kulturupplevelser till äldre esbobor . Därtill ordnas Kulturkedjan-evenemang i stadens bibliotek. ",
                "en": "The Culture Chain service offers art and culture services to elderly people. Performances are also organised in libraries. "
            },
            "description": {
                "fi": "Tarinoita Espoosta ja espoolaisista – Mari Anthonin historiallinen tarinatuokio&nbsp;<p><strong>Keskiviikko 23.9.2026 klo 16.00 Ison Omenan kirjasto (Stage)&nbsp;&nbsp;</strong></p><p>Espoon historiaan perehtynyt palkittu luennoitsija Mari Anthoni kertoo tarinoita Espoosta ja espoolaisista, merkittävistä kohteista, henkilöistä ja tapahtumista.</p><p>Esityksiä elävöitetään runsaalla kuvamateriaalilla.</p><p>Tapahtumat ovat keskustelevia ja osallistujat saavat mielellään kertoa omia ajatuksiaan ja muistojaan.</p><p><a href=\"www.manoris.fi \">www.manoris.fi </a></p><p><a href=\"https://www.facebook.com/ManorisTravel\">Facebook</a></p><p>--</p><p>Espoon kaupungin Kulttuuriketju välittää taide- ja kulttuurielämyksiä espoolaisille ikäihmisille. Kulttuuriketjun esityksiä järjestetään myös espoolaisissa kirjastoissa. Esityksiä järjestetään syksyn puolella syyskuusta marraskuulle.</p><p>Kirjastoihin Kulttuuriketju tuo upeat 36 esitystä. Esitykset rantautuvat isoimpien tapahtumakirjastojen lisäksi myös Pohjois-Espooseen.</p><p>Kaikki tapahtumat ovat kaikille avoimia sekä maksuttomia.</p><p>Tervetuloa nauttimaan kulttuurista!</p>",
                "sv": "Berättelser om Esbo och Esbobor – en historisk berättelsestund med Mari Anthoni&nbsp;(På finska)<p><strong>Onsdag 23.9.2026 kl. 16.00 Iso Omenas bibliotek (Stage)&nbsp;</strong></p><p>Den prisbelönta föreläsaren Mari Anthoni, som är insatt i Esbos historia, berättar historier om Esbo och dess invånare, viktiga platser, personer och händelser.</p><p>Föreställningarna livas upp med rikligt med bildmaterial.</p><p><br></p><p>Fascinerande kvinnoöden i Esbo – inflytelserika kvinnor från Esbo&nbsp;&nbsp;</p><p>&nbsp;&nbsp;&nbsp;</p><p>Fascinerande berättelser om kvinnor som bott och verkat i Esbo under olika tider; mäktiga herrgårdsdamer, modiga samhälleliga påverkare och färgstarka konstnärer.&nbsp;</p><p>Genom ett rikligt bildmaterial får vi bekanta oss med bland annat järnladyn och den sörjande modern Sofia-Lovisa Ramsay från Esbo gård, den mytomspunna Aurora Karamzin från Träskända gård, de goda människorna Anna Sinebrychoff och Fanny Grahn från Hagalund, Amalia Kiseleff och Emma Ehrström från Alberga gård, Mary Gallen-Kallela, Elvira Standertskjöld med sina döttrar, samt de starka och begåvade konstnärinnorna Viivi Vallgren, Elli Tompuri och Hella Wuolijoki.&nbsp;&nbsp;</p><p>Evenemangen är diskussionsbaserade och deltagarna får gärna berätta sina egna tankar och minnen. Evenemanget hålls på finska.</p><p><a href=\"www.manoris.fi \">www.manoris.fi </a></p><p><a href=\"https://www.facebook.com/ManorisTravel\">Facebook</a></p><p>--</p><p>Esbo stads kulturkedjan förmedlar konst- och kulturupplevelser till äldre esbobor . Därtill ordnas Kulturkedjan-evenemang i stadens bibliotek. Föreställningar arrangeras under hösten från september till november.</p><p>Kulturkedjan bjuder på fantastiska 36 föreställningar till biblioteken. Föreställningar kommer att ordnas på de stora evenemangsbiblioteken och dessutom även i Norra Esbo.</p><p>Alla evenemang är öppna för alla och gratis.</p><p>Välkommen att njuta av kultur!</p>",
                "en": "Stories about Espoo and Espoo residents – Mari Anthon’s historical storytelling session (in Finnish)<p><strong>Wednesday 23.9.2026 at 4:00 p.m., Iso Omena Library (Stage)&nbsp;&nbsp;</strong></p><p>Award-winning lecturer Mari Anthoni, who is well-versed in Espoo’s history, tells stories about Espoo and Espoo residents, significant sites, people and events.</p><p>The presentations are enlivened with a wealth of visual material.</p><p><br></p><p>Kiehtovia naiskohtaloita Espoosta – espoolaisia vaikuttajanaisia&nbsp;&nbsp;</p><p>&nbsp;&nbsp;&nbsp;</p><p>Kiehtovia tarinoita Espoossa eri aikakausina asuneista ja vaikuttaneista naisista; mahtavista kartanonrouvista, rohkeista yhteiskunnallisista vaikuttajista ja värikkäistä taiteilijoista.&nbsp;</p><p>Runsaan kuvamateriaalin kera esitellään mm. Espoon kartanon rautarouva ja sureva äiti Sofia-Lovia Ramsay, Träskändan kartanon tarunhohtoinen Aurora Karamzin, Hagalundin hyvät ihmiset Anna Sinebrychoff ja Fanny Grahn, Albergan kartanon Amalia Kiseleff ja Emma Ehrström, Mary Gallen-Kallela, Elvira Standertskjöld tyttärineen, vahvat ja lahjakkaat taiteilijanaiset Viivi Vallgren Elli Tompuri, Hella Wuolijoki....&nbsp;&nbsp;</p><p>Fascinating female destinies from Espoo – influential women from Espoo&nbsp;</p><p><br></p><p>&nbsp;&nbsp;</p><p>Fascinating stories about women who lived and influenced Espoo in different eras; great ladies of the manor, courageous social influencers and colorful artists.&nbsp;</p><p>With a wealth of visual material, the exhibition introduces, among others, the iron lady and grieving mother Sofia-Lovia Ramsay of Espoo Manor, the legendary Aurora Karamzin of Träskända Manor, the good people of Hagalund Anna Sinebrychoff and Fanny Grahn, the Alberga Manor's Amalia Kiseleff and Emma Ehrström, Mary Gallen-Kallela, Elvira Standertskjöld and her daughters, the strong and talented female artists Viivi Vallgren Elli Tompuri, Hella Wuolijoki....&nbsp;</p><p>&nbsp;</p><p>The events are interactive and participants are welcome to share their own thoughts and memories. The event is in Finnish.</p><p><a href=\"www.manoris.fi \">www.manoris.fi </a></p><p><a href=\"https://www.facebook.com/ManorisTravel\">Facebook</a></p><p>--</p><p>Espoo City Culture Chain offers art and culture services to elderly people. Performances are also organised in libraries. Performances are organized in the fall, from September through November.</p><p>The Cultural Chain brings an impressive 36 performances to libraries.Performances will be held at the largest event libraries as well as in Northern Espoo.</p><p>All events are open to everyone and free of charge.</p><p>Welcome to enjoy the culture!</p>"
            },
            "info_url": {
                "fi": "https://www.espoo.fi/fi/tapahtumat-espoossa",
                "sv": "https://www.espoo.fi/sv/evenemang-i-esbo",
                "en": "https://www.espoo.fi/en/events-espoo"
            },
            "provider_contact_info": null,
            "name": {
                "fi": "Kulttuuriketju - Tarinoita Espoosta ja espoolaisista – Mari Anthonin historiallinen tarinatuokio ",
                "sv": "Kulturkedjan - Berättelser om Esbo och Esbobor – en historisk berättelsestund med Mari Anthoni  (på finska)",
                "en": "Cultural Chain - Stories about Espoo and Espoo residents – Mari Anthon’s historical storytelling session (in Finnish)"
            },
            "location_extra_info": {
                "fi": "Stage",
                "sv": "Stage",
                "en": "Stage"
            },
            "provider": {
                "fi": "Tapahtumat toteuttaa Espoon kaupungin kulttuuripalvelut",
                "sv": "Evenemangen genomförs i Espoo City Cultural Services",
                "en": "The events are carried out in Espoo City Cultural Services"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agptnp3m74/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqimiv37e",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15395/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66by/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1947/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2149/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8743/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "price": null,
                    "description": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2386182,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-09T11:19:43.735786Z",
                    "last_modified_time": "2026-09-09T11:19:43.735801Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/76d82aba-4727-4581-bbb1-f9978d3863cf.png",
                    "name": "",
                    "cropping": "200,0,1000,800",
                    "photographer_name": "",
                    "alt_text": "Nuori nainen ja mies hymyilevät. Teksti: Espoon kestävä kasvu. Mistä säästetään ja mihin satsataan?",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386182/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-09T11:25:38.242988Z",
            "last_modified_time": "2026-09-09T11:25:38.243007Z",
            "date_published": null,
            "start_time": "2026-09-15T15:00:00Z",
            "end_time": "2026-09-15T16: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,
            "short_description": {
                "fi": "Kokoomuksen järjestämä keskustelutilaisuus",
                "sv": "Diskussionsmöte arrangerat av Samlingspartiet",
                "en": "Discussion event organized by the National Coalition Party"
            },
            "description": {
                "fi": "<p>Kokoomuksen järjestämä keskustelutilaisuus</p><p>Tiistaina 15.9. kello 18:00</p>",
                "sv": "<p>Diskussionsmöte arrangerat av Samlingspartiet</p><p>Tisdag 15.9. klockan 18:00</p>",
                "en": "<p>Discussion event organized by the National Coalition Party.</p><p>Tuesday 15th September at 6 pm.</p>"
            },
            "info_url": null,
            "provider_contact_info": null,
            "name": {
                "fi": "Espoon kestävä kasvu",
                "sv": "Hållbar tillväxt i Esbo   (på finska)",
                "en": "Sustainable growth in Espoo (In Finnish) "
            },
            "location_extra_info": {
                "fi": "Stage",
                "sv": "Stage",
                "en": "Stage"
            },
            "provider": {
                "fi": "Kok.",
                "sv": "Kok.",
                "en": "Kok."
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqimiv37e/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agplcr3aza",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15321/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ie/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ka/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65l4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11406/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso: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:p556/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agplcr3elm/?format=api"
            },
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "price": null,
                    "description": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 1491099,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2025-10-15T06:28:46.622009Z",
                    "last_modified_time": "2026-03-11T08:47:16.359204Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/aa8fb267-f840-4582-9896-6e420a631013.jpg",
                    "name": "",
                    "cropping": "0,0,480,480",
                    "photographer_name": "Kissojen omistaja Jaana",
                    "alt_text": "lukukissat Marvin ja Lenni poseeraavat valjaat päällä lastenkirjojen kanssa sohvalla",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1491099/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7av4/?format=api"
                }
            ],
            "created_time": "2026-06-10T10:55:58.235646Z",
            "last_modified_time": "2026-09-09T09:46:20.270666Z",
            "date_published": null,
            "start_time": "2026-11-28T11:00:00Z",
            "end_time": "2026-11-28T12: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,
            "short_description": {
                "fi": "Marvin ja Lenni kuuntelevat kärsivällisesti lauantaisin \n15.8, 12.9, 25.10 & 28.11.",
                "sv": "Marvin och Lenni lyssnar tålmodigt på lördagarna den 15.8, 12.9, 25.10 & 28.11.",
                "en": "Marvin and Lenni will be listening patiently on Saturdays, \n15.8, 12.9, 25.10 & 28.11."
            },
            "description": {
                "fi": "Entressen kirjastolla pääsee nyt lukemaan myös kissoille!<p><br></p><p>Marvin ja Lenni kuuntelevat kärsivällisesti lauantaisin 15.8, 12.9, 25.10 &amp; 28.11.</p><p>Voit varata oman rauhallisen lukuhetken, jos lukeminen tuntuu hankalalta tai jännittää. Voit tulla harjoittelemaan Marvinin ja Lennin kanssa myös jos haluat harjoitella kieltä. Kissoille voi lukea millä kielellä tahansa.</p><p><br></p><p><br></p><p>Lukulemmikki</p><p>#HelloEspoo</p>",
                "sv": "<p>Entressen-biblioteket erbjuder nu högläsning för katter!</p><p><br></p><p>Marvin och Lenni lyssnar tålmodigt på lördagarna den 15.8, 12.9, 25.10 &amp; 28.11.</p><p>Du kan boka en egen läsestund om du tycker att det är svårt eller nervöst att läsa. Du kan också komma och öva med Marvin och Lenni om du vill träna språket. Du kan läsa för katterna på vilket språk som helst.</p><p><br></p><p>#HelloEspoo</p>",
                "en": "The Entressen Library now offers reading sessions for cats!<p><br></p><p>Marvin and Lenni will be listening patiently on Saturdays 15.8, 12.9, 25.10 &amp; 28.11.</p><p>You can book your own reading time if reading feels difficult or makes you nervous. You can also come and practice with Marvin and Lenni if you want to practice the language. You can read to cats in any language.</p><p><br></p><p>#HelloEspoo</p>"
            },
            "info_url": {
                "fi": "https://suomenkarvakaverit.fi/",
                "en": "https://suomenkarvakaverit.fi/"
            },
            "provider_contact_info": null,
            "name": {
                "fi": "Lukukissat Marvin ja Lenni tavattavissa",
                "sv": "Träffa läskatterna Marvin och Lenni",
                "en": "Reading cats Marvin and Lenni available for a meeting"
            },
            "location_extra_info": {
                "fi": "Lastenosasto",
                "sv": "Barnavdelningen",
                "en": "Children's section"
            },
            "provider": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agplcr3aza/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agplcr3b6e",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15321/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ie/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ka/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65l4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11406/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso: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:p556/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agplcr3elm/?format=api"
            },
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "price": null,
                    "description": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 1491099,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2025-10-15T06:28:46.622009Z",
                    "last_modified_time": "2026-03-11T08:47:16.359204Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/aa8fb267-f840-4582-9896-6e420a631013.jpg",
                    "name": "",
                    "cropping": "0,0,480,480",
                    "photographer_name": "Kissojen omistaja Jaana",
                    "alt_text": "lukukissat Marvin ja Lenni poseeraavat valjaat päällä lastenkirjojen kanssa sohvalla",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1491099/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7av4/?format=api"
                }
            ],
            "created_time": "2026-06-10T10:55:58.108907Z",
            "last_modified_time": "2026-09-09T09:46:20.205512Z",
            "date_published": null,
            "start_time": "2026-10-24T10:00:00Z",
            "end_time": "2026-10-24T11: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,
            "short_description": {
                "fi": "Marvin ja Lenni kuuntelevat kärsivällisesti lauantaisin \n15.8, 12.9, 25.10 & 28.11.",
                "sv": "Marvin och Lenni lyssnar tålmodigt på lördagarna den 15.8, 12.9, 25.10 & 28.11.",
                "en": "Marvin and Lenni will be listening patiently on Saturdays, \n15.8, 12.9, 25.10 & 28.11."
            },
            "description": {
                "fi": "Entressen kirjastolla pääsee nyt lukemaan myös kissoille!<p><br></p><p>Marvin ja Lenni kuuntelevat kärsivällisesti lauantaisin 15.8, 12.9, 25.10 &amp; 28.11.</p><p>Voit varata oman rauhallisen lukuhetken, jos lukeminen tuntuu hankalalta tai jännittää. Voit tulla harjoittelemaan Marvinin ja Lennin kanssa myös jos haluat harjoitella kieltä. Kissoille voi lukea millä kielellä tahansa.</p><p><br></p><p><br></p><p>Lukulemmikki</p><p>#HelloEspoo</p>",
                "sv": "<p>Entressen-biblioteket erbjuder nu högläsning för katter!</p><p><br></p><p>Marvin och Lenni lyssnar tålmodigt på lördagarna den 15.8, 12.9, 25.10 &amp; 28.11.</p><p>Du kan boka en egen läsestund om du tycker att det är svårt eller nervöst att läsa. Du kan också komma och öva med Marvin och Lenni om du vill träna språket. Du kan läsa för katterna på vilket språk som helst.</p><p><br></p><p>#HelloEspoo</p>",
                "en": "The Entressen Library now offers reading sessions for cats!<p><br></p><p>Marvin and Lenni will be listening patiently on Saturdays 15.8, 12.9, 25.10 &amp; 28.11.</p><p>You can book your own reading time if reading feels difficult or makes you nervous. You can also come and practice with Marvin and Lenni if you want to practice the language. You can read to cats in any language.</p><p><br></p><p>#HelloEspoo</p>"
            },
            "info_url": {
                "fi": "https://suomenkarvakaverit.fi/",
                "en": "https://suomenkarvakaverit.fi/"
            },
            "provider_contact_info": null,
            "name": {
                "fi": "Lukukissat Marvin ja Lenni tavattavissa",
                "sv": "Träffa läskatterna Marvin och Lenni",
                "en": "Reading cats Marvin and Lenni available for a meeting"
            },
            "location_extra_info": {
                "fi": "Lastenosasto",
                "sv": "Barnavdelningen",
                "en": "Children's section"
            },
            "provider": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agplcr3b6e/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agplcr3cyy",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15321/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ie/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ka/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65l4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11406/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso: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:p556/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agplcr3elm/?format=api"
            },
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "price": null,
                    "description": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 1491099,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2025-10-15T06:28:46.622009Z",
                    "last_modified_time": "2026-03-11T08:47:16.359204Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/aa8fb267-f840-4582-9896-6e420a631013.jpg",
                    "name": "",
                    "cropping": "0,0,480,480",
                    "photographer_name": "Kissojen omistaja Jaana",
                    "alt_text": "lukukissat Marvin ja Lenni poseeraavat valjaat päällä lastenkirjojen kanssa sohvalla",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1491099/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7av4/?format=api"
                }
            ],
            "created_time": "2026-06-10T10:55:57.967211Z",
            "last_modified_time": "2026-09-09T09:46:20.140703Z",
            "date_published": null,
            "start_time": "2026-09-12T10:00:00Z",
            "end_time": "2026-09-12T11: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,
            "short_description": {
                "fi": "Marvin ja Lenni kuuntelevat kärsivällisesti lauantaisin \n15.8, 12.9, 25.10 & 28.11.",
                "sv": "Marvin och Lenni lyssnar tålmodigt på lördagarna den 15.8, 12.9, 25.10 & 28.11.",
                "en": "Marvin and Lenni will be listening patiently on Saturdays, \n15.8, 12.9, 25.10 & 28.11."
            },
            "description": {
                "fi": "Entressen kirjastolla pääsee nyt lukemaan myös kissoille!<p><br></p><p>Marvin ja Lenni kuuntelevat kärsivällisesti lauantaisin 15.8, 12.9, 25.10 &amp; 28.11.</p><p>Voit varata oman rauhallisen lukuhetken, jos lukeminen tuntuu hankalalta tai jännittää. Voit tulla harjoittelemaan Marvinin ja Lennin kanssa myös jos haluat harjoitella kieltä. Kissoille voi lukea millä kielellä tahansa.</p><p><br></p><p><br></p><p>Lukulemmikki</p><p>#HelloEspoo</p>",
                "sv": "<p>Entressen-biblioteket erbjuder nu högläsning för katter!</p><p><br></p><p>Marvin och Lenni lyssnar tålmodigt på lördagarna den 15.8, 12.9, 25.10 &amp; 28.11.</p><p>Du kan boka en egen läsestund om du tycker att det är svårt eller nervöst att läsa. Du kan också komma och öva med Marvin och Lenni om du vill träna språket. Du kan läsa för katterna på vilket språk som helst.</p><p><br></p><p>#HelloEspoo</p>",
                "en": "The Entressen Library now offers reading sessions for cats!<p><br></p><p>Marvin and Lenni will be listening patiently on Saturdays 15.8, 12.9, 25.10 &amp; 28.11.</p><p>You can book your own reading time if reading feels difficult or makes you nervous. You can also come and practice with Marvin and Lenni if you want to practice the language. You can read to cats in any language.</p><p><br></p><p>#HelloEspoo</p>"
            },
            "info_url": {
                "fi": "https://suomenkarvakaverit.fi/",
                "en": "https://suomenkarvakaverit.fi/"
            },
            "provider_contact_info": null,
            "name": {
                "fi": "Lukukissat Marvin ja Lenni tavattavissa",
                "sv": "Träffa läskatterna Marvin och Lenni",
                "en": "Reading cats Marvin and Lenni available for a meeting"
            },
            "location_extra_info": {
                "fi": "Lastenosasto",
                "sv": "Barnavdelningen",
                "en": "Children's section"
            },
            "provider": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agplcr3cyy/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        }
    ]
}