Using the keyword endpoint

Here, categories for events are listed. Events in each category can be found at the event endpoint using the query parameter keyword. The common keywords used in all events originate from the general Finnish ontology (yso), hence the format yso:p4354. Default ordering is decreasing order by the number of events found.

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.

Keyword text

To find keywords that contain a specific string, use the query parameter text.

Example:

keyword/?text=lapset

See the result

Free text

While the previous search is looking for the keywords containg exact matches of the search string, free_text retrieves keywords on the basis of similarity. Results are sorted by similarity.

Example:

keyword/?free_text=lapppset

See the result

Keyword source

Will restrict keywords to a specific data source.

Example:

keyword/?data_source=yso

See the result

Show only keywords with the upcoming events

To show only the keywords which are used in the upcoming events supply the has_upcoming_events query parameter.

For example:

keyword/?has_upcoming_events=True

See the result

Showing all keywords

By default, only those keywords which have listed events are displayed. You may display keywords with zero n_events with the query parameter show_all_keywords.

For example:

keyword/?show_all_keywords=True

See the result

Showing deprecated keywords

By default, deprecated keywords are not displayed. You may also display deprecated keywords with the query parameter show_deprecated.

For example:

keyword/?show_deprecated=True

See the result

Ordering

Default ordering is decreasing order by the number of events found. You may also order results by name.

For example:

keyword/?sort=name

See the result

GET /v1/keyword/?format=api&page=1241&show_all_keywords=True
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 32005,
        "next": "https://linkedevents.api.test.hel.ninja/v1/keyword/?format=api&page=1242&show_all_keywords=True",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/keyword/?format=api&page=1240&show_all_keywords=True"
    },
    "data": [
        {
            "id": "yso:p5922",
            "has_user_editable_resources": false,
            "alt_labels": [
                "Finlandization"
            ],
            "created_time": "2023-08-16T05:12:02.703412Z",
            "last_modified_time": "2023-08-16T05:12:02.703431Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "suomettuminen",
                "sv": "finlandisering",
                "en": "Finlandisation"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p5922/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p29385",
            "has_user_editable_resources": false,
            "alt_labels": [
                "Finlands hundraårsjubileum"
            ],
            "created_time": "2023-08-16T05:14:03.148210Z",
            "last_modified_time": "2023-08-16T05:14:03.148234Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "Suomi 100 vuotta -juhlavuosi",
                "sv": "Finlands 100-årsjubileum",
                "en": "The centenary year of Finland’s independence"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p29385/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p23730",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:06:50.153599Z",
            "last_modified_time": "2023-08-16T05:06:50.153618Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "Suomi-koulut",
                "sv": "Finlandsskolor",
                "en": "Finnish schools outside Finland"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p23730/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p11170",
            "has_user_editable_resources": false,
            "alt_labels": [
                "Finlandsbild"
            ],
            "created_time": "2023-08-16T05:12:29.507551Z",
            "last_modified_time": "2023-08-16T05:12:29.507571Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "Suomi-kuva",
                "sv": "Finlandsbilden",
                "en": "image of Finland"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11170/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p19102",
            "has_user_editable_resources": false,
            "alt_labels": [
                "Finland paddlar",
                "Finlandia kanotstafett",
                "Suomi meloo (kanotstafett)"
            ],
            "created_time": "2023-08-16T05:06:07.959632Z",
            "last_modified_time": "2023-08-16T05:06:07.959649Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "Suomi meloo -kanoottiviesti",
                "sv": "Suomi meloo",
                "en": "Finlandia Canoe Relay"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p19102/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p27390",
            "has_user_editable_resources": false,
            "alt_labels": [
                "Suomi-rock",
                "finländsk rock",
                "finnrock",
                "finsk rock"
            ],
            "created_time": "2023-08-16T05:07:22.094867Z",
            "last_modified_time": "2023-08-16T05:07:22.094884Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "suomirock",
                "sv": "Suomirock",
                "en": "Suomi rock"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p27390/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p24613",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:13:38.086441Z",
            "last_modified_time": "2023-08-16T05:13:38.086461Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "suomi toisena kielenä",
                "sv": "finska som andraspråk",
                "en": "Finnish as a second language"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p24613/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p38757",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:14:16.964435Z",
            "last_modified_time": "2023-08-16T05:14:16.964453Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "suomi vieraana kielenä",
                "sv": "finska som främmande språk",
                "en": "Finnish as a foreign language"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p38757/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p39734",
            "has_user_editable_resources": false,
            "alt_labels": [
                "Squamata",
                "fjällbärande reptiler",
                "fjällreptiler"
            ],
            "created_time": "2023-08-16T05:14:23.414507Z",
            "last_modified_time": "2023-08-16T05:14:23.414528Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "suomumatelijat",
                "sv": "fjällbärande kräldjur",
                "en": "Squamata"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39734/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p19258",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:06:09.705143Z",
            "last_modified_time": "2023-08-16T05:06:09.705162Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "Suomusjärven kulttuuri",
                "sv": "Suomusjärvikulturen",
                "en": "Suomusjärvi culture"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p19258/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p21570",
            "has_user_editable_resources": false,
            "alt_labels": [
                "fjäll (biologi)",
                "fjäll (hud)"
            ],
            "created_time": "2023-08-16T05:10:09.795477Z",
            "last_modified_time": "2023-08-16T05:10:09.795497Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "suomut",
                "sv": "fjäll (kroppsdelar)",
                "en": "scales (parts of the body)"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p21570/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p27654",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:13:53.699456Z",
            "last_modified_time": "2023-08-16T05:13:53.699472Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "suoneniskentä",
                "sv": "åderlåtning",
                "en": "bloodletting"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p27654/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p28860",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:11:13.650377Z",
            "last_modified_time": "2023-08-16T05:11:13.650395Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "Suonenjoen kirkko",
                "sv": "Suonenjoki kyrka",
                "en": "Suonenjoki Church"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p28860/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p40388",
            "has_user_editable_resources": false,
            "alt_labels": [
                "endovaskulaarinen hoito",
                "suonensisäinen hoito",
                "endovaskulära behandlingar",
                "endovaskulära tekniker",
                "endovascular therapy",
                "endovascular treatment"
            ],
            "created_time": "2024-06-21T04:40:58.313548Z",
            "last_modified_time": "2024-08-29T04:40:41.487364Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "suonensisäiset toimenpiteet",
                "sv": "endovaskulära ingrepp",
                "en": "endovascular procedures"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p40388/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p39227",
            "has_user_editable_resources": false,
            "alt_labels": [
                "uvea"
            ],
            "created_time": "2023-08-16T05:11:45.687554Z",
            "last_modified_time": "2023-08-16T05:11:45.687572Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "suonikalvosto",
                "sv": "uvea",
                "en": "uvea"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39227/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p39265",
            "has_user_editable_resources": false,
            "alt_labels": [
                "uvea inflammation",
                "suonikalvostotulehdus",
                "uveiitti",
                "uveit"
            ],
            "created_time": "2023-08-16T05:08:04.119549Z",
            "last_modified_time": "2023-08-16T05:08:04.119575Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "suonikalvoston tulehdus",
                "sv": "druvhinneinflammation",
                "en": "uveitis"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39265/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p16006",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:05:38.016970Z",
            "last_modified_time": "2023-08-16T05:05:38.016988Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "suonikohjut",
                "sv": "åderbråck",
                "en": "varicose veins"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16006/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p26684",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:07:15.749961Z",
            "last_modified_time": "2023-08-16T05:07:15.749979Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "Suontaan kartano",
                "sv": "Suontaka gård",
                "en": "Suontaka manor"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p26684/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p21070",
            "has_user_editable_resources": false,
            "alt_labels": [
                "swamp soccer",
                "suojalkapallo",
                "kärrfotboll",
                "myrfotboll"
            ],
            "created_time": "2023-08-16T05:06:28.035251Z",
            "last_modified_time": "2023-08-16T05:06:28.035288Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "suopotkupallo",
                "sv": "träskfotboll",
                "en": "swamp football"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p21070/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p040794",
            "has_user_editable_resources": false,
            "alt_labels": [
                "Rhododendron tomentosum",
                "getpors"
            ],
            "created_time": "2025-07-01T04:39:47.607662Z",
            "last_modified_time": "2025-07-01T04:39:47.607676Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "suopursu",
                "sv": "skvattram",
                "en": "Rhododendron tomentosum"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p040794/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        }
    ]
}