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=124
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=125",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/event/?format=api&hide_super_event=true&page=123"
    },
    "data": [
        {
            "id": "kulke:68730",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7254/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:105/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:46/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:50/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:669/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:734/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p21812/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384920,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-02T13:13:48.399337Z",
                    "last_modified_time": "2026-06-02T13:13:48.399351Z",
                    "url": "http://www.annantalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791651.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384920/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                }
            ],
            "created_time": "2026-06-02T13:13:48.144075Z",
            "last_modified_time": "2026-08-07T13:14:25.175015Z",
            "date_published": null,
            "start_time": "2026-12-10",
            "end_time": null,
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Spektri",
                "sv": "Spektri",
                "en": "Spektri"
            },
            "description": {
                "fi": "<p>Yhteisöllinen valotaideteos Annantalon julkisivussa.</p><p>Syksyllä 2026 Annantalon työpajoissa ja taideryhmissä toteutetaan yhteinen valotaideteos Spektri. Spektri tulee säihkymään Annantalon julkisivun ikkunoissa joulukuusta helmikuuhun.</p><p>Spektri-valoteoksen avajaisia juhlitaan 9.12. klo 18, jolloin Annantalon ikkunat syttyvät väriloistoon. Tule mukaan juhlistamaan yhteistä Spektriä!</p><p>Teos on osa Annantalon 2027 juhlavuoden valon teemaa. Se on parhaiten nähtävissä pimeällä.</p><p>Yhteisöllisen teoksen osia työstetään syksyn aikana Annantalon Taidelauantai-, Taideneuvola- ja Tehdään taidejuttuja -työpajoissa. Työpajojen ajankohdat, sisällöt sekä mahdolliset ilmoittautumisohjeet löydät tapahtumakalenteristamme. Tervetuloa mukaan!</p><p>Pääset mukaan teoksen tekemiseen Annantalolla avoimissa pajoissa:</p><p><b>5.9.</b> klo 11.00 – Annantalon taidelauantai: Kaikki kadotetut kaameudet <br><b>5.9. </b>klo 13.00 – Erityistaidejuttuja: Ruskan värit <br><b>5.9. </b>klo 10.30 ja 13.30 – Taideneuvola: Merimakkaran matkassa <br><b>5.9. </b>klo 11.00 ja 14.00 – Tehdään taidejuttuja: Meren pimeydessä <br><b>19.9.</b> klo 11.00 – Annantalon taidelauantai: Lasimaalaukset Matissen hengessä  <br><b>19.9.</b> klo 11.00 ja 14.00 – Tehdään taidejuttuja: Näkymätön ruukku <br><b>3.10.</b> klo 11.00 – Annantalon taidelauantai:  Hehkuvat hahmot <br><b>3.10.</b> klo 10.30 ja 13.30 – Taideneuvola: Pimeyden papukaijat <br><b>3.10. </b>klo 11.00 ja 14.00 – Tehdään taidejuttuja: Objektiivisia heijastuksia\t <br><b>24.10.</b> klo 11.00 – Annantalon taidelauantai: Kuulento <br><b>7.11. </b>klo 11.00 – Annantalon taidelauantai: Aaltojen alla <br><b>7.11.</b> klo 10.30 ja 13.30 – Tehdään taidejuttuja: Objektiivisia heijastuksia <br><b>7.11.</b> klo 11.00 ja 14.00 – Tehdään taidejuttuja: Näkymätön ruukku <br><b>7.11. </b>klo 11.00 ja 14.00 – Taideneuvola: Ruusuikkuna <br><b>28.11.</b> klo 11.00 – Annantalon taidelauantai: Villi villi viidakko <br><b>5.12.</b> klo 11.00 – Annantalon taidelauantai: Viimeiset valonsäteet <br><b>5.12.</b> klo 10.30 ja 13.30 – Taideneuvola: Silkkiset silmät</p><p>Osaan pajoista ennakkoilmoittautuminen. Tarkemmat tiedot työpajoista ja osallistumisesta löydät kunkin tapahtuman omalta sivulta tapahtumakalenteristamme.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Yhteisöllinen valotaideteos Annantalon julkisivussa."
            },
            "info_url": {
                "fi": "http://www.annantalo.fi/fi/tapahtumat/event/0F318EFBD051FBD8B0DA54D0978446ED/Spektri",
                "sv": "http://www.annantalo.fi/sv/evenemang/event/0F318EFBD051FBD8B0DA54D0978446ED/Spektri",
                "en": "http://www.annantalo.fi/en/events/event/0F318EFBD051FBD8B0DA54D0978446ED/Spektri"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:68730/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:68346",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7255/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:41/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:50/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:52/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:669/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:755/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p21812/?format=api"
                },
                {
                    "@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": 2385059,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-10T13:13:25.426125Z",
                    "last_modified_time": "2026-06-10T13:13:25.426140Z",
                    "url": "http://www.kanneltalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_787749.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385059/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-10T13:13:25.274669Z",
            "last_modified_time": "2026-08-07T13:13:56.557100Z",
            "date_published": null,
            "start_time": "2026-08-29T10:00:00Z",
            "end_time": "2026-08-29T12: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": "Metsän suojassa – Pyöreän pöydän keskustelu utopiatulevaisuudesta | Suomen luonnon päivä",
                "sv": "Metsän suojassa – I skydd av skogen – Rundabordssamtal om en utopisk framtid | Finska naturens dag",
                "en": "Metsän suojassa – In the Shelter of the Forest – Roundtable discussion on a utopian future | Finnish Nature Day"
            },
            "description": {
                "fi": "<p>Pyöreän pöydän keskustelu Suomen luonnon päivänä 29.8.2026 on yksi Metsäkissa2044-hankkeen loppuhuipennuksen päätapahtumista.</p><p>Vetäjä: Jaana Kanninen<br>Osallistujat: Anni Kytömäki, Elisa Aaltola, Ilari Sääksjärvi, Jukka Ilmonen, Juha-Pekka Väisänen, Matti Aikio<br> <br>Metsän suojassa -näyttely luo keskustelulle mystisen, metsän monista arvoista muistuttavan ympäristön. Keskusteluun on kutsuttu tieteen ja taiteen huippunimiä Suomesta. Mukaan ovat lupautuneet ainakin rakastettu kirjailija <b>Anni Kytömäki</b>, jonka teoksissa luonto ja sen kaikki eliöt ovat keskeisellä sijalla. Toinen eettisestä keskustelusta tuttu nimi on Eläinoikeusakatemian toiminnanjohtaja ja eläinfilosofi <b>Elisa Aaltola</b>, joka tunnetaan syvällisistä ajatuksistaan.</p><p>Turun yliopiston biodiversiteettitutkimuksen professori <b>Ilari Sääksjärvi</b> on Suomen Luontopaneelin varapuheenjohtaja ja palkittu yhteiskunnallinen vaikuttaja. Lisäksi keskustelijoiden joukossa on Metsäkissa2044 -hankkeen vetäjä, ”jokamiesjantuseksi” itsenään tituleeraava <b>Jukka Ilmonen</b>, jonka maailmankuva on räväkkä, radikaalikin. Joukko täydentyy vielä kohti elokuuta mentäessä.<br> <br>Jokainen osanottaja ilmaisee aluksi oman manifestinsa, josta käy ilmi, miten he hahmottavat hyvän tulevaisuuden, oman utopiansa. Myös Metsäkissa2044-ryhmän jäsen, käsitetaiteilija <b>Juha-Pekka Väisänen</b> osallistuu keskusteluun omalla manifestillaan, joka videoidaan suolta. Tästä alkaa syväluotaava keskustelu, jonka aikana hahmotellaan metsille ja kaikille sen asukkaille – ihmiskunta mukaan luettuna – hyvä tulevaisuus, joka osittain voi olla utopistinenkin. Tiedossa on keskustelu, jossa jokainen ruokkii toisensa näkemystä, sillä erilaisista dialogikeskusteluista niin tutuksi tullutta vastakkainasettelua ei nyt haeta.</p><p>Kaksivuotinen Metsäkissa2044-hanke huipentuu Kanneltalon tapahtumasarjaan. Se avataan yleisölle 14.8.2026 Metsän suojassa -näyttelyn muodossa, ja siitä alkaa tapahtumasarja, joka päättyy Suomen luonnon päivänä 29.8.2026. Väliin mahtuu metsäteatteria, metsään liittyviä ääniteoksia, luentoja ja työpajoja.</p><p>Tapahtuma on osa moniaistista <i>Metsän suojassa</i> näyttelyä ja tapahtumakokonaisuutta, joka kutsuu pohtimaan metsän tulevaisuutta taiteen, tieteen ja osallistumisen kautta. <u><a href=\"https://kanneltalo.fi/fi/tapahtumat/?q=Mets%C3%A4n%20suojassa\">Katso tarkemmat tiedot tapahtumista tapahtumakalenteristamme</u></a>.</p><p><b>pe 14. – la 29.8.</b> | Metsän suojassa -näyttely Kanneltalon galleriassa<br><b>la 15.8. klo 13</b> | Jukka Ilmonen esittelee Metsäkissa2044-hankkeen tuloksia<br><b>Taiteiden yö, to 20.8. klo 17</b> | Katja Luhtala & kollektiivi: Metsä M<br><b>Taiteiden yö, to 20.8. klo 17.30</b> | Metsänpohja – yhteisötaideteos<br><b>Pe 21.8. klo 17</b> | Metsähaikutyöpaja<br><b>La 22.8. klo 13</b> | Metsäimprodialogi<br><b>La 22.8. klo 15</b> | Taiteilijatapaaminen: Susu Rytteri<br><b>To 27.8. klo 17</b> | Luontoyhteystyöpaja<br><b>Pe 28.8. klo 16</b> | Utopiapedagogiikkaa-luento<br><b>Pe 28.8. klo 18</b> | Legioonateatterin metsäteatterikollektiivi: Niin metsä vastaa<br><b>Suomen luonnon päivä, la 29.8. klo 13</b> | Pyöreän pöydän keskustelu utopiatulevaisuudesta | Suomen luonnon päivä<br><b>Suomen luonnon päivä, la 29.8. klo 15</b> | Katja Luhtala ja Metsä M -kollektiivi: Metsäsydän – Oodi lähimetsille</p><p>Näyttely ja tapahtumat ovat osa Helsingin kaupungin kulttuuripalveluiden ympäristöohjelmaa. <u><a href=\"https://kanneltalo.fi/fi/talonesittely#Ymp%C3%A4rist%C3%B6vastuu\">Lue lisää ympäristöohjelmasta</u></a>.</p><p>Näyttelyyn ja tapahtumiin on vapaa pääsy.</p>",
                "sv": "<p>Rundabordssamtalet på Finska naturens dag den 29 augusti 2026 är ett av huvudevenemangen i avslutningen av projektet Metsäkissa2044.</p><p>Ledare: Jaana Kanninen<br>Deltagare: Anni Kytömäki, Elisa Aaltola, Ilari Sääksjärvi, Jukka Ilmonen, Juha-Pekka Väisänen, Matti Aikio</p><p>Utställningen Metsän suojassa skapar en mystisk miljö för samtalet som påminner om skogens många värden. Ledande namn inom vetenskapen och konsten i Finland har bjudits in till samtalet. Bland de medverkande finns åtminstone den älskade författaren <b>Anni Kytömäki</b>, vars verk kretsar kring naturen och alla levande organismer i den. Ett annat namn som är välkänt inom den etiska debatten är <b>Elisa Aaltola</b>, verksamhetsledare för Eläinoikeusakatemia (Djurrättsakademin) och djurfilosof och känd för sina djupsinniga tankar.</p><p><b>Ilari Sääksjärvi</b>, professor i biodiversitetsforskning vid Åbo universitet, är vice ordförande för Finlands naturpanel och en prisbelönt samhällspåverkare. <b>Bland deltagarna i samtalet finns dessutom ledaren för projektet Metsäkissa2044, Jukka Ilmonen</b>, som kallar sig själv för en helt vanlig kille och vars världsbild är djärv, till och med radikal. Deltagarlistan kompletteras ytterligare fram till augusti.<br> <br>Varje deltagare presenterar inledningsvis sitt eget manifest, där det framgår hur de föreställer sig en ljus framtid, sin egen utopi. <b>Juha-Pekka Väisänen</b>, hantverkare och medlem i gruppen Metsäkissa2044, deltar i samtalet med sitt eget manifest, som videobandas i ett kärr. Här inleds en djuplodande diskussion där man skisserar en ljus framtid för skogarna och alla deras invånare – inklusive mänskligheten – en framtid som delvis också kan vara utopisk. Det blir en diskussion där alla bidrar till varandras synpunkter, eftersom man nu inte strävar efter den typ av motsättningar som blivit så vanliga i olika dialoger.</p><p>Det tvååriga projektet Metsäkissa2044 kulminerar i en evenemangsserie på Gamlasgården. Den öppnas för allmänheten den 14 augusti 2026 i form av utställningen Metsän suojassa, och därmed inleds en evenemangsserie som avslutas på Finska naturens dag den 29 augusti 2026. Programmet innehåller skogsteater, ljudverk med skogstema, föreläsningar och verkstäder.</p><p>Evenemanget är en del av den multisensoriska utställningen och evenemangshelheten <i>Metsän suojassa</i>, som bjuder in oss att reflektera över skogens framtid genom konst, vetenskap och deltagande. <u><a href=\"https://kanneltalo.fi/sv/evenemangen/event/BC3240580FEDA95831DF176E618667B2/Susu_Rytteri_ja_ryhm__Mets_kissa2044__Mets_n_suojassa\">Läs mer om evenemanget</u></a>.</p><p>Utställningen och evenemangen är en del av Helsingfors stads kulturtjänsters miljöprogram.</p><p>Inträdet till utställningen och evenemangen är fritt.</p>",
                "en": "<p>The roundtable discussion on Finnish Nature Day, 29 August 2026, is one of the main events marking the culmination of the Metsäkissa2044 project.</p><p>Moderator: Jaana Kanninen<br>Participants: Anni Kytömäki, Elisa Aaltola, Ilari Sääksjärvi, Jukka Ilmonen, Juha-Pekka Väisänen, Matti Aikio<br> <br>The In the Shelter of the Forest exhibition provides a mystical setting for discussion, serving as a reminder of the forest’s many values. Leading figures from the worlds of science and the arts in Finland have been invited to take part in the discussion. Among those who have agreed to take part is the much-loved author <b>Anni Kytömäki</b>, in whose works nature and all its living creatures play a central role. Another participant, familiar from ethical discussions, is <b>Elisa Aaltola</b>, executive director of Eläinoikeusakatemia and animal philosopher, known for her profound insights.</p><p>Professor of Biodiversity Research <b>Ilari Sääksjärvi</b> from the University of Turku is the vice-chair of the Finnish Nature Panel and an award-winning social influencer. The panellists also include the leader of the Metsäkissa2044 project, <b>Jukka Ilmonen</b>, who describes himself as a Jack of all trades and whose worldview is bold, even radical. More participants will join the fold as we head into August.<br> <br>Each participant begins by presenting their own manifesto, setting out their vision of a better future – their own utopia. Member of the Metsäkissa2044 group and craft artist <b>Juha-Pekka Väisänen</b> also takes part in the discussion with his own manifesto, which is presented through video from a swamp. This leads into an in-depth discussion, during which a bright future is outlined for forests and all of their inhabitants – including humankind – that may in part even be utopian. The event features a discussion in which everyone builds on one another’s views, as we are not seeking an oppositional debate as is so often the case with dialogue discussions.</p><p>The two-year Metsäkissa2044 project culminates in a series of events at Kanneltalo. Kanneltalo opens to the public on 14 August 2026 as part of the In the Shelter of the Forest exhibition, marking the start of a series of events that culminates on Finnish Nature Day on 29 August 2026. The programme includes forest theatre, audio works related to the forest, lectures and workshops.</p><p>The event is part of the multi-sensory <i>In the Shelter of the Forest</i> exhibition and event series that invites you to reflect on the future of the forest through art, science and participation. <u><a href=\"https://kanneltalo.fi/en/events/event/BC3240580FEDA95831DF176E618667B2/Susu_Rytteri_ja_ryhm__Mets_kissa2044__Mets_n_suojassa\">Learn more about the event series</u></a>.</p><p>The exhibition and events are part of the environmental programme of the City of Helsinki Cultural Services.</p><p>The exhibition and events are free of charge.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Pyöreän pöydän keskustelu Suomen luonnon päivänä 29.8.2026 on yksi Metsäkissa2044-hankkeen loppuhuipennuksen päätapahtumista.",
                "sv": "Rundabordssamtalet på Finska naturens dag den 29 augusti 2026 är ett av huvudevenemangen i avslutningen av projektet Metsäkissa2044.",
                "en": "The roundtable discussion on Finnish Nature Day, 29 August 2026, is one of the main events marking the culmination of the Metsäkissa2044 project."
            },
            "info_url": {
                "fi": "http://www.kanneltalo.fi/fi/tapahtumat/event/3EA7FF161BEC4E7C7B667EC2E4E066E3/Metsan_suojassa",
                "sv": "http://www.kanneltalo.fi/sv/evenemang/event/3EA7FF161BEC4E7C7B667EC2E4E066E3/Metsan_suojassa_I_skydd_av_skogen",
                "en": "http://www.kanneltalo.fi/en/events/event/3EA7FF161BEC4E7C7B667EC2E4E066E3/Metsan_suojassa_In_the_Shelter_of_the_Forest"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:68346/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agp5yl2vb4",
            "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: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:p8630/?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": 2385725,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-07T11:16:18.789929Z",
                    "last_modified_time": "2026-08-07T11:16:18.789945Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/8a37ff85-c8a3-4755-b830-b2f8e53bb3e9.png",
                    "name": "",
                    "cropping": "0,135,1080,1215",
                    "photographer_name": "",
                    "alt_text": "Luonnon vaaleita kestokasseja roikkuu puisessa naulakossa toistensa vieressä. Niissä on lehti kuvioita.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385725/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-07T11:28:20.855826Z",
            "last_modified_time": "2026-08-07T11:28:20.855844Z",
            "date_published": null,
            "start_time": "2026-09-06T10:00:00Z",
            "end_time": "2026-09-06T13: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": "Paja",
                "sv": "Paja",
                "en": "Paja"
            },
            "provider": {
                "fi": "Ison Omenan kirjasto",
                "sv": "Iso Omena bibliotek",
                "en": "Iso Omena library"
            },
            "name": {
                "fi": "Kangaskassipaja",
                "sv": "Verkstad för tygkassar",
                "en": "Workshop for reusable bags"
            },
            "description": {
                "fi": "<p>Suunnittele ja paina oma design kestokassiin. </p><p>Kestokasseja on 50 ensimmäiselle ja kassi on ilmainen. </p><p><br></p><p>Päivä: Su 6.9.</p><p>Aika: 13-16</p><p>Paikka: Ison Omenan kirjaston paja </p>",
                "sv": "<p>Planera och tryck din egen design på en tygkasse.</p><p>De 50 första deltagarna får en gratis tygkasse.</p><p>Dag: Sön 6.9</p><p>Tid: 13.00-16.00</p><p>Plats: Verkstaden på Iso Omenas bibliotek</p>",
                "en": "<p>Design and print your own tote bag.</p><p>The first 50 participants will receive a free tote bag.</p><p>Date: Sun 6 Sept</p><p>Time: 1 PM-4 PM</p><p>Location: Makerspace, Iso Omena Library</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Suunnittele ja paina oma design kestokassiin",
                "sv": " Planera och tryck din egen design på en tygkasse.",
                "en": " Design and print your own tote bag."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp5yl2vb4/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69576",
            "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/kulke:669/?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": 2385476,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-07-02T13:14:13.723356Z",
                    "last_modified_time": "2026-07-02T13:14:13.723372Z",
                    "url": "http://www.stoa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_795910.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385476/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-02T13:14:13.610730Z",
            "last_modified_time": "2026-08-07T11:14:02.619672Z",
            "date_published": null,
            "start_time": "2026-08-20T13:00:00Z",
            "end_time": "2026-08-20T15: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": "Stoa Welcome Day",
                "sv": "Stoa Welcome Day",
                "en": "Stoa Welcome Day"
            },
            "description": {
                "fi": "<p>Welcome Day toivottaa vasta Suomeen muuttaneet uudet asukkaat tervetulleeksi Helsinkiin!</p><p>Tapahtumassa tuoreet kaupunkilaiset pääsevät tutustumaan oman asuinalueensa palveluihin, harrastuksiin ja vapaa-ajan tarjontaan.</p><p>Welcome Day tarjoaa hyödyllisen tiedon lisäksi hauskaa, inspiroivaa ja yhteisöllistä ohjelmaa kaikenikäisille.</p><p>Welcome Dayssa puhumme englantia, minkä lisäksi tarjoamme tulkkausta tarpeen mukaan.</p><p>Vapaa pääsy, ei ennakkoilmoittautumista.</p><p>Welcome Day Stoa järjestetään Taiteiden yönä, joka on perinteikäs helsinkiläinen kaupunkifestivaali. Welcome Day -ohjelman rinnalla Stoan aukiolla vietetään Middle East Jam Festivalia. Festivaali on yhteisöllinen ja kansainvälinen musiikin, tanssin ja kulttuurin juhla, joka tuo esiin Lähi-idän ja Pohjois-Afrikan alueiden monimuotoista taidetta.</p><p><u><a href=\"https://www.stoa.fi/fi/tapahtumat/event/F13D83B4A15B5A37E9F24CCFE70BBF0C/Stoan_Elojuhla_x_Middle_East_Jam_Festival\">Tutustu festivaalin ohjelmaan</a></u></p>",
                "en": "<p>Cultural Centre Stoa welcomes the recently arrived international residents to Helsinki!</p><p>In this event new residents will get to know the services, hobbies and other leisure time activities available to them in their neighborhoods.</p><p>In addition to providing useful information, the Welcome Day program includes fun, inspiring and communal activities for people of all ages.</p><p>We speak English at Welcome Day. Additionally, interpreters will be present at the event.</p><p>The event is free to attend. You do not need to register in advance.</p><p>Welcome Day Stoa is held during the Night of the Arts, a long-standing, city-wide cultural event. Hundreds of cultural and art events take place across Helsinki on this night.</p><p>Welcome Day Stoa is connected to Stoa’s Night of the Arts programme, which is open to everyone: the Middle East Jam Festival.</p><p>Middle East Jam Festival is a collaborative and international celebration of music, dance and culture, showcasing the diverse arts of the Middle Eastern and North African regions.</p><p>While Welcome Day ends at 6 p.m., the Middle East Jam Festival continues throughout the evening. Feel free to stay and enjoy the music, performances and festival atmosphere.</p><p><u><a href=\"https://www.stoa.fi/en/events/event/F13D83B4A15B5A37E9F24CCFE70BBF0C/Stoan_Elojuhla_x_Middle_East_Jam_Festival\">Explore the festival programme</a></u></p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Welcome Day toivottaa vasta Suomeen muuttaneet uudet asukkaat tervetulleeksi Helsinkiin!",
                "en": "Cultural Centre Stoa welcomes the recently arrived international residents to Helsinki!"
            },
            "info_url": {
                "fi": "http://www.stoa.fi/fi/tapahtumat/event/CC76439FAD1D0F175D1C9A29EF2F786E/Stoa_Welcome_Day_",
                "sv": "http://www.stoa.fi/sv/evenemang/event/CC76439FAD1D0F175D1C9A29EF2F786E/Stoa_Welcome_Day_",
                "en": "http://www.stoa.fi/en/events/event/CC76439FAD1D0F175D1C9A29EF2F786E/Stoa_Welcome_Day_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69576/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agpuvna7ma",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15395/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66by/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66mq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66ru/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz675q/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz67dq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7ao4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2149/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2433/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8630/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpuvnbbda/?format=api"
            },
            "event_status": "EventCancelled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2385586,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-07-10T06:04:51.069785Z",
                    "last_modified_time": "2026-07-10T06:04:51.069799Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/80b8f859-c24c-4723-8faf-ebd4488e3e08.jpg",
                    "name": "3D?",
                    "cropping": "203,0,1048,845",
                    "photographer_name": "",
                    "alt_text": "3D-printtaus?",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385586/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-10T06:10:41.851838Z",
            "last_modified_time": "2026-08-07T10:35:50.156847Z",
            "date_published": null,
            "start_time": "2026-08-07T13:00:00Z",
            "end_time": "2026-08-07T14:30:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Paja"
            },
            "provider": null,
            "name": {
                "fi": "Peruttu: 3D-coach Pajassa",
                "sv": "Cancelled: 3D-coach i Verkstaden",
                "en": "Cancelled: 3D-coaching in the Makerspace"
            },
            "description": {
                "fi": "<p>Tapaa englanninkielinen 3D-coach Ison Omenan kirjaston Pajassa.</p><p>Vapaaehtoinen coach on paikalla tukemassa sinua 3D-tulostuksen parissa – ei opettajana tai asiantuntijana, vaan rinnalla kulkijana, jonka kanssa voi yhdessä tutkia, kokeilla ja ihmetellä 3D-tulostamisen maailmaa. Olitpa sitten utelias, vasta aloittamassa tai pohtimassa jotain pulmaa, tule rohkeasti mukaan!</p>",
                "sv": "<p>Träffa en engelskspråkig 3D-coach i Verkstaden på Biblioteket i Iso Omena.</p><p>Den coachen finns på plats för att stötta dig med 3D-utskrift – inte som lärare eller expert, utan som någon som utforskar, testar och lär sig tillsammans med dig. Oavsett om du är nyfiken, precis har börjat eller funderar över ett problem är du varmt välkommen!</p>",
                "en": "<p>Meet an English-speaking 3D Coach in the Makerspace at Iso Omena Library.</p><p>Our volunteer coach is here to support you with 3D printing—not as a teacher or an expert, but as someone who explores, experiments, and learns alongside you. Whether you're curious, just getting started, or trying to solve a problem, you're warmly welcome to join!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tapaa englanninkielinen 3D-coach \nIson Omenan kirjaston Pajassa.",
                "sv": "Träffa en engelskspråkig 3D-coach i Verkstaden på Biblioteket i Iso Omena.",
                "en": "Meet an English-speaking 3D Coach in the Makerspace at Iso Omena Library."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpuvna7ma/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agp2zdpjlq",
            "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:p2149/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2846/?format=api"
                }
            ],
            "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": 2385651,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-07-29T05:59:51.940495Z",
                    "last_modified_time": "2026-07-29T05:59:51.940514Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/83c8c25e-1609-417b-89cf-05835a14158f.jpeg",
                    "name": "",
                    "cropping": "200,0,1000,800",
                    "photographer_name": "Hiyori",
                    "alt_text": "Kolme onigiria, eli japanilaista riisikolmiota bambunlehtien päällä.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385651/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7azy/?format=api"
                }
            ],
            "created_time": "2026-07-29T06:14:42.788403Z",
            "last_modified_time": "2026-08-07T10:17:08.198818Z",
            "date_published": null,
            "start_time": "2026-08-11T11:00:00Z",
            "end_time": "2026-08-11T13: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": "Kapyysi",
                "sv": "Kapyysi",
                "en": "Kapyysi"
            },
            "provider": {
                "fi": "Lippulaivan kirjasto",
                "sv": "Lippulaiva bibliotek",
                "en": "Lippulaiva Library"
            },
            "name": {
                "fi": "Tehdään onigireja!",
                "sv": "Lär dig att göra onigiri",
                "en": "Learn to make Japanese Rice Balls (Onigiri)"
            },
            "description": {
                "fi": "<p>Tule oppimaan, miten tehdään Japanilainen riisipallo, eli onigiri. Opastus tapahtuu englanniksi ja japaniksi. Tapahtumaan ei ole ilmoittautumista, mutta osallistujamäärä on rajattu ja mukaan pääsee 20 ensimmäistä.</p><p>Opastamassa on kirjaston japanilainen vapaaehtoinen.</p><p>Lisätietoja: laura.hakomaa@espoo.fi</p>",
                "sv": "<p>Kom och lär dig hur man gör den japanska risbollen onigiri. Handledningen sker på engelska och japanska. Det krävs ingen anmälan till evenemanget, men antalet deltagare är begränsat och de 20 första får plats.</p><p>Bibliotekets japanska volontär kommer att handleda deltagarna.</p><p>Mer information: laura.hakomaa@espoo.fi</p>",
                "en": "<p>Learn to make Onigiri, also known as Japanese Rice Ball. The instruction will be given in English and Japanese. No registration is required for the event, but the number of participants is limited and the first 20 attendees will be admitted.</p><p>The workshop will be led by the library's Japanese volunteer.</p><p>More information: laura.hakomaa@espoo.fi</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tule oppimaan, miten tehdään Japanilainen riisipallo, eli onigiri.",
                "sv": "Kom och lär dig hur man gör den japanska risbollen onigiri.",
                "en": "Learn to make Japanese Rice Balls (Onigiri)"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp2zdpjlq/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "lippupiste:21462304",
            "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-21462304/?affiliate=ADV&language=fi",
                        "sv": "https://www.lippu.fi/event/birds-of-paradise-helsingin-kaupunginteatteri-studio-pasila-21462304/?affiliate=ADV&language=sv",
                        "en": "https://www.lippu.fi/event/birds-of-paradise-helsingin-kaupunginteatteri-studio-pasila-21462304/?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:31.958467Z",
            "last_modified_time": "2026-08-07T07:16:23.837973Z",
            "date_published": null,
            "start_time": "2026-08-06T15: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": {
                "fi": "Birds Of Paradise Ensi-Ilta"
            },
            "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:21462304/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69660",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7260/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:45/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:732/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:734/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39924/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385722,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-07T06:15:01.513632Z",
                    "last_modified_time": "2026-08-07T06:15:01.513647Z",
                    "url": "http://www.vuotalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796315.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385722/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                }
            ],
            "created_time": "2026-08-07T06:15:01.370144Z",
            "last_modified_time": "2026-08-07T06:15:01.760064Z",
            "date_published": null,
            "start_time": "2026-08-26T14:00:00Z",
            "end_time": "2026-08-26T16:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Bändipaitojen painatuspaja nuorille",
                "sv": "Bändipaitojen painatuspaja nuorille",
                "en": "Band Shirt Printing Workshop for Young People"
            },
            "description": {
                "fi": "<p>Tervetuloa kirjaston verstaaseen painattamaan omia bändipaitoja ja kangaskasseja.</p><p>Haluatko painattaa vaikkapa t-paidan oman bändisi logolla tai muuten vain? Tässä nuorille suunnatussa työpajassa voit ohjatusti painattaa erilaisia kuvia ja tekstejä t-paitoihin ja kangaskasseihin käyttämällä kirjaston vinyylileikkuria ja lämpöprässiä. Tuo mukanasi t-paidat, hupparit tai muut kankaat, joihin haluat painattaa kuvan tai tekstiä. Tuo myös vaikkapa muistitikulla kuvatiedostot, jotka haluat painattaa kankaalle. Työpaja on ilmainen, ei ennakkoilmoittautumista.</p><p>Paikka: Vuosaaren kirjaston verstastila</p>",
                "en": "<p>Join us at the library and print your own band shirts and tote bags.</p><p>Do you want to print a T-shirt with the logo of your band or just for fun? In this workshop aimed at young people, you can print various images and texts onto T-shirts and tote bags. In this workshop you will be provided guidance on how to use the library's vinyl cutter and heat press. You should bring your own T-shirts, hoodies, or other fabrics that you want to print an image or text onto. Also bring the image files you want to print on fabric, for example on a USB flash drive. The workshop is free of charge, with no registration required.</p><p>Location: Vuosaari Library Workshop Space</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa kirjaston verstaaseen painattamaan omia bändipaitoja ja kangaskasseja.",
                "en": "Join us at the library and print your own band shirts and tote bags."
            },
            "info_url": {
                "fi": "http://www.vuotalo.fi/fi/tapahtumat/event/8FB59BE082B19F8FCE28696CBCD56E07/Bandipaitojen_painatuspaja_nuorille",
                "sv": "http://www.vuotalo.fi/sv/evenemang/event/8FB59BE082B19F8FCE28696CBCD56E07/Bandipaitojen_painatuspaja_nuorille",
                "en": "http://www.vuotalo.fi/en/events/event/8FB59BE082B19F8FCE28696CBCD56E07/Band_Shirt_Printing_Workshop_for_Young_People"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69660/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kultus:agp5vppq64",
            "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:14/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kultus:28/?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:59/?format=api"
                }
            ],
            "created_time": "2026-08-07T05:41:48.974946Z",
            "last_modified_time": "2026-08-07T05:42:49.698482Z",
            "date_published": null,
            "start_time": "2026-10-10T09:00:00Z",
            "end_time": "2026-10-10T11:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": "2026-08-07T08:45:00+03:00",
            "enrolment_end_time": "2026-10-06T12:00:00+03:00",
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Tietoturva",
                "sv": "",
                "en": ""
            },
            "description": {
                "fi": "<p>Tietoturva</p>\n",
                "sv": "",
                "en": ""
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tietoturva",
                "sv": "",
                "en": ""
            },
            "info_url": {
                "fi": "",
                "sv": "",
                "en": ""
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kultus:agp5vppq64/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kultus:agoqv42yom",
            "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:23/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p14720/?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": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/language/fi/?format=api"
                }
            ],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kultus:57/?format=api"
                }
            ],
            "created_time": "2026-03-20T11:13:33.362211Z",
            "last_modified_time": "2026-08-07T05:41:03.449946Z",
            "date_published": null,
            "start_time": "2026-08-07T09:00:00Z",
            "end_time": "2026-08-22T07: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-04T09:45:00+03:00",
            "enrolment_end_time": "2026-08-21T09:00:00+03:00",
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Kokeilu koko lukukausi",
                "sv": "",
                "en": ""
            },
            "description": {
                "fi": "<p>Kokeilu koko lukukausi</p>\n",
                "sv": "",
                "en": ""
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Kokeilu koko lukukausi",
                "sv": "",
                "en": ""
            },
            "info_url": {
                "fi": "",
                "sv": "",
                "en": ""
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kultus:agoqv42yom/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69657",
            "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:31/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:348/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:44/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:50/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p21812/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p29865/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385715,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-06T12:13:50.782315Z",
                    "last_modified_time": "2026-08-06T12:13:50.782330Z",
                    "url": "http://www.stoa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796232.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385715/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-06T12:13:50.618271Z",
            "last_modified_time": "2026-08-06T12:13:50.976745Z",
            "date_published": null,
            "start_time": "2026-08-15T10:00:00Z",
            "end_time": "2026-08-15T13: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": "Emeka Ogboh - Danfo Block Party",
                "sv": "Emeka Ogboh - Danfo Block Party",
                "en": "Emeka Ogboh - Danfo Block Party"
            },
            "description": {
                "fi": "<p>Lauantaina 15. elokuuta Stoan aukiolla järjestetään Danfo Block Party, jonka keskipisteenä on kuvataiteilija ja muusikko Emeka Ogbohin Helsinkiin saapuva danfo-bussi.</p><p>Iltapäivän aikana aukiolla kuullaan musiikkia, kohdataan ihmisiä ja tutustutaan Lagosin katujen ikoniseen pikkubussiin, joka on matkannut Helsinkiin Kööpenhaminan ja Tukholman kautta. Musiikista vastaavat <b>Emeka Ogboh</b> ja <b>DJ Sophia Wekesa</b>.</p><p>Lagosissa danfot ovat vuosikymmenten ajan toimineet paitsi kulkuvälineinä myös sosiaalisen elämän näyttämöinä. Stoassa bussin ympärille rakentuva tapahtuma kutsuu viipymään, kohtaamaan ja jakamaan tarinoita. Osana Ogbohin teosta kerätään afropohjoismaisia kokemuksia ja näkökulmia, jotka käsittelevät muun muassa liikkuvuutta, kotia, kuulumisen tunnetta ja yhteisöjä.</p><p>Danfo-bussin matka on osa Ogbohin uutta <i>Transmissions</i>-installaatiota, joka nähdään syksyllä Amos Rexin näyttelyssä <i>The Other Side of the Mountain</i>. Näyttely on osa laajempaa Southnord Artfest 2026 -kokonaisuutta, joka levittäytyy eri puolille Helsinkiä lokakuusta alkaen. Roadtripin aikana kerätyt äänet, kuvat ja tarinat siirtyvät myöhemmin osaksi näyttelyä.</p>",
                "en": "<p>Danfo Block Party takes over Stoa Square on Saturday, 15 August, centred around the arrival of visual artist and musician Emeka Ogboh’s danfo bus in Helsinki.</p><p>Throughout the afternoon, visitors can enjoy music, meet new people, and explore the iconic minibus of Lagos, which has travelled to Helsinki via Copenhagen and Stockholm. Music will be provided by <b>Emeka Ogboh</b> and <b>DJ Sophia Wekesa</b>.</p><p>In Lagos, danfos have served for decades not only as a means of transportation but also as stages for social life and everyday encounters. At Stoa, the bus becomes a gathering place, inviting people to spend time together, connect, and share stories. As part of Ogboh’s project, Afro-Nordic experiences and perspectives will be collected, exploring themes of mobility, home, belonging, and community.</p><p>The danfo bus journey forms part of Ogboh’s new installation <i>Transmissions</i>, which will be presented this autumn in the Amos Rex exhibition <i>The Other Side of the Mountain</i>. The exhibition is part of the wider Southnord Artfest 2026 programme, which will unfold across Helsinki from October onwards. The sounds, images, and stories gathered along the road trip will later become part of the exhibition.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Lauantaina 15. elokuuta Stoan aukiolla järjestetään Danfo Block Party, jonka keskipisteenä on kuvataiteilija ja muusikko Emeka Ogbohin Helsinkiin saapuva danfo-bussi.",
                "en": "Danfo Block Party takes over Stoa Square on Saturday, 15 August, centred around the arrival of visual artist and musician Emeka Ogboh’s danfo bus in Helsinki."
            },
            "info_url": {
                "fi": "http://www.stoa.fi/fi/tapahtumat/event/21964F07517AEA4CCF69C9FFC7872F52/Emeka_Ogboh_-_Danfo_Block_Party",
                "sv": "http://www.stoa.fi/sv/evenemang/event/21964F07517AEA4CCF69C9FFC7872F52/Emeka_Ogboh_-_Danfo_Block_Party",
                "en": "http://www.stoa.fi/en/events/event/21964F07517AEA4CCF69C9FFC7872F52/Emeka_Ogboh_-_Danfo_Block_Party_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69657/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agp5ock6li",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15395/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66by/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66mq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66ru/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz675q/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz67dq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7ao4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7aqq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p360/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p6062/?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": 2385716,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-08-06T11:55:14.325658Z",
                    "last_modified_time": "2026-08-06T11:55:14.325671Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/5015adf8-e448-4d42-abf0-329cad2decaf.png",
                    "name": "",
                    "cropping": "420,0,1500,1080",
                    "photographer_name": "",
                    "alt_text": "Itämeripäivä 27.8.2026",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385716/?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-06T12:00:49.401518Z",
            "last_modified_time": "2026-08-06T12:00:49.401534Z",
            "date_published": null,
            "start_time": "2026-08-24T11:30:00Z",
            "end_time": "2026-08-30T14:30:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Vox",
                "sv": "Vox",
                "en": "Vox"
            },
            "provider": null,
            "name": {
                "fi": "Sukellus itämereen",
                "sv": "Ett dyk i Östersjön",
                "en": "A Dive into the Baltic Sea"
            },
            "description": {
                "fi": "<p>Kirjaston Vox-tilassa voit sukeltaa itämereen virtuaalisesti tabletin avulla ja tutkia merestä löytyviä eliöitä. Tapahtuma on osa itämeripäivän viettoa.&nbsp;</p><p>Tervetuloa!</p>",
                "sv": "<p>I bibliotekets Vox-rum kan du dyka ner i ett virtuellt Östersjön med hjälp av en surfplatta och utforska de organismer som lever i havet. Evenemanget är en del av firandet av Östersjödagen.</p><p>Välkommen!</p>",
                "en": "<p>In the library's Vox space, you can dive into a virtual Baltic Sea using a tablet and explore the organisms that live there. The event is part of the Baltic Sea Day celebrations.</p><p>Welcome!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Sukella virtuaaliseen itämereen ja tutki eliöitä",
                "sv": "Dyk ner i ett virtuellt Östersjön och utforska livet i havet.",
                "en": "Dive into a virtual Baltic Sea and explore its marine life."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp5ock6li/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69655",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7260/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:45/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:732/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39924/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385710,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-06T11:13:55.991132Z",
                    "last_modified_time": "2026-08-06T11:13:55.991147Z",
                    "url": "http://www.vuotalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796239.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385710/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-06T11:13:55.829369Z",
            "last_modified_time": "2026-08-06T11:13:56.159091Z",
            "date_published": null,
            "start_time": "2026-09-12T08:00:00Z",
            "end_time": "2026-09-12T13: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": "Kudontakioski",
                "sv": "VävKiosk",
                "en": "Weaving Kiosk"
            },
            "description": {
                "fi": "<p>Tule kokeilemaan kudontaa kangaspuilla – olipa sinulla aiempaa kokemusta tai ei!</p><p>Tervetuloa Kudontakioskiin!<br>Tule kokeilemaan kudontaa kangaspuilla – olipa sinulla aiempaa kokemusta tai ei! <br>Kudonta on käsityötaito, joka yhdistää kulttuureja ja ihmisiä ympäri maailmaa. Kudontakioski on kaikille avoin ja tilapäinen julkinen tila, jossa kudontatyökalut ja -materiaalit ovat helposti saatavilla.<br>Voit viihtyä niin pitkään kuin haluat ja nauttia käsillä tekemisen ilosta. Kangaspuut ovat kaikkien käytössä saapumisjärjestyksen mukaan.<br>Paikka: Vuotalon aula</p><p>Ajankohdat:<br>Pe 11.9. klo 12–17<br>La 12.9. klo 11–16<br>Syksyn muut Kudontakioskit Vuotalolla: <br>2.-3.10. Vuotalon aula<br>23.-24.10. Vuosaaren kirjasto<br>20.-21.11. Vuosaaren kirjasto<br>4.-5.12. Vuosaaren kirjasto</p><p>Lisätietoa: https://rosatolnovclausen.com/Weaving-Kiosk<br>Kudontakioski on Suomessa asuvan tanskalaisen tekstiilitaiteilijan, Rosa Tolnov Clausenin, eri puolilla maailmaa kiertänyt projekti, jonka avulla hän tutkii kudontatiloja ja kudonnan tulevaisuutta.<br>Lämpimästi tervetuloa!</p>",
                "sv": "<p>Kom och prova på vävning i vävstolarna – oavsett om du har tidigare erfarenhet eller inte!</p><p>Handvävning är ett hantverk som förenar kulturer och människor över hela världen. Vävkiosken är en öppen och tillfällig offentlig plats där vävredskap och material är lättillgängliga för alla.</p><p>Du kan stanna så länge du vill och njuta av glädjen i att arbeta med händerna. Vävstolarna används i turordning enligt principen först till kvarn.</p><p>Vävkiosken är ett projekt av den danska textilkonstnären Rosa Tolnov Clausen, bosatt i Finland. Den har rest runt i världen som ett sätt att utforska vävplatser och vävningens framtid.</p><p>Plats: Nordhusets aula</p>",
                "en": "<p>Come and try weaving on the looms – whether you have prior experience or not!</p><p>Welcome to the Weaving Kiosk!</p><p>Come and try weaving on the looms – whether you have prior experience or not!</p><p>Hand-weaving is a craft that connects cultures and people around the world. The Weaving Kiosk is an open and temporary public space where weaving tools and materials are easily available to everyone.</p><p>You can stay as long as you wish and enjoy the joy of working with your hands. The looms are available on a first-come, first-served basis.</p><p>Place: Vuotalo lobby</p><p>Dates: <br>Fri 11.9. 12–17 <br>Sat 12.9. 11–16</p><p>Other upcoming Weaving Kiosks in Vuotalo:</p><p>2.-3.10. Vuotalo lobby <br>23.-24.10. Vuosaari library <br>20.-21.11. Vuosaari library <br>4.-5.12. Vuosaari library</p><p>More information: https://rosatolnovclausen.com/Weaving-Kiosk</p><p>The Weaving Kiosk is a project by Danish textile artist Rosa Tolnov Clausen, based in Finland. It has travelled across the world as a way of exploring weaving spaces and the future of weaving.</p><p>We look forward to welcoming you!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tule kokeilemaan kudontaa kangaspuilla – olipa sinulla aiempaa kokemusta tai ei!",
                "sv": "Kom och prova på vävning i vävstolarna – oavsett om du har tidigare erfarenhet eller inte!",
                "en": "Come and try weaving on the looms – whether you have prior experience or not!"
            },
            "info_url": {
                "fi": "http://www.vuotalo.fi/fi/tapahtumat/event/ADF1E33471EB67DBD8C3BBCBEA4E7A8E/Kudontakioski",
                "sv": "http://www.vuotalo.fi/sv/evenemang/event/ADF1E33471EB67DBD8C3BBCBEA4E7A8E/VavKiosk_",
                "en": "http://www.vuotalo.fi/en/events/event/ADF1E33471EB67DBD8C3BBCBEA4E7A8E/Weaving_Kiosk"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69655/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69653",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7260/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:45/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:732/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39924/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385709,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-06T11:13:54.516613Z",
                    "last_modified_time": "2026-08-06T11:13:54.516628Z",
                    "url": "http://www.vuotalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796238.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385709/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-06T11:13:54.331938Z",
            "last_modified_time": "2026-08-06T11:13:54.751415Z",
            "date_published": null,
            "start_time": "2026-09-11T09:00:00Z",
            "end_time": "2026-09-11T14: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": "Kudontakioski",
                "sv": "VävKiosk",
                "en": "Weaving Kiosk"
            },
            "description": {
                "fi": "<p>Tule kokeilemaan kudontaa kangaspuilla – olipa sinulla aiempaa kokemusta tai ei!</p><p>Tervetuloa Kudontakioskiin!</p><p>Tule kokeilemaan kudontaa kangaspuilla – olipa sinulla aiempaa kokemusta tai ei! <br>Kudonta on käsityötaito, joka yhdistää kulttuureja ja ihmisiä ympäri maailmaa. Kudontakioski on kaikille avoin ja tilapäinen julkinen tila, jossa kudontatyökalut ja -materiaalit ovat helposti saatavilla.<br>Voit viihtyä niin pitkään kuin haluat ja nauttia käsillä tekemisen ilosta. Kangaspuut ovat kaikkien käytössä saapumisjärjestyksen mukaan.<br>Paikka: Vuotalon aula</p><p>Ajankohdat:<br>Pe 11.9. klo 12–17<br>La 12.9. klo 11–16<br>Syksyn muut Kudontakioskit Vuotalolla: <br>2.-3.10. Vuotalon aula<br>23.-24.10. Vuosaaren kirjasto<br>20.-21.11. Vuosaaren kirjasto<br>4.-5.12. Vuosaaren kirjasto</p><p>Lisätietoa: https://rosatolnovclausen.com/Weaving-Kiosk<br>Kudontakioski on Suomessa asuvan tanskalaisen tekstiilitaiteilijan, Rosa Tolnov Clausenin, eri puolilla maailmaa kiertänyt projekti, jonka avulla hän tutkii kudontatiloja ja kudonnan tulevaisuutta.</p><p>Lämpimästi tervetuloa!</p>",
                "sv": "<p>Kom och prova på vävning i vävstolarna – oavsett om du har tidigare erfarenhet eller inte!</p><p>Handvävning är ett hantverk som förenar kulturer och människor över hela världen. Vävkiosken är en öppen och tillfällig offentlig plats där vävredskap och material är lättillgängliga för alla.</p><p>Du kan stanna så länge du vill och njuta av glädjen i att arbeta med händerna. Vävstolarna används i turordning enligt principen först till kvarn.</p><p>Vävkiosken är ett projekt av den danska textilkonstnären Rosa Tolnov Clausen, bosatt i Finland. Den har rest runt i världen som ett sätt att utforska vävplatser och vävningens framtid.</p><p>Plats: Nordhusets aula</p>",
                "en": "<p>Come and try weaving on the looms – whether you have prior experience or not!</p><p>Welcome to the Weaving Kiosk!</p><p>Come and try weaving on the looms – whether you have prior experience or not!</p><p>Hand-weaving is a craft that connects cultures and people around the world. The Weaving Kiosk is an open and temporary public space where weaving tools and materials are easily available to everyone.</p><p>You can stay as long as you wish and enjoy the joy of working with your hands. The looms are available on a first-come, first-served basis.</p><p>Place: Vuotalo lobby</p><p>Dates: <br>Fri 11.9. 12–17 <br>Sat 12.9. 11–16 <br>Other upcoming Weaving Kiosks in Vuotalo:<br>2.-3.10. Vuotalo lobby <br>23.-24.10. Vuosaari library <br>20.-21.11. Vuosaari library <br>4.-5.12. Vuosaari library</p><p>More information: https://rosatolnovclausen.com/Weaving-Kiosk</p><p>The Weaving Kiosk is a project by Danish textile artist Rosa Tolnov Clausen, based in Finland. It has travelled across the world as a way of exploring weaving spaces and the future of weaving.</p><p>We look forward to welcoming you!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tule kokeilemaan kudontaa kangaspuilla – olipa sinulla aiempaa kokemusta tai ei!",
                "sv": "Kom och prova på vävning i vävstolarna – oavsett om du har tidigare erfarenhet eller inte!",
                "en": "Come and try weaving on the looms – whether you have prior experience or not!"
            },
            "info_url": {
                "fi": "http://www.vuotalo.fi/fi/tapahtumat/event/175125C4670C41112B709BA1E293F619/Kudontakioski",
                "sv": "http://www.vuotalo.fi/sv/evenemang/event/175125C4670C41112B709BA1E293F619/VavKiosk_",
                "en": "http://www.vuotalo.fi/en/events/event/175125C4670C41112B709BA1E293F619/Weaving_Kiosk"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69653/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69300",
            "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:348/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:44/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:52/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p29865/?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": 2385079,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-11T09:14:53.311746Z",
                    "last_modified_time": "2026-06-11T09:14:53.311763Z",
                    "url": "http://www.stoa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_793723.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385079/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-11T09:14:53.121242Z",
            "last_modified_time": "2026-08-06T10:15:14.301412Z",
            "date_published": null,
            "start_time": "2026-08-29T11:00:00Z",
            "end_time": "2026-08-29T13: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": "Stoan Suomen luonnon päivä: Pekko Käppi, Riikka Kaihovaara ja Sanja Hakala",
                "sv": "Finska naturens dag: Pekko Käppi, Riikka Kaihovaara och Sanja Hakala",
                "en": "Finnish Nature Day: Pekko Käppi, Riikka Kaihovaara ja Sanja Hakala"
            },
            "description": {
                "fi": "<p>Suomen luonnon päivänä metsä kutsuu! Liity mukaan kävelylle Hallainvuoreen ja Pekko Käpin konserttiin.</p><p>Konserttipaikalla Myllypuron Mustarastaat -partiolippukunta tarjoaa metsäkahvit 50:lle ensimmäiselle.</p><p><b>klo 14 | kävely toimittaja Riikka Kaihovaaran seurassa.</b><br>Lähtö: Leikkipaikka Hallainvuori, Myllärintie 6.<br><u><a href\"https://ilmonet.fi/course/H265474> Ilmoittaudu kävelylle Riikka Kaihovaaran seurassa tästä linkistä</u></a>.</p><p><b>klo 14 | kävely lapsille ja aikuisille biologi ja tietokirjailija Sanja Hakalan seurassa ötököihin tutustuen.</b><br>Lähtö: Viilarintien ja Holkkitien risteys Roihupellossa. Lähin raitiovaunupysäkki (Raidejokeri linja 15) Kauppamyllyntie. <br><u><a href\"https://ilmonet.fi/course/H265473> Ilmoittaudu Sanja Hakalan ötökkätutkimusmatkalle tästä.</u></a></p><p><b>klo 15 | Metsäkonsertissa jouhikkotaiteilija Pekko Käppi</b><br>Ota mukaan istuinalusta. Konserttiin voi tulla, vaikka ei osallistuisi ohjelmallisille kävelyille. Ei ilmoittautumista. Opastus konserttipaikalle Viilarintien ja Holkkitien risteyksestä klo 14.45. Lähin raitiovaunupysäkki Kauppamyllyntie.</p><p><b>Pekko Käppi</b> on monipuolinen musiikintekijä, joka on erikoistunut vanhaan suomalaiseen lauluperinteeseen ja soittaa suomalais-karjalaista jouhikkoa. Käppi tunnetaan erityisesti jouhikon soiton uuden tulemisen pioneerina, mutta myös tutkijana, opettajana, tuottajana ja säveltäjänä. Käpin musiikissa yhdistyvät kansanperinne, tarinat, blues-sävyt sekä voimakas ja vangitseva lavakarisma.</p><p><b>Riikka Kaihovaara</b> on suomalainen dokumentaristi, toimittaja ja kirjailija. Kaihovaara työskentelee Yleisradiossa ja on tehnyt useita dokumenttisarjoja ja -elokuvia yhteiskunnallisista aiheista. Kaihovaaran esseekokoelmissa <i>Villi ihminen ja muita luontokappaleita</i> sekä <i>Vieras eläin ja muita uusia luontokappaleita</i> pohditaan luontosuhdetta ja ihmisen roolia osana luontoa.</p><p><b>Sanja Hakala</b> on biologi, tietokirjailija ja tutkijatohtori Helsingin yliopistossa. Hän tutkii hyönteisten sosiaalista käytöstä, erityisesti muurahaisia, laajemmin elonkirjoa ja ihmisten suhtautumista siihen esimerkiksi kaupunkien viherrakentamisessa. Hakala on kirjoittanut mm. teokset <i>Pikku Myyn ötökkäkirja</i> ja <i>Muumipapan lintukirja</i>.</p><p>Lisätiedot:<br>Vapaa pääsy. Tervetuloa! Ilmoittaudu haluamallesi kävelylle.<br>Huomaathan, että reitit eivät ole esteettömiä.<br>Säävaraus: Kovalla sateella tai myrskytuulella konsertti siirretään sisätiloihin Stoaan. Samoin ötökkäkävely toteutetaan Stoan sisällä työpajana.<br>Ota mukaan istuinalusta ja halutessasi evästä. Varaudu säänmukaisilla varusteilla ja hyvillä kengillä.<br>Älä jätä metsään mitään roskia.</p><p>Tapahtuman järjestää Stoa: Itäkeskuksen kirjasto, Kulttuuripalvelut, Helsingin työväenopisto ja Nuorisopalvelut.</p><p>Lisätiedot: hanna.westerholm@hel.fi</p>",
                "sv": "<p>Skogen kallar på Finska naturens dag! Följ med på en promenad till Hallonberget och Pekko Käppis konsert.</p><p>På konsertplatsen kokar scouterna skogskaffe till de 50 första besökarna.</p><p><b>kl. 14 | Promenad tillsammans med journalisten Riikka Kaihovaara.</b> <br>Avfärd: Hallonbergets lekplats, Mjölnarvägen 6. <br><u><a href=\"https://ilmonet.fi/course/H265474?lang=sv\">Anmäl dig till promenaden tillsammans med Riikka Kaihovaara via den här länken</u></a>.</p><p><b>kl. 14 | Promenad för barn och vuxna tillsammans med biologen och den facklitterära författaren Sanja Hakala, där vi lär oss mer om insekter.</b> <br>Avfärd: Korsningen mellan Vilarintie och Holkkitie i Roihupelto. Närmaste spårvagnshållplats (Raide-Jokeri linje 15) är Kauppamyllyntie.<br><u><a href=\"https://ilmonet.fi/course/H265473?lang=sv\">Anmäl dig till Sanja Hakalas insektstudieresa här.</u></a></p><p><b>kl. 15 | Skogskonsert med stråkharpisten Pekko Käppi</b> <br>Ta med sittunderlag. Du kan komma på konserten även om du inte deltar i de guidade vandringarna. Ingen anmälan. Guidning till konsertplatsen från Korsningen mellan Vilarintie och Holkkitie i Roihupelto. Närmaste spårvagnshållplats (Raide-Jokeri linje 15) är Kauppamyllyntie.<br> <br> <br><b>Pekko Käppi</b> är en mångsidig musikskapare som har specialiserat sig på den gamla finska sångtraditionen och spelar finsk-karelsk stråkharpa. Käppi är framför allt känd som en pionjär inom den nya eran för stråkharpan, men också som forskare, lärare, producent och kompositör. Han har gjort kompositioner för filmer, teaterföreställningar, installationer och grammofonskivor. I Käppis musik förenas folktradition, berättelser, bluestoner med en stark och fängslande scenkarisma.</p><p><b>Riikka Kaihovaara</b> är en finsk dokumentärfilmare, journalist och författare. Kaihovaara arbetar på Rundradion och har gjort flera dokumentärserier och dokumentärfilmer om samhällsfrågor. I sina essäsamlingar <i>Villi ihminen ja muita luontokappaleita</i> och <i>Vieras eläin ja muita uusia luontokappaleita</i> reflekterar Kaihovaara över människans förhållande till naturen och hennes roll i den. Hennes verk präglas av en kritisk granskning av begreppen natur och naturlighet.</p><p><b>Sanja Hakala</b> är biolog, facklitterär författare och forskardoktor vid Helsingfors universitet. Hon forskar i insekternas sociala beteende, särskilt myrornas, samt i den biologiska mångfalden i stort och människors inställning till den, till exempel när det gäller grönt byggande i städer. Hakala har skrivit bland annat böckerna <i>Pikku Myyn ötökkäkirja</i> och <i>Muumipapan lintukirja</i> samt arbetat med vetenskapskommunikation inom nätverket Ötökkäakatemia.</p><p>Ta med sittunderlag och matsäck om du vill. Se till att ha rätt utrustning för vädret och bra skor.</p><p>Mer information:</p><p>Fritt inträde. Välkommen! Anmäl dig till en valfri promenad.</p><p>Observera att vandringslederna inte är tillgängliga.</p><p>Enbart om vädret tillåter: Vid kraftigt regn eller stormvindar flyttas konserten inomhus till Stoa. Även insektspromenaden genomförs som en verkstad inne på Stoa.</p><p>Lämna inget skräp efter dig i skogen.</p><p>Evenemanget ordnas av Stoa: Östra centrums bibliotek, Kulturtjänsterna, Helsingfors finska arbetarinstitut och Ungdomstjänsterna</p>",
                "en": "<p>On Finnish Nature Day, the forest beckons! Join us for a walk to Hallainvuori and a concert by Pekko Käppi.</p><p>At the concert venue, Scouts serve a cup of forest-style coffee to the first 50 people.</p><p><b>14.00 | A walk with journalist Riikka Kaihovaara.</b> <br>Departure point: Playground Hallainvuori, Myllärintie 6. <br><u><a href=\"https://ilmonet.fi/course/H265474?lang=en\">Sign up for the walk with Riikka Kaihovaara via this link</u></a>.</p><p><b>14.00 | A walk for children and adults, led by biologist and non-fiction writer Sanja Hakala, to learn about bugs.</b> <br>Departure point: The intersection of Viilarintie and Holkkitie in Roihupelto. The nearest tram stop (Raide-Jokeri line 15) is Kauppamyllyntie.<br><u><a href=\"https://ilmonet.fi/course/H265473?lang=en\">Sign up for Sanja Hakala’s bug excursion here.</u></a></p><p><b>15.00 | Forest concert by jouhikko bowed lyre artist Pekko Käppi</b> <br>Bring something to sit on. You are welcome to attend the concert even if you do not take part in the guided walks. No registration required. Attendees are guided to the concert venue from The intersection of Viilarintie and Holkkitie in Roihupelto. The nearest tram stop (Raide-Jokeri line 15) is Kauppamyllyntie.<br> <br> <br><b>Pekko Käppi</b> is a versatile musician who specialises in the old Finnish song tradition and plays the Finnish-Karelian jouhikko bowed lyre. Käppi is best known as a pioneer of the revival of the jouhikko, but also as a researcher, teacher, producer and composer. He has composed music for films, theatre, installations and recordings. Käppi’s music combines folk traditions, storytelling and blues influences, delivered with a powerful and captivating stage presence.</p><p><b>Riikka Kaihovaara</b> is a Finnish documentary filmmaker, journalist and author. Kaihovaara works for the Finnish Broadcasting Company and has produced numerous documentary series and films on societal matters. Kaihovaara’s essay collections <i>Villi ihminen ja muita luontokappaleita</i> (‘Wild Human and other Creatures’) and <i>Vieras eläin ja muita uusia luontokappaleita</i> (‘Alien Animal and Other New Creatures’) delve into humankind’s relationship with nature and its role as part of nature. Her works are characterised by critical examination of the concepts of nature and naturalness.</p><p><b>Sanja Hakala</b> is a biologist, non-fiction writer and postdoctoral researcher at the University of Helsinki. She studies the social behaviour of insects, particularly ants, as well as biodiversity at large and people’s attitudes towards it, e.g. in the context of green construction in cities. Hakala has written works such as <i>Pikku Myyn ötökkäkirja</i> (‘Little My’s Bug Book’) and <i>Muumipapan lintukirja</i> (‘Moominpappa’s Bird Book’), and she has carried out science communication in the Ötökkäakatemia network.</p><p>Bring something to sit on and a snack if you like. Dress for the weather and wear suitable shoes.</p><p>Further information:</p><p>Free entry. See you there! Sign up for the walk of your choice.</p><p>Please note that the routes are not accessible.</p><p>Subject to weather conditions: In the event of heavy rain or strong wind, the concert will be moved indoors to Stoa. Similarly, the bug walk will then take place inside Stoa as a workshop.</p><p>Please do not leave any litter in the forest.</p><p>The event is organised by Stoa: Itäkeskus Library, Cultural Services, Helsinki Finnish Adult Education Centre and Youth Services.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Suomen luonnon päivänä metsä kutsuu! Liity mukaan kävelylle Hallainvuoreen ja Pekko Käpin konserttiin.",
                "sv": "Skogen kallar på Finska naturens dag! Följ med på en promenad till Hallonberget och Pekko Käppis konsert.",
                "en": "On Finnish Nature Day, the forest beckons! Join us for a walk to Hallainvuori and a concert by Pekko Käppi."
            },
            "info_url": {
                "fi": "http://www.stoa.fi/fi/tapahtumat/event/8B98D98603660D2FD7CEE575BB858041/Stoan_Suomen_luonnon_paiva_Pekko_Kappi_Riikka_Kaihovaara_ja_Sanja_Hakala",
                "sv": "http://www.stoa.fi/sv/evenemang/event/8B98D98603660D2FD7CEE575BB858041/Finska_naturens_dag_Pekko_Kappi_Riikka_Kaihovaara_och_Sanja_Hakala",
                "en": "http://www.stoa.fi/en/events/event/8B98D98603660D2FD7CEE575BB858041/Finnish_Nature_Day_Pekko_Kappi_Riikka_Kaihovaara_ja_Sanja_Hakala"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69300/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agp3ewi6ji",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63115/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66fq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66hi/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66ky/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66mq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66qa/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz67i4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p360/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp3ewja3e/?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": 2385707,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-06T08:53:47.487170Z",
                    "last_modified_time": "2026-08-06T08:53:47.487184Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/163f900a-6fc6-43ee-9964-3cd279bcd473.jpg",
                    "name": "",
                    "cropping": "29,0,611,582",
                    "photographer_name": "",
                    "alt_text": "Kuvassa on sakset ja nuotteja ja siinä lukee la fabrica de poesia - creative space for kids in Spanish",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385707/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-30T08:18:38.121237Z",
            "last_modified_time": "2026-08-06T08:54:04.538649Z",
            "date_published": null,
            "start_time": "2026-12-05T13:00:00Z",
            "end_time": "2026-12-05T14:30:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Paja",
                "en": "Makerspaceroom Paja"
            },
            "provider": null,
            "name": {
                "fi": "La Fábrica de Poesía / Espanjankielinen runotyöpaja 7-12 vuotiaille",
                "en": "La Fábrica de Poesía / The Poetry Factory"
            },
            "description": {
                "fi": "<p>TÄRKEÄÄ TIETOA TYÖPAJAAN LIITTYEN:</p><p>LAPSILLE – SUOSITELTU IKÄ 7–12 VUOTTA</p><p>ESPANJAKSI – TARVITTAESSA TUKEA SAATAVILLA MYÖS ENGLANNIKSI</p><p>Tapahtumapäivät ja kellonajat: 29.8., 3.10., 7.11. ja 5.12., klo 15.00–16.30.&nbsp;</p><p><br></p><p><strong>La Fábrica de Poesía</strong></p><p><br></p><p><strong>Ohjaaja: Odette da Silva</strong></p><p><br></p><p>La Fábrica de Poesía on luova runotyöpaja, jossa sanat leikkivät, laulavat ja ottavat yllättäviä muotoja. Lasten mielikuvitusta herättävien hauskojen aktiviteettien avulla työpajaan osallistuvat tutkivat runoutta ja kehittävät omaa ilmaisutapaansa espanjaksi.</p><p>Runoilija ja opettaja Odette da Silva uskoo, että runous voi olla leikin ja vapauden paikka kaiken ikäisille. Silvan 9-vuotias poika tulee usein työpajoihin mukaan ja auttaa luomaan erityisen siteen osallistujien kanssa.</p><p>Jokainen työpaja on pieni seikkailu, josta voi nauttia itsenäisesti tai osana ryhmää.</p>",
                "en": "<p>La Fábrica de Poesía / The Poetry Factory</p><p>By poet and educator Odette da Silva</p><p><br></p><p>La Fábrica de Poesía / The Poetry Factory is a creative space for children aged 7-12. Led by a mother-and-son duo, this project was born from a family love for writing and making. At The Factory, \"poetry\" stands for fantasy, freedom, and connection; children play with words, explore their imagination, and experience the joy of bringing their ideas to life. At the Lippulaiva Library, The Factory has regular sessions in Spanish. Get in touch and stay updated via instagram @inkyhelsinki.</p><p><br></p><p>FREE ENTRANCE — FOR AGES 7-12</p><p>IN SPANISH — WITH SUPPORT IN ENGLISH IF NEEDED</p><p><br></p><p>SATURDAY 29 AUG / 3 OCT / 7 NOV / 5 DEC — 15.00-16.30</p><p>LIPPULAIVA LIBRARY — MAKERSPACE PAJA</p><p><br></p><p><strong>The Poetry Factory</strong></p><p>Facilitated by Odette da Silva</p><p>The Poetry Factory is a creative space where words play, sing, and take on surprising shapes. Through fun activities that spark imagination, children explore poetry and develop their own voice in Spanish.</p><p><strong>Odette da Silva</strong>, poet and educator, believes that poetry can be a place of play and freedom for all ages. She is often joined by her 9-year-old son, who offers his help and builds a special bond with the participants.</p><p>Each gathering at the Factory is a small adventure that can be enjoyed independently or as part of an ongoing poetic journey.</p><p>--</p><p><strong>La Fábrica de Poesía</strong></p><p>Facilitada por Odette da Silva</p><p><strong>La Fábrica de Poesía</strong> es un espacio creativo donde las palabras juegan, cantan y toman formas sorprendentes. A través de divertidas actividades que despiertan la imaginación, los niños exploran la poesía y desarrollan su propia voz en español.</p><p><strong>Odette da Silva</strong>, poeta y educadora, cree que la poesía puede ser un lugar de juego y libertad para todas las edades. A menudo la acompaña su hijo de 9 años, quien ofrece su ayuda y establece un vínculo especial con los participantes.</p><p>Cada encuentro en la Fábrica es una pequeña aventura que puede disfrutarse de forma independiente o como parte de un viaje poético continuo.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "La Fábrica de Poesía  espanjankielinen runotyöpaja 7-12 vuotiaille. Työpaja järjestetään lauantaisin 29.8., 3.10., 7.11. ja 5.12., klo 15.00–16.00. Tervetuloa!",
                "en": "The Poetry Factory / La Fábrica de Poesía on 29th AUG, 3rd OCT, 7th NOV, 5TH DEC from 15.00-16.00 in makerspaceroom Paja. Welcome!"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp3ewi6ji/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agp3ewi67m",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63115/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66fq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66hi/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66ky/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66mq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66qa/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz67i4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p360/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp3ewja3e/?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": 2385707,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-06T08:53:47.487170Z",
                    "last_modified_time": "2026-08-06T08:53:47.487184Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/163f900a-6fc6-43ee-9964-3cd279bcd473.jpg",
                    "name": "",
                    "cropping": "29,0,611,582",
                    "photographer_name": "",
                    "alt_text": "Kuvassa on sakset ja nuotteja ja siinä lukee la fabrica de poesia - creative space for kids in Spanish",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385707/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-30T08:18:37.900021Z",
            "last_modified_time": "2026-08-06T08:54:04.420918Z",
            "date_published": null,
            "start_time": "2026-11-07T13:00:00Z",
            "end_time": "2026-11-07T14:30:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Paja",
                "en": "Makerspaceroom Paja"
            },
            "provider": null,
            "name": {
                "fi": "La Fábrica de Poesía / Espanjankielinen runotyöpaja 7-12 vuotiaille",
                "en": "La Fábrica de Poesía / The Poetry Factory"
            },
            "description": {
                "fi": "<p>TÄRKEÄÄ TIETOA TYÖPAJAAN LIITTYEN:</p><p>LAPSILLE – SUOSITELTU IKÄ 7–12 VUOTTA</p><p>ESPANJAKSI – TARVITTAESSA TUKEA SAATAVILLA MYÖS ENGLANNIKSI</p><p>Tapahtumapäivät ja kellonajat: 29.8., 3.10., 7.11. ja 5.12., klo 15.00–16.30.&nbsp;</p><p><br></p><p><strong>La Fábrica de Poesía</strong></p><p><br></p><p><strong>Ohjaaja: Odette da Silva</strong></p><p><br></p><p>La Fábrica de Poesía on luova runotyöpaja, jossa sanat leikkivät, laulavat ja ottavat yllättäviä muotoja. Lasten mielikuvitusta herättävien hauskojen aktiviteettien avulla työpajaan osallistuvat tutkivat runoutta ja kehittävät omaa ilmaisutapaansa espanjaksi.</p><p>Runoilija ja opettaja Odette da Silva uskoo, että runous voi olla leikin ja vapauden paikka kaiken ikäisille. Silvan 9-vuotias poika tulee usein työpajoihin mukaan ja auttaa luomaan erityisen siteen osallistujien kanssa.</p><p>Jokainen työpaja on pieni seikkailu, josta voi nauttia itsenäisesti tai osana ryhmää.</p>",
                "en": "<p>La Fábrica de Poesía / The Poetry Factory</p><p>By poet and educator Odette da Silva</p><p><br></p><p>La Fábrica de Poesía / The Poetry Factory is a creative space for children aged 7-12. Led by a mother-and-son duo, this project was born from a family love for writing and making. At The Factory, \"poetry\" stands for fantasy, freedom, and connection; children play with words, explore their imagination, and experience the joy of bringing their ideas to life. At the Lippulaiva Library, The Factory has regular sessions in Spanish. Get in touch and stay updated via instagram @inkyhelsinki.</p><p><br></p><p>FREE ENTRANCE — FOR AGES 7-12</p><p>IN SPANISH — WITH SUPPORT IN ENGLISH IF NEEDED</p><p><br></p><p>SATURDAY 29 AUG / 3 OCT / 7 NOV / 5 DEC — 15.00-16.30</p><p>LIPPULAIVA LIBRARY — MAKERSPACE PAJA</p><p><br></p><p><strong>The Poetry Factory</strong></p><p>Facilitated by Odette da Silva</p><p>The Poetry Factory is a creative space where words play, sing, and take on surprising shapes. Through fun activities that spark imagination, children explore poetry and develop their own voice in Spanish.</p><p><strong>Odette da Silva</strong>, poet and educator, believes that poetry can be a place of play and freedom for all ages. She is often joined by her 9-year-old son, who offers his help and builds a special bond with the participants.</p><p>Each gathering at the Factory is a small adventure that can be enjoyed independently or as part of an ongoing poetic journey.</p><p>--</p><p><strong>La Fábrica de Poesía</strong></p><p>Facilitada por Odette da Silva</p><p><strong>La Fábrica de Poesía</strong> es un espacio creativo donde las palabras juegan, cantan y toman formas sorprendentes. A través de divertidas actividades que despiertan la imaginación, los niños exploran la poesía y desarrollan su propia voz en español.</p><p><strong>Odette da Silva</strong>, poeta y educadora, cree que la poesía puede ser un lugar de juego y libertad para todas las edades. A menudo la acompaña su hijo de 9 años, quien ofrece su ayuda y establece un vínculo especial con los participantes.</p><p>Cada encuentro en la Fábrica es una pequeña aventura que puede disfrutarse de forma independiente o como parte de un viaje poético continuo.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "La Fábrica de Poesía  espanjankielinen runotyöpaja 7-12 vuotiaille. Työpaja järjestetään lauantaisin 29.8., 3.10., 7.11. ja 5.12., klo 15.00–16.00. Tervetuloa!",
                "en": "The Poetry Factory / La Fábrica de Poesía on 29th AUG, 3rd OCT, 7th NOV, 5TH DEC from 15.00-16.00 in makerspaceroom Paja. Welcome!"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp3ewi67m/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agp3ewi7tm",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63115/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66fq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66hi/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66ky/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66mq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66qa/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz67i4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p360/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp3ewja3e/?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": 2385707,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-06T08:53:47.487170Z",
                    "last_modified_time": "2026-08-06T08:53:47.487184Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/163f900a-6fc6-43ee-9964-3cd279bcd473.jpg",
                    "name": "",
                    "cropping": "29,0,611,582",
                    "photographer_name": "",
                    "alt_text": "Kuvassa on sakset ja nuotteja ja siinä lukee la fabrica de poesia - creative space for kids in Spanish",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385707/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-30T08:18:37.664010Z",
            "last_modified_time": "2026-08-06T08:54:04.272581Z",
            "date_published": null,
            "start_time": "2026-10-03T12:00:00Z",
            "end_time": "2026-10-03T13:30:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Paja",
                "en": "Makerspaceroom Paja"
            },
            "provider": null,
            "name": {
                "fi": "La Fábrica de Poesía / Espanjankielinen runotyöpaja 7-12 vuotiaille",
                "en": "La Fábrica de Poesía / The Poetry Factory"
            },
            "description": {
                "fi": "<p>TÄRKEÄÄ TIETOA TYÖPAJAAN LIITTYEN:</p><p>LAPSILLE – SUOSITELTU IKÄ 7–12 VUOTTA</p><p>ESPANJAKSI – TARVITTAESSA TUKEA SAATAVILLA MYÖS ENGLANNIKSI</p><p>Tapahtumapäivät ja kellonajat: 29.8., 3.10., 7.11. ja 5.12., klo 15.00–16.30.&nbsp;</p><p><br></p><p><strong>La Fábrica de Poesía</strong></p><p><br></p><p><strong>Ohjaaja: Odette da Silva</strong></p><p><br></p><p>La Fábrica de Poesía on luova runotyöpaja, jossa sanat leikkivät, laulavat ja ottavat yllättäviä muotoja. Lasten mielikuvitusta herättävien hauskojen aktiviteettien avulla työpajaan osallistuvat tutkivat runoutta ja kehittävät omaa ilmaisutapaansa espanjaksi.</p><p>Runoilija ja opettaja Odette da Silva uskoo, että runous voi olla leikin ja vapauden paikka kaiken ikäisille. Silvan 9-vuotias poika tulee usein työpajoihin mukaan ja auttaa luomaan erityisen siteen osallistujien kanssa.</p><p>Jokainen työpaja on pieni seikkailu, josta voi nauttia itsenäisesti tai osana ryhmää.</p>",
                "en": "<p>La Fábrica de Poesía / The Poetry Factory</p><p>By poet and educator Odette da Silva</p><p><br></p><p>La Fábrica de Poesía / The Poetry Factory is a creative space for children aged 7-12. Led by a mother-and-son duo, this project was born from a family love for writing and making. At The Factory, \"poetry\" stands for fantasy, freedom, and connection; children play with words, explore their imagination, and experience the joy of bringing their ideas to life. At the Lippulaiva Library, The Factory has regular sessions in Spanish. Get in touch and stay updated via instagram @inkyhelsinki.</p><p><br></p><p>FREE ENTRANCE — FOR AGES 7-12</p><p>IN SPANISH — WITH SUPPORT IN ENGLISH IF NEEDED</p><p><br></p><p>SATURDAY 29 AUG / 3 OCT / 7 NOV / 5 DEC — 15.00-16.30</p><p>LIPPULAIVA LIBRARY — MAKERSPACE PAJA</p><p><br></p><p><strong>The Poetry Factory</strong></p><p>Facilitated by Odette da Silva</p><p>The Poetry Factory is a creative space where words play, sing, and take on surprising shapes. Through fun activities that spark imagination, children explore poetry and develop their own voice in Spanish.</p><p><strong>Odette da Silva</strong>, poet and educator, believes that poetry can be a place of play and freedom for all ages. She is often joined by her 9-year-old son, who offers his help and builds a special bond with the participants.</p><p>Each gathering at the Factory is a small adventure that can be enjoyed independently or as part of an ongoing poetic journey.</p><p>--</p><p><strong>La Fábrica de Poesía</strong></p><p>Facilitada por Odette da Silva</p><p><strong>La Fábrica de Poesía</strong> es un espacio creativo donde las palabras juegan, cantan y toman formas sorprendentes. A través de divertidas actividades que despiertan la imaginación, los niños exploran la poesía y desarrollan su propia voz en español.</p><p><strong>Odette da Silva</strong>, poeta y educadora, cree que la poesía puede ser un lugar de juego y libertad para todas las edades. A menudo la acompaña su hijo de 9 años, quien ofrece su ayuda y establece un vínculo especial con los participantes.</p><p>Cada encuentro en la Fábrica es una pequeña aventura que puede disfrutarse de forma independiente o como parte de un viaje poético continuo.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "La Fábrica de Poesía  espanjankielinen runotyöpaja 7-12 vuotiaille. Työpaja järjestetään lauantaisin 29.8., 3.10., 7.11. ja 5.12., klo 15.00–16.00. Tervetuloa!",
                "en": "The Poetry Factory / La Fábrica de Poesía on 29th AUG, 3rd OCT, 7th NOV, 5TH DEC from 15.00-16.00 in makerspaceroom Paja. Welcome!"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp3ewi7tm/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agp3ewjahq",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63115/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66fq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66hi/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66ky/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66mq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66qa/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz67i4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p360/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp3ewja3e/?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": 2385707,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-06T08:53:47.487170Z",
                    "last_modified_time": "2026-08-06T08:53:47.487184Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/163f900a-6fc6-43ee-9964-3cd279bcd473.jpg",
                    "name": "",
                    "cropping": "29,0,611,582",
                    "photographer_name": "",
                    "alt_text": "Kuvassa on sakset ja nuotteja ja siinä lukee la fabrica de poesia - creative space for kids in Spanish",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385707/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-30T08:18:37.358020Z",
            "last_modified_time": "2026-08-06T08:54:04.105190Z",
            "date_published": null,
            "start_time": "2026-08-29T12:00:00Z",
            "end_time": "2026-08-29T13:30:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Paja",
                "en": "Makerspaceroom Paja"
            },
            "provider": null,
            "name": {
                "fi": "La Fábrica de Poesía / Espanjankielinen runotyöpaja 7-12 vuotiaille",
                "en": "La Fábrica de Poesía / The Poetry Factory"
            },
            "description": {
                "fi": "<p>TÄRKEÄÄ TIETOA TYÖPAJAAN LIITTYEN:</p><p>LAPSILLE – SUOSITELTU IKÄ 7–12 VUOTTA</p><p>ESPANJAKSI – TARVITTAESSA TUKEA SAATAVILLA MYÖS ENGLANNIKSI</p><p>Tapahtumapäivät ja kellonajat: 29.8., 3.10., 7.11. ja 5.12., klo 15.00–16.30.&nbsp;</p><p><br></p><p><strong>La Fábrica de Poesía</strong></p><p><br></p><p><strong>Ohjaaja: Odette da Silva</strong></p><p><br></p><p>La Fábrica de Poesía on luova runotyöpaja, jossa sanat leikkivät, laulavat ja ottavat yllättäviä muotoja. Lasten mielikuvitusta herättävien hauskojen aktiviteettien avulla työpajaan osallistuvat tutkivat runoutta ja kehittävät omaa ilmaisutapaansa espanjaksi.</p><p>Runoilija ja opettaja Odette da Silva uskoo, että runous voi olla leikin ja vapauden paikka kaiken ikäisille. Silvan 9-vuotias poika tulee usein työpajoihin mukaan ja auttaa luomaan erityisen siteen osallistujien kanssa.</p><p>Jokainen työpaja on pieni seikkailu, josta voi nauttia itsenäisesti tai osana ryhmää.</p>",
                "en": "<p>La Fábrica de Poesía / The Poetry Factory</p><p>By poet and educator Odette da Silva</p><p><br></p><p>La Fábrica de Poesía / The Poetry Factory is a creative space for children aged 7-12. Led by a mother-and-son duo, this project was born from a family love for writing and making. At The Factory, \"poetry\" stands for fantasy, freedom, and connection; children play with words, explore their imagination, and experience the joy of bringing their ideas to life. At the Lippulaiva Library, The Factory has regular sessions in Spanish. Get in touch and stay updated via instagram @inkyhelsinki.</p><p><br></p><p>FREE ENTRANCE — FOR AGES 7-12</p><p>IN SPANISH — WITH SUPPORT IN ENGLISH IF NEEDED</p><p><br></p><p>SATURDAY 29 AUG / 3 OCT / 7 NOV / 5 DEC — 15.00-16.30</p><p>LIPPULAIVA LIBRARY — MAKERSPACE PAJA</p><p><br></p><p><strong>The Poetry Factory</strong></p><p>Facilitated by Odette da Silva</p><p>The Poetry Factory is a creative space where words play, sing, and take on surprising shapes. Through fun activities that spark imagination, children explore poetry and develop their own voice in Spanish.</p><p><strong>Odette da Silva</strong>, poet and educator, believes that poetry can be a place of play and freedom for all ages. She is often joined by her 9-year-old son, who offers his help and builds a special bond with the participants.</p><p>Each gathering at the Factory is a small adventure that can be enjoyed independently or as part of an ongoing poetic journey.</p><p>--</p><p><strong>La Fábrica de Poesía</strong></p><p>Facilitada por Odette da Silva</p><p><strong>La Fábrica de Poesía</strong> es un espacio creativo donde las palabras juegan, cantan y toman formas sorprendentes. A través de divertidas actividades que despiertan la imaginación, los niños exploran la poesía y desarrollan su propia voz en español.</p><p><strong>Odette da Silva</strong>, poeta y educadora, cree que la poesía puede ser un lugar de juego y libertad para todas las edades. A menudo la acompaña su hijo de 9 años, quien ofrece su ayuda y establece un vínculo especial con los participantes.</p><p>Cada encuentro en la Fábrica es una pequeña aventura que puede disfrutarse de forma independiente o como parte de un viaje poético continuo.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "La Fábrica de Poesía  espanjankielinen runotyöpaja 7-12 vuotiaille. Työpaja järjestetään lauantaisin 29.8., 3.10., 7.11. ja 5.12., klo 15.00–16.00. Tervetuloa!",
                "en": "The Poetry Factory / La Fábrica de Poesía on 29th AUG, 3rd OCT, 7th NOV, 5TH DEC from 15.00-16.00 in makerspaceroom Paja. Welcome!"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp3ewjahq/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agp5mk7sqq",
            "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:p1808/?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": 2385698,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-05T10:20:51.407172Z",
                    "last_modified_time": "2026-08-05T10:20:51.407191Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/8108eb09-5ffe-4c8d-9898-14fddaed2371.jpg",
                    "name": "",
                    "cropping": "685,0,1235,550",
                    "photographer_name": "",
                    "alt_text": "Kuvassa on kitara ja sateenkaari",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385698/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-06T07:29:09.552519Z",
            "last_modified_time": "2026-08-06T07:29:09.552533Z",
            "date_published": null,
            "start_time": "2026-09-12T10:00:00Z",
            "end_time": "2026-09-12T10:30:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Stage",
                "sv": "Stage",
                "en": "Stage"
            },
            "provider": {
                "fi": "Klassisen kitaran taitaja ja säveltäjä Yunjia Liu ",
                "sv": "Den professionella klassiska gitarristen och kompositören Yunjia Liu",
                "en": "Professional classical guitarist and composer Yunjia Liu"
            },
            "name": {
                "fi": "\"Rainbow\"-projekti: Klassisen kitaran konserttikiertue",
                "sv": "Projektet ”Rainbow”: Konsertturné med sologitarr",
                "en": "\"Rainbow\" Project: Solo Guitar Concert Tour"
            },
            "description": {
                "fi": "<p>Klassisen kitaran taitaja ja säveltäjä Yunjia Liu esittää \"Rainbow\"-projektin – ainutlaatuisen konserttisarjan, jonka tavoitteena on juhlistaa monimuotoisuutta ja syvää yhteiskunnallista osallisuutta.</p><p>Tämä 30-minuuttinen konserttimatka rakentaa musiikillisia mestariteoksia ja alkuperäissävellyksiä sateenkaaren seitsemän symbolisen värin ympärille. Ohjelmisto sisältää sekä klassisia teoksia että kantaesityksen teoksesta \"PUU\" (Tree) – sävellys, joka symboloi syvien juurten kasvattamista Suomeen.</p><p>Konsertit on suunniteltu kaikille avoimiksi ja saavutettaviksi, ja ne sisältävät yleisövuorovaikutusta sekä selostuksia, jotka voidaan esittää paikallisen yleisön tarpeen mukaan englanniksi, suomeksi, ruotsiksi, saksaksi tai kiinaksi. Nämä maksuttomat esitykset muuttavat kirjastot keskinäisen kunnioituksen ja yhteisöllisyyden tyyssijoiksi.</p><p>Digitaalinen julkaisu: Alkuperäisteos \"PUU\" julkaistaan suoratoistopalveluissa 28. elokuuta 2026.</p><p><br></p><p><strong>Tapahtumien aikataulu</strong></p><p>Kiertue vierailee viidessä espoolaisessa kirjastossa:</p><p><br></p><p><strong>Espoo-päivä, perjantai 28. elokuuta 2026</strong></p><p>12:00–12:30: Entressen kirjasto</p><p>14:00–14:30: Sellon kirjasto</p><p>16:00–16:30: Tapiolan kirjasto</p><p><br></p><p><strong>Lauantai 12. syyskuuta 2026</strong></p><p>13:00–13:30: Ison Omenan kirjasto</p><p>15:00–15:30: Lippulaivan kirjasto</p>",
                "sv": "<p>Den professionella klassiska gitarristen och kompositören Yunjia Liu presenterar projektet ”Rainbow”, en unik konsertserie som syftar till att hylla mångfald och djup samhällelig inkludering.</p><p><br></p><p>Denna 30-minuters långa musikaliska resa bygger upp musikaliska mästerverk och egna kompositioner kring regnbågens sju symboliska färger. Programmet innehåller både klassiska favoriter och världspremiären av ”PUU” (Träd) – ett stycke som symboliserar resan mot att slå djupa rötter i Finland – och erbjuder ett utrymme för gemenskap och reflektion.</p><p><br></p><p>Konserterna är utformade för att vara tillgängliga för alla, med interaktiva inslag och kommentarer anpassade efter den lokala publiken på engelska, finska, svenska, tyska eller kinesiska. Dessa kostnadsfria föreställningar förvandlar kommunala bibliotek till oaser av ömsesidig respekt och gemenskap.</p><p><br></p><p>Digital lansering: Det originella verket ”PUU” släpps på streamingplattformar den 28 augusti 2026.</p><p><br></p><p><strong>Evenemangsinformation och schema</strong></p><p>Turnén omfattar fem stora bibliotek i Esbo:</p><p><br></p><p><strong>Fredag den 28 augusti 2026 på Esbodagen:</strong></p><p>12:00–12:30: Entresse biblioteket</p><p>14:00–14:30: Sello biblioteket</p><p>16:00–16:30: Tapiola biblioteket</p><p><br></p><p><strong>Lördag den 12 september 2026:</strong></p><p>13:00–13:30: Iso Omena biblioteket</p><p>15:00–15:30: Lippulaiva biblioteket</p>",
                "en": "<p>Professional classical guitarist and composer Yunjia Liu presents the \"Rainbow\" Project, a unique series of concerts designed to celebrate diversity and deep societal inclusion.</p><p>This 30-minute performance journey structures musical masterworks and original compositions around the seven symbolic colors of the rainbow. Featuring both classical staples and the world premiere of \"PUU\" (Tree)—a piece symbolizing the journey of planting deep roots in Finland—this program offers a space for connection and reflection.</p><p>The concerts are designed to be accessible to everyone, with interactive elements and commentary tailored to local audiences in English, Finnish, Swedish, German, or Chinese. These free performances transform municipal libraries into sanctuaries of mutual respect and community cohesion.</p><p>Digital Launch: The original piece \"PUU\" will be released on streaming platforms on August 28, 2026.</p><p><br></p><p><strong>Event Details &amp; Schedule</strong></p><p>The tour spans five major Espoo libraries:</p><p><br></p><p><strong>Friday, August 28, 2026 on Espoo Day:</strong></p><p>12:00–12:30: Entresse Library</p><p>14:00–14:30: Sello Library</p><p>16:00–16:30: Tapiola Library</p><p><br></p><p><strong>Saturday, September 12, 2026:</strong></p><p>13:00–13:30: Iso Omena Library</p><p>15:00–15:30: Lippulaiva Library</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa klassisenkitaran konserttiin la 12.9. klo 13 Stagelle!",
                "sv": "Välkommen till en konsert med klassisk gitarr lördagen den 12 september kl. 13 i Stage!",
                "en": "Welcome to a classical guitar concert on Saturday 12 September at 1 pm in Stage!"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp5mk7sqq/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        }
    ]
}