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

{
    "meta": {
        "count": 31946,
        "next": "https://linkedevents.api.test.hel.ninja/v1/keyword/?format=api&page=1319&show_all_keywords=True",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/keyword/?format=api&page=1317&show_all_keywords=True"
    },
    "data": [
        {
            "id": "yso:p26792",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:07:16.818114Z",
            "last_modified_time": "2023-08-16T05:07:16.818131Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "termoplastisuus",
                "sv": "termoplasticitet",
                "en": "thermoplasticity"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p26792/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p14305",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:05:24.466114Z",
            "last_modified_time": "2023-08-16T05:05:24.466134Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "termosfääri",
                "sv": "termosfären",
                "en": "thermosphere"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p14305/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p14109",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:09:06.345130Z",
            "last_modified_time": "2023-08-16T05:09:06.345147Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "ternimaito",
                "sv": "råmjölk",
                "en": "colostrum"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p14109/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p24207",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:06:53.656627Z",
            "last_modified_time": "2023-08-16T05:06:53.656646Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "teroitus",
                "sv": "vässning",
                "en": "sharpening"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p24207/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p25189",
            "has_user_editable_resources": false,
            "alt_labels": [
                "slipredskap"
            ],
            "created_time": "2023-08-16T05:07:01.002239Z",
            "last_modified_time": "2023-08-16T05:07:01.002299Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "teroitusvälineet",
                "sv": "slipverktyg",
                "en": "sharpeners"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p25189/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p12115",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:16:35.909153Z",
            "last_modified_time": "2023-08-16T05:16:35.909171Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "terpeenit",
                "sv": "terpener",
                "en": "terpenes"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p12115/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p7627",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:08:26.510964Z",
            "last_modified_time": "2023-08-16T05:08:26.511019Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "terraariot",
                "sv": "terrarier",
                "en": "terrariums"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p7627/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p2468",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:13:38.168184Z",
            "last_modified_time": "2023-08-16T05:13:38.168201Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "terrakotta",
                "en": "terracotta"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2468/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p14668",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:19:40.285908Z",
            "last_modified_time": "2023-08-16T05:19:40.285924Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "terrierit",
                "sv": "terrier",
                "en": "terriers"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p14668/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p3114",
            "has_user_editable_resources": false,
            "alt_labels": [
                "terrorismi-iskut",
                "terroristi-iskut"
            ],
            "created_time": "2023-08-16T05:19:22.161775Z",
            "last_modified_time": "2023-08-16T05:19:22.161802Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "terrori-iskut",
                "sv": "terrorattacker",
                "en": "terror attacks"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p3114/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p3119",
            "has_user_editable_resources": false,
            "alt_labels": [
                "terrori",
                "terror"
            ],
            "created_time": "2023-08-16T05:19:31.613428Z",
            "last_modified_time": "2023-08-16T05:19:31.613447Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "terrorismi",
                "sv": "terrorism",
                "en": "terrorism"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p3119/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p17596",
            "has_user_editable_resources": false,
            "alt_labels": [
                "antiterrorismverksamhet",
                "terrorismin torjunta",
                "terrorismin vastainen toiminta",
                "terrorismintorjunta",
                "kontraterrorism",
                "antiterrorism",
                "bekämpning av terrorism",
                "anti-terrorism",
                "antiterrorism",
                "counterterrorism",
                "fight against terrorism"
            ],
            "created_time": "2023-08-16T05:09:34.300725Z",
            "last_modified_time": "2025-08-22T04:40:24.058444Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "terrorisminvastainen toiminta",
                "sv": "terrorismbekämpning",
                "en": "counter-terrorism"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p17596/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p21590",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:06:31.196147Z",
            "last_modified_time": "2023-08-16T05:06:31.196165Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "terroristit",
                "sv": "terrorister",
                "en": "terrorists"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p21590/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p27788",
            "has_user_editable_resources": false,
            "alt_labels": [
                "Tertis gård"
            ],
            "created_time": "2023-08-16T05:07:25.001681Z",
            "last_modified_time": "2023-08-16T05:07:25.001698Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "Tertin kartano",
                "en": "Tertti manor"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p27788/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p30131",
            "has_user_editable_resources": false,
            "alt_labels": [
                "vocal trios",
                "terzetter (ensembler)"
            ],
            "created_time": "2023-08-16T05:07:45.297063Z",
            "last_modified_time": "2023-08-16T05:07:45.297081Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tertsetit",
                "sv": "tersetter (ensembler)",
                "en": "terzettos (ensembles)"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p30131/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p30115",
            "has_user_editable_resources": false,
            "alt_labels": [
                "terzetter (kompositioner)"
            ],
            "created_time": "2023-08-16T05:11:26.093044Z",
            "last_modified_time": "2023-08-16T05:11:26.093062Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tertsetot",
                "sv": "tersetter (kompositioner)",
                "en": "terzettos (compositions)"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p30115/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p19346",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:09:50.272367Z",
            "last_modified_time": "2023-08-16T05:09:50.272385Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "terva",
                "sv": "tjära",
                "en": "tar"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p19346/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p13063",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:05:15.616726Z",
            "last_modified_time": "2023-08-16T05:05:15.616746Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tervakauppa",
                "sv": "tjärhandel",
                "en": "tar trade"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p13063/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p21837",
            "has_user_editable_resources": false,
            "alt_labels": [
                "Apus (fåglar)"
            ],
            "created_time": "2023-08-16T05:10:12.077046Z",
            "last_modified_time": "2023-08-16T05:10:12.077063Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tervakiitäjät",
                "sv": "Apus (fågelsläkte)",
                "en": "Apus"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p21837/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p16055",
            "has_user_editable_resources": false,
            "alt_labels": [
                "leppä",
                "black alder",
                "Alnus glutinosa"
            ],
            "created_time": "2023-08-16T05:05:38.456471Z",
            "last_modified_time": "2023-08-16T05:05:38.456490Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tervaleppä",
                "sv": "klibbal",
                "en": "Alnus glutinosa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16055/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        }
    ]
}