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

{
    "meta": {
        "count": 35920,
        "next": "https://linkedevents.api.test.hel.ninja/v1/event/?format=api&hide_super_event=true&page=88",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/event/?format=api&hide_super_event=true&page=86"
    },
    "data": [
        {
            "id": "espoo_le:agqb53heje",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15417/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66oi/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66tq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66w4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p6062/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqb53hewe/?format=api"
            },
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 150450,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2024-01-17T07:59:13.420035Z",
                    "last_modified_time": "2024-01-17T07:59:13.420055Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/shakki.jpg",
                    "name": "",
                    "cropping": "149,0,531,382",
                    "photographer_name": "",
                    "alt_text": "shakkinappuloita pelilaudalla",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/150450/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7av4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7azy/?format=api"
                }
            ],
            "created_time": "2026-08-20T10:37:22.190004Z",
            "last_modified_time": "2026-08-20T10:37:22.190020Z",
            "date_published": null,
            "start_time": "2026-09-03T14:00:00Z",
            "end_time": "2026-09-03T15:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Pointti",
                "sv": "Pointti",
                "en": "Pointti"
            },
            "provider": {
                "fi": "Sellon kirjasto",
                "sv": "Sellobiblioteket",
                "en": "Sello Library"
            },
            "name": {
                "fi": "Shakkiklubi",
                "sv": "Schackklubb ",
                "en": "Chess Club"
            },
            "description": {
                "fi": "<p>Klubi on tarkoitettu jo alkeet osaaville pelaajille. Opastusta saatavilla. Tervetuloa!</p>",
                "sv": "<p><br></p><p>Klubben är för spelare som redan kan grunderna. Vägledning finns tillgänglig.</p>",
                "en": "<p>The club is for players who already know the basics. Guidance available.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Klubi on tarkoitettu jo alkeet osaaville pelaajille. Opastusta saatavilla. ",
                "sv": "Klubben är för spelare som redan kan grunderna. Vägledning finns tillgänglig.",
                "en": "The club is for players who already know the basics. Guidance available."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqb53heje/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agozxhsjku",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15417/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66oi/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p6062/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agozxhsqqy/?format=api"
            },
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 1824104,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-04-14T12:02:46.993322Z",
                    "last_modified_time": "2026-04-14T12:02:46.993336Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/efca4781-2886-41d9-8b2d-968aaef64f5a.jpg",
                    "name": "",
                    "cropping": "149,0,531,382",
                    "photographer_name": "",
                    "alt_text": "Lautapeliseuran lautapelikerho Sellon kirjastossa torstai-iltaisin.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1824104/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-03-07T14:44:51.788148Z",
            "last_modified_time": "2026-08-20T09:38:24.777667Z",
            "date_published": null,
            "start_time": "2026-08-20T13:00:00Z",
            "end_time": "2026-08-20T16:45:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Akseli-sali 20.8. poikkeuksellisesti Ilmarissa",
                "sv": "Akseli-salen",
                "en": "Akseli Hall"
            },
            "provider": {
                "fi": "Suomen lautapeliseura",
                "sv": "Suomen lautapeliseura",
                "en": "Finnish Board Game Society"
            },
            "name": {
                "fi": "Lautapelikerho",
                "sv": "Brädspelsklubb",
                "en": "Board game club"
            },
            "description": {
                "fi": "<p>Suomen lautapeliseuran järjestämä avoin aikuisille suunnattu pelikerho.</p>",
                "sv": "<p>En öppen spelklubb för vuxna som anordnas av&nbsp;Suomen lautapeliseura.</p>",
                "en": "<p>An open game club for adults organized by the Finnish Board Game Society.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Aikuisille suunnattu pelikerho.",
                "sv": "En spelklubb riktad till vuxna.",
                "en": "A game club aimed at adults."
            },
            "info_url": {
                "fi": "https://lautapeliseura.fi/",
                "en": "https://lautapeliseura.fi/english/"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agozxhsjku/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kultus:agqb5bw4ou",
            "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/kultus:22/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kultus:5/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": {
                        "fi": "",
                        "sv": "",
                        "en": ""
                    },
                    "price": {
                        "fi": "",
                        "sv": "",
                        "en": ""
                    },
                    "info_url": null
                }
            ],
            "data_source": "kultus",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kultus:56/?format=api"
                }
            ],
            "created_time": "2026-08-20T09:35:49.893471Z",
            "last_modified_time": "2026-08-20T09:36:35.927663Z",
            "date_published": null,
            "start_time": "2026-09-25T09:00:00Z",
            "end_time": "2026-09-25T10: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": "2026-08-20T12:40:00+03:00",
            "enrolment_end_time": "2026-09-24T12:00:00+03:00",
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Testing",
                "sv": "",
                "en": ""
            },
            "description": {
                "fi": "<p>Testing</p>\n",
                "sv": "",
                "en": ""
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Testing",
                "sv": "",
                "en": ""
            },
            "info_url": {
                "fi": "",
                "sv": "",
                "en": ""
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kultus:agqb5bw4ou/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqb5no45m",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63115/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66fq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66hi/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1808/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2385869,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-20T09:19:23.432023Z",
                    "last_modified_time": "2026-08-20T09:19:23.432091Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/958c5e1c-983c-41fe-bcff-2b1255b94822.jpg",
                    "name": "",
                    "cropping": "98,0,445,348",
                    "photographer_name": "",
                    "alt_text": "Kuvassa on kuorolaulajia ja siinä lukee ECC- Espoo Community Choir. Free entry.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385869/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-20T09:22:43.297508Z",
            "last_modified_time": "2026-08-20T09:25:50.600402Z",
            "date_published": null,
            "start_time": "2026-09-05T11:00:00Z",
            "end_time": "2026-09-05T14:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Salonki",
                "sv": "Salonki",
                "en": "Salonki"
            },
            "provider": {
                "fi": "Connectoria ry ja ANDSEA Global",
                "sv": "Connectoria ry och ANDSEA Global",
                "en": "Connectoria ry and ANDSEA Global"
            },
            "name": {
                "fi": "Liity mukaan ECC - Espoo Community Choir-kuoroon",
                "sv": "Bli medlem i ECC – Espoo Community Choir",
                "en": "Join ECC - Espoo Community Choir"
            },
            "description": {
                "fi": "<p>Connectoria ry ja ANDSEA Global ovat perustamassa yhteisökuoroa Espoossa, ja etsimme 13-vuotiaita ja sitä vanhempia ihmisiä, jotka haluaisivat olla mukana. Sinun ei tarvitse olla ammattilaulaja, eikä sinun tarvitse edes ajatella, että sinulla olisi ”upea ääni”. Jos pidät musiikista, laulamisesta, ihmisten tapaamisesta ja merkityksellisen toiminnan parissa olemisesta, otamme sinut mielellämme mukaan.</p><p><br></p><p>Hanketta rahoittaa Espoon kaupunki, ja se on avoin ja ilmainen kaikille. Jos tämä kuulostaa sinulle mieluisalta, ilmoita kiinnostuksesi kommenttiosion rekisteröitymislinkin kautta.</p><p><br></p><p>Tuo mukanasi äänesi ja energiasi, löydä jotain uutta itsestäsi sekä Espoon yhteisön rikkautta ja rakkautta.</p><p><br></p><p>Tapahtuma on englanniksi.</p><p><br></p><p>Tapahtuman ohjelma englanniksi:</p><p>14 – 15: First choir practice session</p><p>15 – 16: Second choir practice session</p><p>16 – 16.30: Post choir sessions review</p>",
                "sv": "<p>Connectoria ry och ANDSEA Global startar en gemenskapskör i Esbo, och vi söker personer som är 13 år eller äldre och som gärna vill vara med. Du behöver inte vara en professionell sångare och du behöver inte ens tycka att du har en ”fantastisk röst”. Om du gillar musik, att sjunga, att träffa människor och att vara en del av något meningsfullt, så vill vi gärna ha med dig.</p><p><br></p><p>Projektet finansieras av staden Esbo och är öppet och kostnadsfritt för alla inom den angivna åldersgruppen. Om detta låter som något du skulle tycka om, anmäl ditt intresse via anmälningslänken:</p><p><br></p><p>Kom med din röst och din energi, upptäck något nytt om dig själv samt rikedomen och kärleken i Esbos samhälle.</p><p><br></p><p>Evenemanget hålls på engelska.</p><p><br></p><p>Program:</p><p>14 – 15: First choir practice session</p><p>15 – 16: Second choir practice session</p><p>16 – 16.30: Post choir sessions review</p>",
                "en": "<p>Connectoria ry and ANDSEA Global are putting together a community choir in Espoo, and we are looking for people aged 13 and above who would love to be part of it. You don’t have to be a professional singer and you don’t even have to think you have a “great voice”. If you enjoy music, singing, meeting people and being part of something meaningful, we would love to have you.</p><p><br></p><p>This project is funded by the City of Espoo, is open and free for all in the specified age range. If this sounds like something you would enjoy, please register your interest via the registration link:</p><p><br></p><p>Come with your voice, your energy, discover something new about yourself plus the richness and love in the Espoo city community.</p><p><br></p><p><strong>Program:</strong></p><p>14 – 15: First choir practice session</p><p>15 – 16: Second choir practice session</p><p>16 – 16.30: Post choir sessions review</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tule mukaan ECC:n – Espoo Community Choir-kuoron harjoituksiin lauantaina 5.9. klo 14–17.",
                "sv": "Kom och delta i ECC:s – Espoo Community Choir – repetitioner lördagen den 5 september kl. 14–17.",
                "en": "Join the ECC- Espoo Community Choir practices on saturday 5.9. from 14-17."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqb5no45m/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "jiiri:11f2520e-58b0-407d-95bf-5c495a7de282",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7260/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1947/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "jiiri",
            "publisher": "ahjo:u480400",
            "sub_events": [],
            "images": [
                {
                    "id": 2385867,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-08-20T09:18:56.784892Z",
                    "last_modified_time": "2026-08-20T09:18:56.784926Z",
                    "url": "https://assets-eur.mkt.dynamics.com/93e9db45-077f-ef11-ac1e-000d3ab39c5e/digitalassets/images/8b35bcdc-c0d5-f011-8544-7ced8d2e6e81",
                    "name": "testi",
                    "cropping": "",
                    "photographer_name": "testi",
                    "alt_text": "testi",
                    "data_source": "jiiri",
                    "publisher": "ahjo:u480400",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385867/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/language/fi/?format=api"
                }
            ],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1947/?format=api"
                }
            ],
            "created_time": "2026-08-20T07:56:25.736777Z",
            "last_modified_time": "2026-08-20T09:18:59.608555Z",
            "date_published": "2026-08-20T07:52:58Z",
            "start_time": "2026-09-26T12:00:00Z",
            "end_time": "2026-09-26T18:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": 10,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": 4,
            "minimum_attendee_capacity": 1,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": {
                "fi": "Milla Magia Ry"
            },
            "name": {
                "fi": "Yksittäinen tapahtuma josta ei tule sarja"
            },
            "description": {
                "fi": "<div><p>Tapahtuman kuvaus suomeksi</p></div>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "lyhyt kuvaus suomeksi"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/jiiri:11f2520e-58b0-407d-95bf-5c495a7de282/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:68378",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7260/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:32/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:45/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1278/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 1801396,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-04-07T09:12:51.818162Z",
                    "last_modified_time": "2026-04-07T09:12:51.818176Z",
                    "url": "http://www.vuotalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_778356.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1801396/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-04-07T09:12:51.700635Z",
            "last_modified_time": "2026-08-20T09:13:54.312038Z",
            "date_published": null,
            "start_time": "2026-08-20T13:00:00Z",
            "end_time": "2026-08-20T17:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Taiteiden yö Vuotalossa",
                "sv": "Konstens natt på Nordhuset",
                "en": "Night of the Arts at Vuotalo"
            },
            "description": {
                "fi": "<p>Tervetuloa viettämään Taiteiden yötä Vuotaloon! Ohjelmassa mm. näyttelyn avajaiset, tanssia ja elävää musiikkia.</p><p><b>klo 16–18 / Vuotalon aula</p><p>Kohti tuntematonta –näyttelyn avajaiset</b><br>Tule juhlistamaan kuvittaja Pasi Pitkäsen uuden Kohti tuntematonta -näyttelyn avajaisia! Pitkänen piirtää tilaisuudessa lumoavaa, Ouroboros-sarjastaan tuttua käärmejunaa, ja tarjolla on käärmekarkkeja ja mehua.</p><p>Näyttely kutsuu sukeltamaan kuvitusten rakentamiin mielikuvitusmaailmoihin, joissa seikkailu, valo ja varjo vuorottelevat. Teokset havainnollistavat kuvituksen voimaa tarinoiden herättäjänä ja haastavat pohtimaan: uskallatko astua kohti tuntematonta?<br>Näyttely on avoinna 13.8.–26.9.2026.</p><p>Huom! Maanantaiaamupäivisin näyttelytila on varattu koululaisten työpajoille.</p><p>Pasi Pitkänen on kuvittaja, kirjailija ja graafikko, jonka teokset ovat saavuttaneet kansainvälistäkin menestystä. Hän on valmistunut Aalto-yliopistosta ja työskennellyt aiemmin Rovio Entertainmentilla hahmosuunnittelijana. Nykyisin hän toimii freelancerina ja asuu osan vuodesta Japanissa.</p><p>klo 18–20 / Vuosali<br>Kaupunkitanssien kauden päätöstanssit & Improvisoidut iltamat</p><p>Kaupunkitanssien kauden päätösjuhlassa pääset nauttimaan Tanssiteatteri Tsuumin Improvisoidut iltamat -esityksestä, kauden viimeisistä tanssiopetustuokioista, sekä tansseista livemusiikin tahtiin.</p><p>Juhlan aloittaa Improvisoidut iltamat -esitys, joka yhdistää improvisoidun tanssin ja musiikin suomalaiseen iltamaperinteeseen. Esityksessä improvisoitu tanssi ja musiikki yllättävät ja tempaavat mukaansa niin esiintyjät kuin yleisönkin.</p><p>Tule mukaan katsomaan miten tunnelmat, sävelmät, liikemaailmat ja tarinat syntyvät yleisön silmien edessä!</p><p>Esityksen jälkeen on luvassa vapaat tanssit elävän musiikin tahdittamana. Tanssit alkavat tanssinopetuksella Kaupunkitanssien tapaan.</p><p>Tapahtumiin on vapaa pääsy!</p>",
                "sv": "<p>Välkommen att fira Konstens natt på Nordhuset! Programmet består bland annat av en utställnings öppningsceremoni, dans och levande musik.</p><p><b>kl. 16–18/Nordhusets aula<br>Öppningsceremoni för utställningen Mot det okända</b></p><p>Kom och fira öppningsceremonin för illustratör Pasi Pitkänens nya utställning Mot det okända! Vid evenemanget ritar Pitkänen det förtjusande ormtåget från sin serie Ouroboros. Det bjuds på ormgodis och saft.</p><p>Utställningen bjuder in dig att dyka in i de fantasivärldar som illustrationerna skapar och där äventyr, ljus och skugga alternerar. Verken åskådliggör illustrationers kraft att ge liv åt berättelser samt utmanar besökarna att fundera på om de vågar ta ett steg mot det okända.</p><p>Utställningen är öppen 13.8–26.9.2026.<br>Obs! På måndagsförmiddagar är utställningslokalen reserverad för verkstäder för skolelever.</p><p>Pasi Pitkänen är en illustratör, författare och grafiker, vars illustrationer också har rönt internationell framgång. Han tog examen vid Aalto-universitetet och har tidigare arbetat som figurdesigner på Rovio Entertainment. För närvarande arbetar han som frilansare och bor en del av året i Japan.</p><p><b>kl. 18–20 / Vuosali<br>du njuta av dansteatern Tsuumis föreställning Improviserade soaréer (Improvisoidut iltamat), säsongens sista dansundervisningsstund samt dans i takt med levande musik.</p><p>Festen inleds med föreställningen Improviserade soaréer, som kombinerar improviserad dans och musik med den finländska soarétraditionen. Dansen och musiken som improviseras i föreställningen överraskar och drar med sig såväl artister som publik. Kom med och se hur stämningar, melodier, rörelsevärldar och berättelser uppstår inför publikens ögon!</p><p>Efter föreställningen utlovas fri dans i takt med levande musik. Dansen inleds med dansundervisning på samma sätt som vid stadsdanserna.</p><p>Evenemangen har fritt inträde!</p>",
                "en": "<p>Welcome to Vuotalo for the Night of the Arts! The programme includes an opening ceremony for an exhibition, dancing and live music.</p><p><b>16.00–18.00 / Vuotalo lobby<br>Opening of the Kohti tuntematonta (‘Towards the unknown’) exhibition</b></p><p>Come and celebrate the opening of Illustrator Pasi Pitkänen's new exhibition Kohti tuntematonta! During the event, Pitkänen will draw the enchanting snake train from his Ouroboros series, and snake sweets and juice will be served.</p><p>The exhibition invites you to dive into imaginary worlds built by the illustrations, where adventure, light and shadow alternate. The works showcase the power of illustration to evoke stories and challenge us to ask: do you dare to step into the unknown?</p><p>The exhibition is open from 13 August to 26 September 2026.<br>Please note! On Monday mornings, the exhibition space will be reserved for workshops for schoolchildren.</p><p>Pasi Pitkänen is a versatile illustrator, writer and graphic designer whose works have also achieved international success. He graduated from Aalto University and previously worked at Rovio Entertainment as a character designer. He now works as a freelancer and lives in Japan for part of the year.</p><p><b>18.00–20.00 / Vuosali<br>Dancing in the City season closing dance & Improvised Soiree</b></p><p>At the closing party of the Dancing in the City season, you can enjoy a performance of Improvised Soiree by Tsuumi Dance Theatre, the last dance classes of the season, and dancing to live music.</p><p>The celebration will be kicked off by the Improvised Soiree performance, which combines improvised dance and music with the Finnish soiree tradition. During the performance, the improvised dance and music will surprise and captivate the performers and the audience alike. Come along and see how moods, tunes, worlds of movement and stories are created before the very eyes of the audience!</p><p>After the performance, there will be free dancing accompanied by live music. The dance will start with dance lessons, similarly to Dancing in the City events.</p><p>Entry to the events is free of charge!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa viettämään Taiteiden yötä Vuotaloon! Ohjelmassa mm. näyttelyn avajaiset, tanssia ja elävää musiikkia.",
                "sv": "Välkommen att fira Konstens natt på Nordhuset! Programmet består bland annat av en utställnings öppningsceremoni, dans och levande musik.",
                "en": "Welcome to Vuotalo for the Night of the Arts! The programme includes an opening ceremony for an exhibition, dancing and live music."
            },
            "info_url": {
                "fi": "http://www.vuotalo.fi/fi/tapahtumat/event/815F8CF118C8694F8BE6519708D4B17F/Taiteiden_yo_Vuotalossa",
                "sv": "http://www.vuotalo.fi/sv/evenemang/event/815F8CF118C8694F8BE6519708D4B17F/Konstens_natt_pa_Nordhuset",
                "en": "http://www.vuotalo.fi/en/events/event/815F8CF118C8694F8BE6519708D4B17F/Night_of_the_Arts_at_Vuotalo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:68378/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqa5uwhim",
            "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: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:p360/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p916/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2385811,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-17T07:51:24.493927Z",
                    "last_modified_time": "2026-08-17T07:51:24.493940Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/1e752ff5-a25b-43e3-adb7-aafcdd29d5cf.png",
                    "name": "",
                    "cropping": "280,0,1005,725",
                    "photographer_name": "",
                    "alt_text": "Graafinen kuva jossa mies ja tyttö leikkivät pallopeliä ja nainen ulkoilee puistossa. Otsikko: Liikuntaneuvontakiertue kirjastossa,",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385811/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-17T07:53:20.560405Z",
            "last_modified_time": "2026-08-20T09:07:33.958633Z",
            "date_published": null,
            "start_time": "2026-08-27T10:00:00Z",
            "end_time": "2026-08-27T13:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Palvelutorin Aula",
                "sv": "Palvelutorin Aula",
                "en": "Palvelutorin Aula"
            },
            "provider": {
                "fi": "Espoon liikuntapalvelut",
                "sv": "Espoon liikuntapalvelut",
                "en": "Espoon liikuntapalvelut"
            },
            "name": {
                "fi": "Liikuntaneuvonta kiertue",
                "sv": "Motionsrådgivningsturné ",
                "en": "Exercise counselling tour"
            },
            "description": {
                "fi": "<p>Tule juttelemaan omasta hyvinvoinnista ja saa vinkkejä liikkumiseen!</p>",
                "sv": "<p>Kom och prata om ditt välmående och få tips om att röra på dig.</p>",
                "en": "<p><br></p><p>Come and talk about your wellbeing and get tips on exercising!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa tapaamaan Espoon liikuntapalveluita kirjaston aulaan to 27.8. klo 13-16.",
                "sv": "Kom och träffa Espos idrottsförvaltning i bibliotekets foajé torsdagen den 27 augusti kl. 13.00–16.00.",
                "en": "Come meet the Espoon liikuntapalvelut in the library lobby on Thursday, August 27, from 1:00 p.m. to 4:00 p.m."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqa5uwhim/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqb47pf3e",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15395/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66by/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66mq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66ru/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz675q/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz67dq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/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:p360/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8630/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqb47pg4e/?format=api"
            },
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2385868,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-20T08:43:30.220941Z",
                    "last_modified_time": "2026-08-20T08:43:30.220956Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/ae76851d-025c-4dd9-9adb-a09ce2432ed1.jpg",
                    "name": "pajacoachit",
                    "cropping": "203,0,1098,895",
                    "photographer_name": "",
                    "alt_text": "pajacoachit",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385868/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-20T08:54:04.209432Z",
            "last_modified_time": "2026-08-20T08:54:04.209449Z",
            "date_published": null,
            "start_time": "2026-09-05T07:00:00Z",
            "end_time": "2026-09-05T10:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Paja Coach",
                "sv": "Paja Coach",
                "en": "Makerspace Coach"
            },
            "description": {
                "fi": "<p>Tule tutustumaan Pajan laitteisiin vapaaehtoisen coachin kanssa.Olitpa sitten utelias, vasta aloittamassa tai pohtimassa jotain pulmaa, tule rohkeasti mukaan! Coach puhuu englantia.</p>",
                "sv": "<p>Kom och bekanta dig med Pajas utrustning tillsammans med en coach. Oavsett om du är nyfiken, precis har börjat eller funderar på hur du ska lösa ett problem, är du varmt välkommen! Coachen talar engelska.</p>",
                "en": "<p>Come and explore the Maker Space equipment with a volunteer coach. Whether you’re curious, just getting started, or working through a problem, you’re very welcome to join us! The coach speaks English.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tule tutustumaan Pajan laitteisiin vapaaehtoisen coachin kanssa. ",
                "sv": "Kom och bekanta dig med Pajas utrustning tillsammans med en coach. ",
                "en": "Come and explore the Maker Space equipment with a volunteer coach. "
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqb47pf3e/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqb47pgdy",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15395/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66by/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66mq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66ru/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz675q/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz67dq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/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:p360/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8630/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqb47pg4e/?format=api"
            },
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2385868,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-20T08:43:30.220941Z",
                    "last_modified_time": "2026-08-20T08:43:30.220956Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/ae76851d-025c-4dd9-9adb-a09ce2432ed1.jpg",
                    "name": "pajacoachit",
                    "cropping": "203,0,1098,895",
                    "photographer_name": "",
                    "alt_text": "pajacoachit",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385868/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-20T08:54:04.113832Z",
            "last_modified_time": "2026-08-20T08:54:04.113848Z",
            "date_published": null,
            "start_time": "2026-08-29T07:00:00Z",
            "end_time": "2026-08-29T10:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Paja Coach",
                "sv": "Paja Coach",
                "en": "Makerspace Coach"
            },
            "description": {
                "fi": "<p>Tule tutustumaan Pajan laitteisiin vapaaehtoisen coachin kanssa.Olitpa sitten utelias, vasta aloittamassa tai pohtimassa jotain pulmaa, tule rohkeasti mukaan! Coach puhuu englantia.</p>",
                "sv": "<p>Kom och bekanta dig med Pajas utrustning tillsammans med en coach. Oavsett om du är nyfiken, precis har börjat eller funderar på hur du ska lösa ett problem, är du varmt välkommen! Coachen talar engelska.</p>",
                "en": "<p>Come and explore the Maker Space equipment with a volunteer coach. Whether you’re curious, just getting started, or working through a problem, you’re very welcome to join us! The coach speaks English.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tule tutustumaan Pajan laitteisiin vapaaehtoisen coachin kanssa. ",
                "sv": "Kom och bekanta dig med Pajas utrustning tillsammans med en coach. ",
                "en": "Come and explore the Maker Space equipment with a volunteer coach. "
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqb47pgdy/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqb47pgqq",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15395/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66by/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66mq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66ru/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz675q/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz67dq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/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:p360/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8630/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqb47pg4e/?format=api"
            },
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2385868,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-20T08:43:30.220941Z",
                    "last_modified_time": "2026-08-20T08:43:30.220956Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/ae76851d-025c-4dd9-9adb-a09ce2432ed1.jpg",
                    "name": "pajacoachit",
                    "cropping": "203,0,1098,895",
                    "photographer_name": "",
                    "alt_text": "pajacoachit",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385868/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-20T08:54:04.013158Z",
            "last_modified_time": "2026-08-20T08:54:04.013175Z",
            "date_published": null,
            "start_time": "2026-08-22T07:00:00Z",
            "end_time": "2026-08-22T10:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Paja Coach",
                "sv": "Paja Coach",
                "en": "Makerspace Coach"
            },
            "description": {
                "fi": "<p>Tule tutustumaan Pajan laitteisiin vapaaehtoisen coachin kanssa.Olitpa sitten utelias, vasta aloittamassa tai pohtimassa jotain pulmaa, tule rohkeasti mukaan! Coach puhuu englantia.</p>",
                "sv": "<p>Kom och bekanta dig med Pajas utrustning tillsammans med en coach. Oavsett om du är nyfiken, precis har börjat eller funderar på hur du ska lösa ett problem, är du varmt välkommen! Coachen talar engelska.</p>",
                "en": "<p>Come and explore the Maker Space equipment with a volunteer coach. Whether you’re curious, just getting started, or working through a problem, you’re very welcome to join us! The coach speaks English.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tule tutustumaan Pajan laitteisiin vapaaehtoisen coachin kanssa. ",
                "sv": "Kom och bekanta dig med Pajas utrustning tillsammans med en coach. ",
                "en": "Come and explore the Maker Space equipment with a volunteer coach. "
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqb47pgqq/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqb4r2qwu",
            "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:p2739/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p360/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p5121/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2385866,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-20T07:12:08.747758Z",
                    "last_modified_time": "2026-08-20T07:12:08.747772Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/51d558e5-ad1b-4aa0-a83b-6d54611b8064.png",
                    "name": "",
                    "cropping": "0,0,400,400",
                    "photographer_name": "",
                    "alt_text": "Pelkkä teksti: Pecha Kucha - elämäni kuvat",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385866/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-20T07:38:39.645970Z",
            "last_modified_time": "2026-08-20T07:38:39.645987Z",
            "date_published": null,
            "start_time": "2026-08-27T14:00:00Z",
            "end_time": "2026-08-27T16:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Stage",
                "sv": "Stage",
                "en": "Stage"
            },
            "provider": {
                "fi": "Espoon taiteilijakilta",
                "sv": "Espoon taiteilijakilta",
                "en": "Espoon taiteilijakilta"
            },
            "name": {
                "fi": "Pecha Kucha - Elämäni kuvat",
                "sv": "Pecha Kucha – Bilderna i mitt liv (på finska)",
                "en": "Pecha Kucha – Images of My Life (in Finnish)"
            },
            "description": {
                "fi": "<p>Vaikka nykyisin tuntuu, että elämme kuvien tulvassa aina ei ole niin ollut. Keskiajalla ihmiset näkivät elämänsä aikana noin 5 kuvaa. Kuvia \"pommitetaan\" meille joka puolelta ja emme välttämättä edes pysähdy ajattelemaan mitä näemme. Kuitenkin kaikki muistavat meille tärkeät kuvat vaikkapa kuva esikoisesta äidin sylissä, kuva valmistujaistodistuksesta tai kuva ulkomaan reissuilla vaikuttavasta julkisesta taideteoksesta.</p><p>Espoon Taiteilijakilta ry. järjestää Pecha Kucha tilaisuuden jossa visuaalisen alan ammattilaiset näyttävät kuvia omasta elämästään ja omasta taiteestaan. Kuvien avulla voi reflektoida ja huomata kuinka alan ammattilaisetkin seisovat toistensa olkapäillä ja kuinka muiden kuvat ovat vaikuttaneet heidän tekemiseen. \"Elämäni kuvat\" Pecha Kucha tilaisuudessa on tarkoitus tutkia löytyykö kuvien kirjosta samanlaisuutta alan ammattilaisten keskuudessa vai onko myytti jonkilaisesta jaetusta yhteisestä taiteilijuudesta vain harha? Esitykset käydään hyvässä, rennossa hengessä ja yleisöllä on mahdollisuus Open Mic tyyliseen kyselyhetkeen esitysten jälkeen.</p><p><br></p><p>Esiintyjinä Krista Mikkola (kuraattori), Leena Hoppania (Espoon kulttuuripalvelupäällikkö), Sini Majuri (lasitaiteilija), Heidi Linsen (tekstiilitaiteilija), Kirsi-Marja Moberg (runoilija ja kuvataitelija) ja Antti Minkkinen (taidemaalari).</p><p><br></p><p>Pecha Kucha Espoopäivänä torstaina 27.8. kello 17-19.</p><p>Ison Omenan kirjaston Stagella.</p>",
                "sv": "<p>Även om det i dag känns som om vi lever i ett ständigt flöde av bilder, har det inte alltid varit så. Under medeltiden såg människor uppskattningsvis omkring fem bilder under sin livstid. I dag \"bombarderas\" vi med bilder från alla håll och vi stannar inte nödvändigtvis upp för att reflektera över vad vi ser. Samtidigt minns vi alla de bilder som är viktiga för oss: ett foto av det förstfödda barnet i sin mammas famn, en bild av examensbetyget eller ett fotografi av ett imponerande offentligt konstverk som vi sett under en resa utomlands.</p><p>Esbo Konstnärsgille rf arrangerar ett Pecha Kucha-evenemang där yrkesverksamma inom det visuella området visar bilder från sina egna liv och sin egen konst. Med hjälp av bilderna kan man reflektera över och upptäcka hur också branschens professionella står på varandras axlar och hur andras bilder har påverkat deras arbete. Under Pecha Kucha-kvällen \"Bilderna i mitt liv\" undersöker vi om det går att hitta likheter i bildflödet hos yrkesverksamma konstnärer, eller om myten om ett slags gemensamt och delat konstnärskap bara är en illusion. Presentationerna hålls i en avslappnad och trevlig atmosfär, och publiken får möjlighet att ställa frågor i en Open Mic-liknande frågestund efter presentationerna.</p><p>Medverkande är Krista Mikkola (curator), Leena Hoppania (kulturservicechef i Esbo), Sini Majuri (glaskonstnär), Heidi Linsen (textilkonstnär), Kirsi-Marja Moberg (poet och bildkonstnär) samt Antti Minkkinen (målare).</p><p>Pecha Kucha är ett presentationsformat som gör det möjligt att presentera kreativt arbete på ett enkelt och informellt sätt. Målet är att hålla presentationerna korta, intresset högt och samtidigt erbjuda en möjlighet till idéutbyte mellan flera presentatörer under en och samma kväll. Presentatörerna och ämnena väljs ut i god tid före evenemanget, och presentationernas längd och omfattning är tydligt begränsade.</p><p><br></p><p>Pecha Kucha torsdagen 27.8. kl. 17-19.</p><p>På Stage</p>",
                "en": "<p>Although it may feel today as though we live in a constant flood of images, this has not always been the case. During the Middle Ages, people are estimated to have seen only about five images in their lifetime. Today, we are \"bombarded\" with images from every direction, and we do not necessarily stop to think about what we are seeing. Yet everyone remembers the images that are meaningful to them: a photograph of a firstborn child in their mother's arms, a picture of a graduation certificate, or a photo of an impressive public artwork encountered while travelling abroad.</p><p>The Espoo Artists' Guild is organizing a Pecha Kucha event where professionals from the visual arts field will present images from their own lives and artistic practices. Through these images, it is possible to reflect on how even creative professionals stand on one another's shoulders and how other people's images have influenced their work. The \"Images of My Life\" Pecha Kucha event aims to explore whether common themes can be found among the images that have shaped different professionals in the field, or whether the idea of a shared artistic identity is merely a myth. The presentations will take place in a relaxed and welcoming atmosphere, and audience members will have the opportunity to participate in an Open Mic-style question-and-answer session after the presentations.</p><p>The speakers are Krista Mikkola (curator), Leena Hoppania (Head of Cultural Services, City of Espoo), Sini Majuri (glass artist), Heidi Linsen (textile artist), Kirsi-Marja Moberg (poet and visual artist), and Antti Minkkinen (painter).</p><p>Pecha Kucha is a presentation format designed to showcase creative work in an accessible and informal way. Its purpose is to keep presentations concise, maintain a high level of audience engagement, and provide an opportunity for multiple presenters to exchange ideas during a single evening. Speakers and topics are selected well in advance, and the length and format of each presentation are clearly defined.</p><p><br></p><p>Pecha Kucha on thursday 27th of August at 5-7 pm</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Taiteilijat kertovat elämänsä tärkeistä kuvista nopeatempoisten Pecha Kucha -esitysten avulla. ",
                "sv": "Konstnärer berättar om de viktigaste bilderna i sina liv genom fartfyllda Pecha Kucha-presentationer. (på finska)",
                "en": "Artists share the most important images of their lives through fast-paced Pecha Kucha presentations (In Finnish) "
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqb4r2qwu/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "lippupiste:20985478",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:9302/?format=api"
            },
            "keywords": [],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/lippupiste:serie-4032917/?format=api"
            },
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": {
                        "fi": "Tarkista hinta lippupalvelusta"
                    },
                    "price": null,
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/julia-helsingin-kaupunginteatteri-suuri-nayttamo-ja-pieni-nayttamo-20985478/?affiliate=ADV&language=fi",
                        "sv": "https://www.lippu.fi/event/julia-helsingin-kaupunginteatteri-suuri-nayttamo-ja-pieni-nayttamo-20985478/?affiliate=ADV&language=sv",
                        "en": "https://www.lippu.fi/event/julia-helsingin-kaupunginteatteri-suuri-nayttamo-ja-pieni-nayttamo-20985478/?affiliate=ADV&language=en"
                    }
                }
            ],
            "data_source": "lippupiste",
            "publisher": "ytj:1789232-4",
            "sub_events": [],
            "images": [
                {
                    "id": 1493858,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2025-11-23T22:14:41.071376Z",
                    "last_modified_time": "2025-11-23T22:14:41.071388Z",
                    "url": "https://www.lippu.fi/obj/mam/finland/12/0b/--julia-helsingin-kaupunginteatteri-tickets_472367_3776775_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/1493858/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2025-11-23T22:14:41.219965Z",
            "last_modified_time": "2026-08-20T00:16:31.462023Z",
            "date_published": null,
            "start_time": "2026-08-19T15:30:00Z",
            "end_time": null,
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Helsingin Kaupunginteatteri, Suuri näyttämö"
            },
            "provider": {
                "fi": "Helsingin Kaupunginteatteri"
            },
            "name": {
                "fi": "& Julia Ennakko"
            },
            "description": {
                "fi": "<p>Jos pidit Moulin Rouge! Musikaalista, tulet rakastamaan &amp; Juliaa!</p><p>Unohda surulliset loput ja Romeonsa perään itkevä Julia – vuoden räiskyvin musikaali &amp; Julia on jotain ihan muuta!</p><p>Mitä tapahtuisi, jos Julia ottaisikin elämänsä omiin käsiinsä? Alkaa hullutteleva ja häikäisevä seikkailu, jonka aikana tulee selväksi, että elämää on Romeon jälkeenkin! Tai oikeastaan, silloinhan se vasta alkaa...</p><p>Tämä Shakespearen tunnetuin rakkaustarina tarjoillaan nyt täysin uudella twistillä ja tunnetuimpien 90- ja 2000-luvun alun hittien soidessa - mikä voisi olla parempaa?</p><p>Lontoon ja Broadwayn hurmanneen &amp; Julia-musikaalin on kirjoittanut Emmy-palkitun komediasarjan Schitt’s Creek kirjoittaja David West Read ja musiikin on säveltänyt ruotsalainen popsuuruus Max Martin. Musikaalissa kuullaan 90-luvun ja 2000-luvun alun suurimmat hitit, joita ovat tehneet tunnetuiksi mm. Britney Spears, Bon Jovi, Backstreet Boys ja Katy Perry. Tästä musikaalista poistut onnellisena, täynnä energiaa ja korvamato tai pari mukanasi.</p><p>&amp; Juliassa traagista on vain jättää se näkemättä.</p><p>Esitysoikeuksien valvoja: MTI<br>Teksti: David West Read<br>Teksti: Max Martin<br>Sävellys: Max Martin ja ystävät<br>Suomennos: Paavo Leppäkoski<br>Ohjaus: Samuel Harjanne<br>Koreografi: Gunilla Olsson-Karlsson<br>Kapellimestari: Eeva Kontu<br>Lavastus: Peter Ahlqvist<br>Pukusuunnittelu: Elina Kolehmainen<br>Valo- ja videosuunnittelu: Toni Haaranen<br>Valo- ja videosuunnittelu: William Iles<br>Äänisuunnittelu: Kai Poutanen<br>Naamioinnin suunnittelu: Aino Hyttinen<br>Dramaturgi: Henna Piirto</p><p>Rooleissa: Renée Böök, Mikko Peltomäki, Tuukka Leppänen, Maria Lund, Martti Manninen,<br>Niki Rautén, Laura Alajääski, Risto Kaskilahti, Raili Raitala, Mikko Vihma, Laura Allonen,<br>Nicolas Frimodig, Linda Hämäläinen, Leo Ikhilor, Minna Kettunen-Enberg, Matti Leino,<br>Annette Lerviks, Lasse Lipponen, Pekka Louhio, Kalle Lähde, Ville Mäkinen, Ulla Paajanen,<br>Ella Snellman, Jennie Storbacka, Iina Suomalainen, Julius Suominen, Tino Virta, Edit Williams</p>",
                "en": "<p>David West Read - Max Martin<br><strong>&amp; JULIA</strong></p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "David West Read - Max Martin & JULIA Jos pidit Moulin Rouge! Musikaalista, tulet rakastamaan & Juliaa! Unohda surulliset loput ja Romeonsa perään itkevä Julia –"
            },
            "info_url": {
                "fi": "https://www.lippu.fi/artist/helsingin-kaupunginteatteri/julia-4032917/?affiliate=ADV&language=fi",
                "sv": "https://www.lippu.fi/artist/helsingin-kaupunginteatteri/julia-4032917/?affiliate=ADV&language=sv",
                "en": "https://www.lippu.fi/artist/helsingin-kaupunginteatteri/julia-4032917/?affiliate=ADV&language=en"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/lippupiste:20985478/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "lippupiste:21462311",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:9340/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1278/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/lippupiste:serie-4113324/?format=api"
            },
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": {
                        "fi": "Tarkista hinta lippupalvelusta"
                    },
                    "price": null,
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/birds-of-paradise-helsingin-kaupunginteatteri-studio-pasila-21462311/?affiliate=ADV&language=fi",
                        "sv": "https://www.lippu.fi/event/birds-of-paradise-helsingin-kaupunginteatteri-studio-pasila-21462311/?affiliate=ADV&language=sv",
                        "en": "https://www.lippu.fi/event/birds-of-paradise-helsingin-kaupunginteatteri-studio-pasila-21462311/?affiliate=ADV&language=en"
                    }
                }
            ],
            "data_source": "lippupiste",
            "publisher": "ytj:1789232-4",
            "sub_events": [],
            "images": [
                {
                    "id": 1646632,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-03-16T21:15:32.096046Z",
                    "last_modified_time": "2026-03-16T21:15:32.096061Z",
                    "url": "https://www.lippu.fi/obj/mam/finland/b2/76/bird-of-paradise-tickets_524214_4111198_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/1646632/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-03-16T21:15:35.367953Z",
            "last_modified_time": "2026-08-19T20:15:36.523921Z",
            "date_published": null,
            "start_time": "2026-08-19T15:30:00Z",
            "end_time": null,
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Studio Pasila"
            },
            "provider": {
                "fi": "Helsingin Kaupunginteatteri"
            },
            "name": {
                "en": "Birds Of Paradise"
            },
            "description": {
                "fi": "<p>Tiia Kasurinen<br><strong>BIRDS OF PARADISE</strong></p><p><strong>Tiia Kasurisen </strong>Birds of Paradise ammentaa paratiisilintujen soidintansseista, showpainista, rakkauslauluista ja kaipuusta. Koreografinen teos näyttää, miten sekä linnut että ihmiset rakentavat rituaaleja tullakseen huomatuksi, hyväksytyksi ja valituksi. Lopputuloksena on fyysinen ja leikittelevä esitys, joka tarkastelee valtaa, sukupuolirooleja sekä haavoittuvuutta.<br>Lintujen soidintanssien lisäksi Bird of Paradise inspiroituu ihmisen stereotyypillisestä maskuliinisuudesta: showpainista, kamppailulajeista, poikabändeistä, prinsseistä ja klubikulttuurista. Lavalla nähdään neljä utopistista paratiisilintua, joiden asut ovat pukusuunnittelija <strong>Leevi Ikäheimon </strong>hypermaskuliinisuutta tutkivasta No Pain No Glamour -mallistosta.</p><p>Birds of Paradise on Nykyesityksen näyttämön ohjelmistoa. Studio Pasilassa toimiva Nykyesityksen näyttämö tuo uusia esittävän taiteen muotoja osaksi Helsingin Kaupunginteatterin ohjelmistoa ja luo ainutlaatuisia kohtaamisia kiinteän ammattiteatterin ja vapaan kentän toimijoiden välille.</p><p>Birds of Paradise -teoksen varhainen versio herätti kansainvälistä kiinnostusta jo vuonna 2024, jolloin se valittiin Danse Élargie -koreografiakilpailun finaaliin Pariisissa – ensimmäisenä suomalaisteoksena kilpailun historiassa. Kasurinen valmistui Tukholman taideyliopistosta tanssitaiteen koulutusohjelmasta vuonna 2017. Hänen koreografioitaan on esitetty muun muassa Dance Basessa Yokohamassa Japanissa, One Dance -festivaalilla Bulgariassa. Inkonstissa Ruotsissa sekä Helsingin juhlaviikoilla ja Zodiak – Uuden tanssin keskuksessa. Kasurinen tutkailee teoksillaan identiteettiä, sukupuolta ja pop-kulttuuria. Internet ja sen erilaiset muodot ovat hänelle tärkeä inspiraation lähde.</p><p>Tukijat ja yhteistyökumppanit: Koneen säätiö, Suomen Kulttuurirahasto, Institut Finlandais, pARTir, Dansé Elargie, Zodiak - Uuden tanssin keskus / Loisto, Helsingin Kaupunginteatterin Nykyesityksen Näyttämö</p><p>Residenssit: Cité Internationale des Arts, Atelier De Paris, Saaren kartano, Helsingin Kaupunginteatterin Nykyesityksen näyttämö ö<br></p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tiia Kasurinen BIRDS OF PARADISE Tiia Kasurisen Birds of Paradise ammentaa paratiisilintujen soidintansseista, showpainista, rakkauslauluista ja kaipuusta."
            },
            "info_url": {
                "fi": "https://www.lippu.fi/artist/helsingin-kaupunginteatteri/birds-of-paradise-4113324/?affiliate=ADV&language=fi",
                "sv": "https://www.lippu.fi/artist/helsingin-kaupunginteatteri/birds-of-paradise-4113324/?affiliate=ADV&language=sv",
                "en": "https://www.lippu.fi/artist/helsingin-kaupunginteatteri/birds-of-paradise-4113324/?affiliate=ADV&language=en"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/lippupiste:21462311/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69723",
            "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:32/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:350/?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:p1278/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "55-95 €",
                        "en": "55-95 €"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/artist/black-swan/?affiliate=JOK",
                        "en": "https://www.lippu.fi/artist/black-swan/?affiliate=JOK"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385862,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-19T15:15:30.045084Z",
                    "last_modified_time": "2026-08-19T15:15:30.045163Z",
                    "url": "http://www.savoyteatteri.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796589.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385862/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-19T15:15:29.920133Z",
            "last_modified_time": "2026-08-19T15:15:30.216820Z",
            "date_published": null,
            "start_time": "2027-03-24T17:00:00Z",
            "end_time": null,
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": {
                "fi": "Ballets",
                "en": "Ballets"
            },
            "name": {
                "fi": "Black Swan – Szeged Contemporary Dance Company",
                "en": "Black Swan – Szeged Contemporary Dance Company"
            },
            "description": {
                "fi": "<p>BLACK SWAN: Uskomaton tarina Joutsenlammen takaa.</p><p>Viiden loppuunmyydyn esityksen jälkeen Helsingin Savoy Teatterissa vuonna 2024 BLACK SWAN palaa Suomeen vuonna 2027. Tällä kertaa yleisö ympäri maan pääsee kokemaan tuotannon, joka hurmasi Helsingin.</p><p>BLACK SWAN kääntää Tšaikovskin mestariteoksen ylösalaisin. Tšaikovskin ikoniseen musiikkiin sovitettu tuotanto uudistaa rakastetun baletin tummemmaksi ja intensiivisemmäksi matkaksi: psykologiseksi kamppailuksi, jossa unen ja todellisuuden raja hämärtyy, eikä mikään ole sitä miltä näyttää.</p><p>Esityksen toteuttaa arvostettu Szeged Contemporary Dance Company – S.C.D.C., yksi Keski-Euroopan johtavista nykytanssiryhmistä, joka on hurmannut kansainväliset näyttämöt tanssijoidensa mestarillisuudella ja innovatiivisuudella. Koreografiasta vastaa Tamás Juronics, ryhmän taiteellinen johtaja ja Kossuth-palkinnon saaja. Kossuth-palkinto on Unkarin korkein taiteen tunnustus.</p><p>Mahtava lavastus ja upeat puvustukset luovat vaikuttavan visuaalisen maailman, kuljettaen yleisön rohkeasti uudistettuun ajattomaan universumiin. BLACK SWAN on enemmän kuin baletti, se on uppoutumiskokemus, jossa tanssi ja musiikki sulautuvat yhteen. Unohtumaton tapahtuma niin klassisen baletin kuin nykytanssin ystäville.</p><p>Vuoden 2024 esitysten loppuunmyynnin jälkeen lippuja kannattaa varata ajoissa!</p><p>Ikäsuositus: 6+</p><p>Kesto n. 1 h 50 min, sisältää väliajan</p>",
                "en": "<p>BLACK SWAN: The untold story behind Swan Lake.</p><p>After five sold-out performances at Helsinki's Savoy Teatteri in 2024, BLACK SWAN returns to Finland in 2027. This time, audiences across the country will discover the production that took Helsinki by storm.</p><p>BLACK SWAN turns Tchaikovsky's masterpiece inside out. Set to Tchaikovsky's iconic score, this production reimagines the beloved ballet as a darker, more intense journey: a psychological struggle where the line between dream and reality begins to blur, and nothing is quite what it seems.</p><p>The production is performed by the Szeged Contemporary Dance Company – S.C.D.C., one of Central Europe's leading contemporary ensembles, celebrated on international stages for the mastery and daring of its dancers. The choreography is signed by Tamás Juronics, the company's artistic director and recipient of the Kossuth Prize, Hungary's highest distinction in the arts.</p><p>Spectacular staging and striking costumes build a powerful visual world, drawing the audience into a timeless universe, boldly reimagined. More than a ballet, BLACK SWAN is an immersive experience where dance and music merge. An unmissable event for lovers of classical ballet and contemporary dance alike.</p><p>Following the sold-out 2024 season, early booking is recommended!</p><p>Age rating: 6+</p><p>Duration about 1 h 50 min, including intermission</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "BLACK SWAN: Uskomaton tarina Joutsenlammen takaa.",
                "en": "BLACK SWAN: The untold story behind Swan Lake."
            },
            "info_url": {
                "fi": "http://www.savoyteatteri.fi/fi/tapahtumat/event/42592F07B52365018F270BDC436C6976/Black_Swan",
                "en": "http://www.savoyteatteri.fi/en/events/event/42592F07B52365018F270BDC436C6976/Black_Swan"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69723/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69722",
            "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:32/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:350/?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:p1278/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "55-95 €",
                        "en": "55-95 €"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/artist/black-swan/?affiliate=JOK",
                        "en": "https://www.lippu.fi/artist/black-swan/?affiliate=JOK"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385861,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-19T15:15:29.633628Z",
                    "last_modified_time": "2026-08-19T15:15:29.633644Z",
                    "url": "http://www.savoyteatteri.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796588.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385861/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-19T15:15:29.498113Z",
            "last_modified_time": "2026-08-19T15:15:29.791960Z",
            "date_published": null,
            "start_time": "2027-03-23T17:00:00Z",
            "end_time": null,
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": {
                "fi": "Ballets",
                "en": "Ballets"
            },
            "name": {
                "fi": "Black Swan – Szeged Contemporary Dance Company",
                "en": "Black Swan – Szeged Contemporary Dance Company"
            },
            "description": {
                "fi": "<p>BLACK SWAN: Uskomaton tarina Joutsenlammen takaa.</p><p>Viiden loppuunmyydyn esityksen jälkeen Helsingin Savoy Teatterissa vuonna 2024 BLACK SWAN palaa Suomeen vuonna 2027. Tällä kertaa yleisö ympäri maan pääsee kokemaan tuotannon, joka hurmasi Helsingin.</p><p>BLACK SWAN kääntää Tšaikovskin mestariteoksen ylösalaisin. Tšaikovskin ikoniseen musiikkiin sovitettu tuotanto uudistaa rakastetun baletin tummemmaksi ja intensiivisemmäksi matkaksi: psykologiseksi kamppailuksi, jossa unen ja todellisuuden raja hämärtyy, eikä mikään ole sitä miltä näyttää.</p><p>Esityksen toteuttaa arvostettu Szeged Contemporary Dance Company – S.C.D.C., yksi Keski-Euroopan johtavista nykytanssiryhmistä, joka on hurmannut kansainväliset näyttämöt tanssijoidensa mestarillisuudella ja innovatiivisuudella. Koreografiasta vastaa Tamás Juronics, ryhmän taiteellinen johtaja ja Kossuth-palkinnon saaja. Kossuth-palkinto on Unkarin korkein taiteen tunnustus.</p><p>Mahtava lavastus ja upeat puvustukset luovat vaikuttavan visuaalisen maailman, kuljettaen yleisön rohkeasti uudistettuun ajattomaan universumiin. BLACK SWAN on enemmän kuin baletti, se on uppoutumiskokemus, jossa tanssi ja musiikki sulautuvat yhteen. Unohtumaton tapahtuma niin klassisen baletin kuin nykytanssin ystäville.</p><p>Vuoden 2024 esitysten loppuunmyynnin jälkeen lippuja kannattaa varata ajoissa!</p><p>Ikäsuositus: 6+</p><p>Kesto n. 1 h 50 min, sisältää väliajan</p>",
                "en": "<p>BLACK SWAN: The untold story behind Swan Lake.</p><p>After five sold-out performances at Helsinki's Savoy Teatteri in 2024, BLACK SWAN returns to Finland in 2027. This time, audiences across the country will discover the production that took Helsinki by storm.</p><p>BLACK SWAN turns Tchaikovsky's masterpiece inside out. Set to Tchaikovsky's iconic score, this production reimagines the beloved ballet as a darker, more intense journey: a psychological struggle where the line between dream and reality begins to blur, and nothing is quite what it seems.</p><p>The production is performed by the Szeged Contemporary Dance Company – S.C.D.C., one of Central Europe's leading contemporary ensembles, celebrated on international stages for the mastery and daring of its dancers. The choreography is signed by Tamás Juronics, the company's artistic director and recipient of the Kossuth Prize, Hungary's highest distinction in the arts.</p><p>Spectacular staging and striking costumes build a powerful visual world, drawing the audience into a timeless universe, boldly reimagined. More than a ballet, BLACK SWAN is an immersive experience where dance and music merge. An unmissable event for lovers of classical ballet and contemporary dance alike.</p><p>Following the sold-out 2024 season, early booking is recommended!</p><p>Age rating: 6+</p><p>Duration about 1 h 50 min, including intermission</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "BLACK SWAN: Uskomaton tarina Joutsenlammen takaa.",
                "en": "BLACK SWAN: The untold story behind Swan Lake."
            },
            "info_url": {
                "fi": "http://www.savoyteatteri.fi/fi/tapahtumat/event/A97EA4702A42BFC3D29DF726F8AA2509/Black_Swan",
                "en": "http://www.savoyteatteri.fi/en/events/event/A97EA4702A42BFC3D29DF726F8AA2509/Black_Swan"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69722/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69721",
            "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:32/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:350/?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:p1278/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "55-95 €",
                        "en": "55-95 €"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/artist/black-swan/?affiliate=JOK",
                        "en": "https://www.lippu.fi/artist/black-swan/?affiliate=JOK"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385860,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-19T15:15:29.123237Z",
                    "last_modified_time": "2026-08-19T15:15:29.123252Z",
                    "url": "http://www.savoyteatteri.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796587.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385860/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-19T15:15:28.874797Z",
            "last_modified_time": "2026-08-19T15:15:29.359861Z",
            "date_published": null,
            "start_time": "2027-03-22T17:00:00Z",
            "end_time": null,
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": {
                "fi": "Ballets",
                "en": "Ballets"
            },
            "name": {
                "fi": "Black Swan – Szeged Contemporary Dance Company",
                "en": "Black Swan – Szeged Contemporary Dance Company"
            },
            "description": {
                "fi": "<p>BLACK SWAN: Uskomaton tarina Joutsenlammen takaa.</p><p>Viiden loppuunmyydyn esityksen jälkeen Helsingin Savoy Teatterissa vuonna 2024 BLACK SWAN palaa Suomeen vuonna 2027. Tällä kertaa yleisö ympäri maan pääsee kokemaan tuotannon, joka hurmasi Helsingin.</p><p>BLACK SWAN kääntää Tšaikovskin mestariteoksen ylösalaisin. Tšaikovskin ikoniseen musiikkiin sovitettu tuotanto uudistaa rakastetun baletin tummemmaksi ja intensiivisemmäksi matkaksi: psykologiseksi kamppailuksi, jossa unen ja todellisuuden raja hämärtyy, eikä mikään ole sitä miltä näyttää.</p><p>Esityksen toteuttaa arvostettu Szeged Contemporary Dance Company – S.C.D.C., yksi Keski-Euroopan johtavista nykytanssiryhmistä, joka on hurmannut kansainväliset näyttämöt tanssijoidensa mestarillisuudella ja innovatiivisuudella. Koreografiasta vastaa Tamás Juronics, ryhmän taiteellinen johtaja ja Kossuth-palkinnon saaja. Kossuth-palkinto on Unkarin korkein taiteen tunnustus.</p><p>Mahtava lavastus ja upeat puvustukset luovat vaikuttavan visuaalisen maailman, kuljettaen yleisön rohkeasti uudistettuun ajattomaan universumiin. BLACK SWAN on enemmän kuin baletti, se on uppoutumiskokemus, jossa tanssi ja musiikki sulautuvat yhteen. Unohtumaton tapahtuma niin klassisen baletin kuin nykytanssin ystäville.</p><p>Vuoden 2024 esitysten loppuunmyynnin jälkeen lippuja kannattaa varata ajoissa!</p><p>Ikäsuositus: 6+</p><p>Kesto n. 1 h 50 min, sisältää väliajan</p>",
                "en": "<p>BLACK SWAN: The untold story behind Swan Lake.</p><p>After five sold-out performances at Helsinki's Savoy Teatteri in 2024, BLACK SWAN returns to Finland in 2027. This time, audiences across the country will discover the production that took Helsinki by storm.</p><p>BLACK SWAN turns Tchaikovsky's masterpiece inside out. Set to Tchaikovsky's iconic score, this production reimagines the beloved ballet as a darker, more intense journey: a psychological struggle where the line between dream and reality begins to blur, and nothing is quite what it seems.</p><p>The production is performed by the Szeged Contemporary Dance Company – S.C.D.C., one of Central Europe's leading contemporary ensembles, celebrated on international stages for the mastery and daring of its dancers. The choreography is signed by Tamás Juronics, the company's artistic director and recipient of the Kossuth Prize, Hungary's highest distinction in the arts.</p><p>Spectacular staging and striking costumes build a powerful visual world, drawing the audience into a timeless universe, boldly reimagined. More than a ballet, BLACK SWAN is an immersive experience where dance and music merge. An unmissable event for lovers of classical ballet and contemporary dance alike.</p><p>Following the sold-out 2024 season, early booking is recommended!</p><p>Age rating: 6+</p><p>Duration about 1 h 50 min, including intermission</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "BLACK SWAN: Uskomaton tarina Joutsenlammen takaa.",
                "en": "BLACK SWAN: The untold story behind Swan Lake."
            },
            "info_url": {
                "fi": "http://www.savoyteatteri.fi/fi/tapahtumat/event/3BAFABE25E1B87806C8B29A91957D880/Black_Swan",
                "en": "http://www.savoyteatteri.fi/en/events/event/3BAFABE25E1B87806C8B29A91957D880/Black_Swan"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69721/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69341",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7259/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:44/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:52/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39492/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385058,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-10T13:13:23.299057Z",
                    "last_modified_time": "2026-06-10T13:13:23.299070Z",
                    "url": "http://www.stoa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_790348.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385058/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-10T13:13:23.200503Z",
            "last_modified_time": "2026-08-19T14:14:15.209159Z",
            "date_published": null,
            "start_time": "2026-08-25",
            "end_time": "2026-08-29",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "UrbanApa x Stoa: movement & currents / liike ja virtaukset",
                "sv": "UrbanApa X Stoa-festivalen",
                "en": "UrbanApa X Stoa festival"
            },
            "description": {
                "fi": "<p>UrbanApa palaa Stoaan elokuussa järjestettävän UrbanApa x Stoa -festivaalin myötä.</p><p>Tapahtuma kokoaa yhteen urbaanin nykytaiteen koko kirjon ja kulttuurikeskus Stoassa kuka tahansa pääsee nauttimaan moninaisista taustoista tulevien ammattitaiteilijoiden sekä muiden kulttuurivaikuttajien yllättävistä, monitaiteisista ja leikkisistä esityksistä.</p><p>TIISTAI 25.8.2026<br><b>UA TALKS: Sonya Lindfors & Kaisa Nieminen</b><br>12.00–12.20 | Instagram<br>Kuraattorit keskustelevat vuoden teemasta <i>Movements & Currents</i>.</p><p><b>In the Currents: A Collective Listening Session</b><br>17.30–19.00 | Stoan kirjasto<br>Lukutilaisuudessa festivaalin kutsumat taiteilijat, kirjoittajat ja yhteisöt jakavat tekstejä tämän hetken liikkeistä ja virtauksista. Lukijat TBC.</p><p>**</p><p>KESKIVIIKKO 26.8.2026<br><b>UA TALKS: Vita Matiyas & Carmen Baltzar</b><br>12.00–12.40 | Instagram<br>Keskustelu taiteen pinnanalaisista virtauksista ja käytännöistä.</p><p><b>Kaisa Kukkonen: Intimacy Choreography and Consent in Performance Art</b><br>13.00–15.00 | Musiikkisali<br>Työpaja läheisyydestä, kosketuksesta ja suostumuksesta esitystaiteessa. <u><a href=\"https://forms.gle/VxhEQfKu4s19WxSe9\">Ilmoittautuminen – Intimacy Choreography and Consent in Performance Art</a></u></p><p><b>Jenni Honkamaa: Syvänne III</b><br>17.30–18.00 | Stoan aukio</p><p><b>Maria Naidu: Sammankomst (Assembly)</b><br>18.00–18.30 | Stoan aukio<br>Yhteinen esitys rakentuu The Electric Sliden ympärille. Et tarvitse aiempaa tanssi- tai esiintymiskokemusta.</p><p><b>POC Open Mic</b><br>18.30–21.00 | Musiikkisali<br>Open mic BIPOC-ihmisille, rodullistetuille ei-valkoisille ihmisille ja etnisiin vähemmistöihin kuuluville. Ilmoittaudu paikan päällä ja astu lavalle omalla tavallasi.</p><p>**</p><p>TORSTAI 27.8.2026<br><b>Maria Naidu: Workshop / Lecture</b><br>16.00–16.40 | Työpajatila<br><u><a href=\"https://forms.gle/7S7g2QjpmQ9tCyzb8\">Ilmoittautuminen – Maria Naidu: Workshop / Lecture</a></u></p><p><b>Maria Naidu: Sammankomst (Assembly)</b><br>17.00–17.45 | Stoan aukio<br>Yhteinen esitys rakentuu The Electric Sliden ympärille. Et tarvitse aiempaa tanssi- tai esiintymiskokemusta.</p><p><b>Isa Hukka & Sami Kekäläinen: ramparuohodemo 2.0</b><br>18.30–19.30 | Musiikkisali<br>Livekuunnelma, jossa yhdistyvät crip-kirjoittaminen, runous ja äänimaisema.</p><p>**</p><p>PERJANTAI 28.8.2026<br><b>ELOKUVA-ILTA | UBUNTU FILM CLUB</b><br>16.15–19.10 | Musiikkisali<br>Elokuvaohjelma tarkastelee teemaa <i>Movements & Currents</i> erilaisten kehojen, maisemien ja tarinoiden kautta.<br>16.30–17.30 — Lyhytelokuvat: Maeva Belloiseau: La Rivière parle Créole; Julischka Stengele: Bodies of Water; Iida Valmé: Becoming Water; Carmen Baltzar: All the Love in My Body<br>17.30–17.50 — Tauko<br>17.50–19.00 — Sarada Sarita: Q5</p><p><b>PERFORMANCE EVENING</b><br>19.30–22.30 | Teatterisali<br>Ilta tuo yhteen teoksia, jotka lähestyvät liikettä tanssin, live-äänen, kehollisen työskentelyn, hoivan ja kokeellisten käytäntöjen kautta.<br>Gato: Roots in Motion; UA LIFT: Joyy; Raphaël Beau & Noia “Sky” Kekoni-Kattelus: Paincare; Amanda & Lydia: Traces of Your Skin (demo); Ama Kyei & Yebo: Waters; Dj set by Yebo.</p><p>**</p><p>LAUANTAI 29.8.2026<br><b>Nelli Ruotsalainen with Meriam Trabelsi: Pleasure Poetry Workshop</b><br>12.30–14.30 | Työpajatila<br>Työpajassa tutkitaan nautintoa, runoutta ja yhteistä ilmaisua. Ilmoittaudu: <u><a href=\"https://forms.gle/jQ9a69LCMt6HS7cC6\">Ilmoittautuminen – Pleasure Poetry Workshop</a></u></p><p><b>Kharissa Newbill-Adames: DESPOJO or the Stripping</b><br>15.00–15.30 | Musiikkisali<br>Huom. K-16</p><p><b>Monia Leo Kimara Penttinen & Snowdrop Àine-Fae Belmont: Mark / Markka</b><br>16.00–16.20 | Kuntosali<br>Huom. K-18</p><p><b>PERFORMANCE EVENING</b><br>17.00–22.00 | Teatterisali<br>Yhteinen ilta esityksen, liikkeen ja musiikin parissa kokoaa yhteen tanssin, live-esityksen ja osallistavien käytäntöjen tekijöitä. Ilta päättyy DJ-settiin.<br>Gato: Roots in Motion; Vilma Mankonen & Julia Mäkelä: Cordial Cardio; Axelle Munezero: Lumière brute; Sophia Mitiku: sine sole sileo; Next Step: Shift; DJ Set.</p>",
                "sv": "<p>UrbanApa återvänder till Stoa i augusti som en del av UrbanApa x Stoa-festivalen.</p><p>Evenemanget samlar hela spektrumet av urban samtidskonst och på kulturcentret Stoa kan vem som helst ta del av överraskande, mångkonstnärliga och lekfulla framträdanden av professionella konstnärer från mångfacetterade bakgrunder samt andra kulturpåverkare.</p><p>Det slutliga programmet publiceras i augusti.</p><p>Fritt inträde</p>",
                "en": "<p>UrbanApa returns to Stoa with the UrbanApa x Stoa festival in August.</p><p>The event will bring together the full spectrum of urban contemporary art, and at Stoa Cultural Centre, anyone can enjoy surprising, multi-artistic and playful performances by professional artists and other cultural influencers from a variety of backgrounds.</p><p>The final programme will be published in August.</p><p>Free entry</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "UrbanApa palaa Stoaan elokuussa järjestettävän UrbanApa x Stoa -festivaalin myötä.",
                "sv": "UrbanApa återvänder till Stoa i augusti som en del av UrbanApa x Stoa-festivalen.",
                "en": "UrbanApa returns to Stoa with the UrbanApa x Stoa festival in August."
            },
            "info_url": {
                "fi": "http://www.stoa.fi/fi/tapahtumat/event/0DFDCEEBC9891563D661DF26B8AED722/UrbanApa_x_Stoa_movement_currents_liike_ja_virtaukset",
                "sv": "http://www.stoa.fi/sv/evenemang/event/0DFDCEEBC9891563D661DF26B8AED722/UrbanApa_X_Stoa-festivalen",
                "en": "http://www.stoa.fi/en/events/event/0DFDCEEBC9891563D661DF26B8AED722/UrbanApa_X_Stoa_festival"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69341/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqbu22hzy",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63115/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66fq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66hi/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1808/?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:p2762/?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": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 1490230,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2025-01-23T12:31:26.106421Z",
                    "last_modified_time": "2025-01-23T12:31:26.106442Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/3ca6343f-2480-43ce-8cb7-6726b4293a99.jpg",
                    "name": "",
                    "cropping": "772,0,3805,3034",
                    "photographer_name": "",
                    "alt_text": "Äänimalja",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1490230/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-19T13:40:35.596137Z",
            "last_modified_time": "2026-08-19T13:40:35.596156Z",
            "date_published": null,
            "start_time": "2026-11-11T15:00: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,
            "location_extra_info": {
                "fi": "Salonki",
                "sv": "Salonki",
                "en": "Salonki"
            },
            "provider": null,
            "name": {
                "fi": "Äänimaljarentoutus",
                "sv": "Klangskålavslappning",
                "en": "Singing Bowl Relaxation"
            },
            "description": {
                "fi": "<p>Tervetuloa rentoutumaan ja kuuntelemaan äänimaljojen kaunista sointia. Rentoutuksen aikana voit istua tuolilla tai maata joogamatolla. Kirjastolla on 10 kpl joogamattoja joita voit lainata. Voit tuoda mukaan myös oman joogamaton. Vetäjänä toimii musiikkipedagogi Sakari Heikka.</p><p>#rentoutus #äänimalja #rentoutuminen #meditaatio</p>",
                "sv": "<p>Välkommen att koppla av och lyssna till klangskålarnas vackra toner. Under avslappningen kan du sitta på en stol eller ligga på en yogamatta. Biblioteket har 10 yogamattor som du kan låna. Du kan också ta med din egen yogamatta. Ledare är musikpedagogen Sakari Heikka.</p><p>#avslappning #klangskål #avkoppling #meditation</p>",
                "en": "<p>Welcome to relax with the beautiful sound of singing bowls. During relaxation, you can sit on a chair or lie on a yoga mat. The library has 10 yoga mats that you can borrow. You can also bring your own yoga mat. The relaxation is led by Music pedagogue Sakari Heikka.</p><p>#relaxation #singingbowls #meditation</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa rentoutumaan ja kuuntelemaan äänimaljojen kaunista sointia. ",
                "sv": "Välkommen att koppla av och lyssna till klangskålarnas vackra toner.",
                "en": "Welcome to relax with the beautiful sound of singing bowls."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqbu22hzy/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqbu22ite",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63115/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66fq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66hi/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1808/?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:p2762/?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": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 1490230,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2025-01-23T12:31:26.106421Z",
                    "last_modified_time": "2025-01-23T12:31:26.106442Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/3ca6343f-2480-43ce-8cb7-6726b4293a99.jpg",
                    "name": "",
                    "cropping": "772,0,3805,3034",
                    "photographer_name": "",
                    "alt_text": "Äänimalja",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1490230/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-19T13:36:10.272436Z",
            "last_modified_time": "2026-08-19T13:36:51.384946Z",
            "date_published": "2026-08-19T12:27:17.686000Z",
            "start_time": "2026-09-23T14:00:00Z",
            "end_time": "2026-09-23T15:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Salonki",
                "sv": "Salonki",
                "en": "Salonki"
            },
            "provider": null,
            "name": {
                "fi": "Äänimaljarentoutus",
                "sv": "Klangskålavslappning",
                "en": "Singing Bowl Relaxation"
            },
            "description": {
                "fi": "<p>Tervetuloa rentoutumaan ja kuuntelemaan äänimaljojen kaunista sointia. Rentoutuksen aikana voit istua tuolilla tai maata joogamatolla. Kirjastolla on 10 kpl joogamattoja joita voit lainata. Voit tuoda mukaan myös oman joogamaton. Vetäjänä toimii musiikkipedagogi Sakari Heikka.</p><p>#rentoutus #äänimalja #rentoutuminen #meditaatio</p>",
                "sv": "<p>Välkommen att koppla av och lyssna till klangskålarnas vackra toner. Under avslappningen kan du sitta på en stol eller ligga på en yogamatta. Biblioteket har 10 yogamattor som du kan låna. Du kan också ta med din egen yogamatta. Ledare är musikpedagogen Sakari Heikka.</p><p>#avslappning #klangskål #avkoppling #meditation</p>",
                "en": "<p>Welcome to relax with the beautiful sound of singing bowls. During relaxation, you can sit on a chair or lie on a yoga mat. The library has 10 yoga mats that you can borrow. You can also bring your own yoga mat. The relaxation is led by Music pedagogue Sakari Heikka.</p><p>#relaxation #singingbowls #meditation</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa rentoutumaan ja kuuntelemaan äänimaljojen kaunista sointia. ",
                "sv": "Välkommen att koppla av och lyssna till klangskålarnas vackra toner.",
                "en": "Welcome to relax with the beautiful sound of singing bowls."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqbu22ite/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69447",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:104/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:33/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:47/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p40387/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p5088/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p6529/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385229,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-17T10:14:13.821749Z",
                    "last_modified_time": "2026-06-17T10:14:13.821764Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_794391.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385229/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-17T10:14:13.745678Z",
            "last_modified_time": "2026-08-19T13:14:32.249623Z",
            "date_published": null,
            "start_time": "2026-08-20T14:00:00Z",
            "end_time": "2026-08-20T15:30:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Shaghayegh Ansari: Borrowed Cities | TILAISUUS ON TÄYNNÄ",
                "sv": "Shaghayegh Ansari: Borrowed Cities",
                "en": "Shaghayegh Ansari: Borrowed Cities | FULLY BOOKED"
            },
            "description": {
                "fi": "<p>Borrowed Cities (\"lainakaupungit\") on paikkasidonnainen audiokävely, joka johdattaa yleisönsä opastetulle kierrokselle Helsinkiin.</p><p>Esitys lähtee Kulttuurikeskus Caisasta, Leipätehtaan sisäpihalta osoitteessa Kaikukatu 4 B.</p><p>Teos käyttää itse kaupunkia näyttämönä, jolla se tutkii, kuinka ekologinen menetys ja muuttoliike horjuttavat tilakokemustamme. Heijastamalla uhanalaisten kaupunkien katkelmia Helsingin kaduille teos kyseenalaistaa ajatuksen, että kriisit kuuluisivat vain niiden syntypaikkoihin, ja esittää, kuinka kaupungit imevät itseensä tarinoita, suruja ja tulevaisuuksia myös pitkien matkojen takaa.</p><p>Kävelyä ohjaavat niiden kertomukset, joiden elämää ekologinen trauma on muokannut: paikallisten yhteisöjen, maahanmuuttajien ja muiden, joilla on omakohtaista kokemusta ympäristön epävakaudesta. Helsinki näyttäytyy heidän näkökulmastaan. Yhdessä kävelemällä teos pyrkii luomaan yhteisen tilan kuuntelemiselle, välittämiselle ja kulttuurienväliselle ymmärrykselle.</p><p>Mitä tarkoittaa kantaa useita alueita yhdessä ruumiissa? Miten muisti voi paljastaa ilmastoepäoikeudenmukaisuuden eriarvoiset todellisuudet?</p><p>Ohjaus: Shaghayegh Ansari, Aref Houshmandnia <br>Käsikirjoitus: Aref Houshmandnia <br>Esiintyjä: Shaghayegh Ansari <br>Äänisuunnittelu: Maija Suominen</p><p>Taiteiden yönä 20.8. järjestetään kaksi maksutonta kävelyä klo 17 ja 20: ilmoittaudu sähköpostilla osoitteeseen caisa.tiedotus@hel.fi. Kullekin Taiteiden yön kävelylle otetaan mukaan 10 osallistujaa / kävely.</p><p>Esityksen kieli: englanti / farsi<br>Esityksen kesto: n. 1,5 t <br>Ikärajasuositus: 16-v. ja sitä vanhemmat</p>",
                "sv": "<p>Borrowed Cities (Lånade städer) är en platsspecifik ljudvandring som tar publiken med på en guidad tur genom Helsingfors.</p><p>Verket använder staden själv som scen för att utforska hur ekologiska förluster och migration rubbar vår känsla av tillhörighet. Genom att projicera fragment av hotade städer på Helsingfors gator ifrågasätter verket uppfattningen att kriser bara berör de platser där de inträffar och antyder att städer tar till sig berättelser, sorger och framtider från fjärran platser.</p><p>Berättelserna från dem vars liv har präglats av ekologiska trauman – lokalsamhällen, invandrare och andra som har upplevt miljöförändringar – styr vandringen och låter oss se Helsingfors ur deras perspektiv. Genom den gemensamma vandringen vill verket skapa ett delat rum av lyssnande, omsorg och förståelse över kulturgränserna. Vad innebär det att bära flera geografier i en och samma kropp? Hur kan minnen belysa de ojämlika realiteterna i klimatorättvisan?</p><p>Regissör: Shaghayegh Ansari, Aref Houshmandnia</p><p>Författare: Aref Houshmandnia</p><p>Artist: Shaghayegh Ansari</p><p>Ljuddesigner: Maija Suominen</p><p>Under Konstens natt den 20 augusti ordnar vi två avgiftsfria vandringar kl. 17.00 och 20.00. Biljetter till de övriga vandringarna kostar 10 euro.</p><p>Föreställningens språk: Engelska</p><p>Föreställningen startar vid kulturcentret Caisa, på innergården på Ekogatan 4 B.</p>",
                "en": "<p>Borrowed Cities is a site-specific audio-walk that leads audiences on a guided tour through Helsinki.</p><p>The performance sets off from Cultural Centre Caisa on the courtyard of Kaikukatu 4 B.</p><p>The work uses the city itself as the stage for exploring how ecological loss and migration unsettle our sense of place. By projecting fragments of endangered cities onto the streets of Helsinki, the piece challenges the idea that crises belong only to their locations and suggests that cities absorb stories, griefs, and futures from far away.</p><p>The narratives of the ones whose lives have been shaped by ecological trauma – local communities, immigrants, and others with lived experience of environmental instability, guide the walk and allow Helsinki to be seen through their perspective. By walking together, the work tries to create a shared space of listening, care, and cross-cultural understanding.</p><p>What does it mean to carry multiple geographies within one body? How can memory reveal the uneven realities of climate injustice?</p><p>Director: Shaghayegh Ansari, Aref Houshmandnia <br>Writer: Aref Houshmandnia <br>Performer: Shaghayegh Ansari <br>Sound designer: Maija Suominen</p><p>On the Night of the Arts, two free-of-charge walks are held at 17.00 and 20.00: register via email at caisa.tiedotus@hel.fi. There is room for 10 participants per walk.</p><p>Performance language: English / Farsi<br>Age recommendation:  16 and older<br>Performance duration: 1.5 h</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Borrowed Cities (\"lainakaupungit\") on paikkasidonnainen audiokävely, joka johdattaa yleisönsä opastetulle kierrokselle Helsinkiin.",
                "sv": "Borrowed Cities (Lånade städer) är en platsspecifik ljudvandring som tar publiken med på en guidad tur genom Helsingfors.",
                "en": "Borrowed Cities is a site-specific audio-walk that leads audiences on a guided tour through Helsinki."
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/B3712ECCE82757F70161146612A3CE6B/Shaghayegh_Ansari_Borrowed_Cities_TILAISUUS_ON_TAYNNA",
                "sv": "http://www.caisa.fi/sv/evenemang/event/B3712ECCE82757F70161146612A3CE6B/Shaghayegh_Ansari_Borrowed_Cities_",
                "en": "http://www.caisa.fi/en/events/event/B3712ECCE82757F70161146612A3CE6B/Shaghayegh_Ansari_Borrowed_Cities_FULLY_BOOKED"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69447/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        }
    ]
}