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

{
    "meta": {
        "count": 31675,
        "next": "https://linkedevents.api.test.hel.ninja/v1/keyword/?format=api&page=1530&show_all_keywords=True",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/keyword/?format=api&page=1528&show_all_keywords=True"
    },
    "data": [
        {
            "id": "yso:p7325",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:19:07.232404Z",
            "last_modified_time": "2023-08-16T05:19:07.232426Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteiskuntasuunnittelu",
                "sv": "samhällsplanering (staten)",
                "en": "societal planning"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p7325/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p5908",
            "has_user_editable_resources": false,
            "alt_labels": [
                "societal theories",
                "social teori"
            ],
            "created_time": "2023-08-16T05:18:57.264783Z",
            "last_modified_time": "2023-08-16T05:18:57.264800Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteiskuntateoriat",
                "sv": "samhällsteorier",
                "en": "social theories"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p5908/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p10429",
            "has_user_editable_resources": false,
            "alt_labels": [
                "yhteiskuntatutkimus",
                "samhällsforskning",
                "samhällsvetenskaplig forskning"
            ],
            "created_time": "2023-08-16T05:08:40.509099Z",
            "last_modified_time": "2023-08-16T05:08:40.509116Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteiskuntatieteet",
                "sv": "samhällsvetenskaper",
                "en": "social sciences"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p10429/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p29616",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:11:21.494242Z",
            "last_modified_time": "2023-08-16T05:11:21.494294Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteiskuntatieteiden maisterit",
                "sv": "magistrar i samhällsvetenskaper",
                "en": "Masters of Social Sciences"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p29616/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p13469",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:05:18.147711Z",
            "last_modified_time": "2023-08-16T05:05:18.147729Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteiskuntatieteilijät",
                "sv": "samhällsvetare",
                "en": "social scientists"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p13469/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p227",
            "has_user_editable_resources": false,
            "alt_labels": [
                "kirkon yhteiskunnallinen työ",
                "yhteiskunnallinen työ",
                "samhällsarbete (kyrkligt arbete)"
            ],
            "created_time": "2023-08-16T05:10:20.685950Z",
            "last_modified_time": "2023-08-16T05:10:20.685969Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteiskuntatyö",
                "sv": "kyrkans samhällsarbete",
                "en": "church community work"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p227/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p5604",
            "has_user_editable_resources": false,
            "alt_labels": [
                "yhteiskunnallinen vastuu"
            ],
            "created_time": "2023-08-16T05:17:57.207329Z",
            "last_modified_time": "2023-08-16T05:17:57.207348Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteiskuntavastuu",
                "sv": "samhällsansvar",
                "en": "societal responsibility"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p5604/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p17121",
            "has_user_editable_resources": false,
            "alt_labels": [
                "samanvändning"
            ],
            "created_time": "2023-08-16T05:13:01.277130Z",
            "last_modified_time": "2023-08-16T05:13:01.277159Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteiskäyttö",
                "sv": "samutnyttjande",
                "en": "common use"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p17121/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p15198",
            "has_user_editable_resources": false,
            "alt_labels": [
                "samsång"
            ],
            "created_time": "2023-08-16T05:09:14.756017Z",
            "last_modified_time": "2023-08-16T05:09:14.756035Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteislaulu",
                "sv": "allsång",
                "en": "singalong"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p15198/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p37790",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:07:49.694885Z",
            "last_modified_time": "2023-08-16T05:07:49.694905Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteisliikenne (taksit)",
                "sv": "samtrafik (taxi)",
                "en": "regional taxi pools"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p37790/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p19235",
            "has_user_editable_resources": false,
            "alt_labels": [
                "gemensamma kataloger",
                "union catalogs"
            ],
            "created_time": "2023-08-16T05:06:09.372609Z",
            "last_modified_time": "2023-08-16T05:06:09.372626Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteisluettelot",
                "sv": "samkataloger",
                "en": "union catalogues"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p19235/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p16039",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:18:12.420245Z",
            "last_modified_time": "2023-08-16T05:18:12.420304Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteismaa",
                "sv": "allmänning",
                "en": "common land"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16039/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p2823",
            "has_user_editable_resources": false,
            "alt_labels": [
                "gemensamma marknader"
            ],
            "created_time": "2023-08-16T05:18:17.947882Z",
            "last_modified_time": "2023-08-16T05:18:17.947903Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteismarkkinat",
                "sv": "gemensam marknad",
                "en": "common market"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2823/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p25725",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:07:07.159766Z",
            "last_modified_time": "2023-08-16T05:07:07.159794Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteismarkkinointi",
                "sv": "gemensam marknadsföring",
                "en": "joint marketing"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p25725/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p20962",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:10:04.513583Z",
            "last_modified_time": "2023-08-16T05:10:04.513603Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteismetsälaki",
                "sv": "lag om samfällda skogar",
                "en": "Act on Jointly Owned Forests"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p20962/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p11323",
            "has_user_editable_resources": false,
            "alt_labels": [
                "gemensamhetsskogar"
            ],
            "created_time": "2023-08-16T05:18:08.473670Z",
            "last_modified_time": "2023-08-16T05:18:08.473689Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteismetsät",
                "sv": "samfällda skogar",
                "en": "jointly owned forests"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11323/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p29895",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:14:06.213351Z",
            "last_modified_time": "2023-08-16T05:14:06.213369Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteismusisointi",
                "sv": "sammusicerande",
                "en": "ensemble playing and singing"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p29895/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p16676",
            "has_user_editable_resources": false,
            "alt_labels": [
                "kollektivt ägande",
                "samägo"
            ],
            "created_time": "2023-08-16T05:17:38.344810Z",
            "last_modified_time": "2023-08-16T05:17:38.344828Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteisomistus",
                "sv": "samägande",
                "en": "joint ownership"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16676/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p26372",
            "has_user_editable_resources": false,
            "alt_labels": [
                "tiimiopettajuus",
                "samlärarskap",
                "teamlärarskap",
                "team teaching"
            ],
            "created_time": "2023-08-16T05:10:54.170473Z",
            "last_modified_time": "2023-08-16T05:10:54.170505Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteisopettajuus",
                "sv": "kompanjonlärarskap",
                "en": "co-teaching"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p26372/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p7614",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:14:44.058120Z",
            "last_modified_time": "2023-08-16T05:14:44.058138Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "yhteispalvelu",
                "sv": "samservice",
                "en": "citizen service"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p7614/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        }
    ]
}