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

{
    "meta": {
        "count": 551,
        "next": "https://linkedevents.api.test.hel.ninja/v1/keyword/?format=api&page=6",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/keyword/?format=api&page=4"
    },
    "data": [
        {
            "id": "yso:p6033",
            "has_user_editable_resources": false,
            "alt_labels": [
                "surroundings",
                "omgivning"
            ],
            "created_time": "2023-08-16T05:19:42.063394Z",
            "last_modified_time": "2023-08-16T05:19:42.063413Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": true,
            "n_events": 109,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "ympäristö",
                "sv": "miljö",
                "en": "environment"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p6033/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p7708",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:19:13.687429Z",
            "last_modified_time": "2023-08-16T05:19:13.687454Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": true,
            "n_events": 108,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "työttömät",
                "sv": "arbetslösa",
                "en": "unemployed people"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p7708/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p16596",
            "has_user_editable_resources": false,
            "alt_labels": [
                "turistit"
            ],
            "created_time": "2023-08-16T05:15:18.345976Z",
            "last_modified_time": "2023-08-16T05:15:18.345994Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": true,
            "n_events": 107,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "matkailijat",
                "sv": "turister",
                "en": "tourists and travellers"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16596/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p40387",
            "has_user_editable_resources": false,
            "alt_labels": [
                "Pekka Puupää -elokuvat",
                "Träskalle och Stumpen-filmer",
                "Pekka and Pätkä films",
                "Pekka ja Pätkä movies",
                "Pete and Runt films"
            ],
            "created_time": "2024-06-13T04:40:25.922251Z",
            "last_modified_time": "2024-08-24T04:41:34.223997Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": true,
            "n_events": 107,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "Pekka ja Pätkä -elokuvat",
                "sv": "Kalle Träskalle och Stumpen-filmer",
                "en": "Pekka ja Pätkä films"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p40387/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p12697",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:15:05.689387Z",
            "last_modified_time": "2023-08-16T05:15:05.689406Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": true,
            "n_events": 100,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "jääkiekko",
                "sv": "ishockey",
                "en": "ice hockey"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p12697/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p3670",
            "has_user_editable_resources": false,
            "alt_labels": [
                "ruoat"
            ],
            "created_time": "2023-08-16T05:19:11.133220Z",
            "last_modified_time": "2023-08-16T05:19:11.133238Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": true,
            "n_events": 99,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "ruoka",
                "sv": "mat",
                "en": "food"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p3670/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p20513",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:06:24.453161Z",
            "last_modified_time": "2023-08-16T05:06:24.453180Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": true,
            "n_events": 94,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "vauvaperheet",
                "sv": "småbarnsfamiljer",
                "en": "families with babies"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p20513/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p26619",
            "has_user_editable_resources": false,
            "alt_labels": [
                "utegymnastik",
                "uteidrott",
                "utemotion",
                "utomhusgymnastik",
                "utomhusmotion"
            ],
            "created_time": "2023-08-16T05:10:55.429659Z",
            "last_modified_time": "2023-08-16T05:10:55.429679Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": true,
            "n_events": 88,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "ulkoliikunta",
                "sv": "utomhusidrott",
                "en": "outdoor sports"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p26619/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p965",
            "has_user_editable_resources": false,
            "alt_labels": [
                "damsport",
                "damidrott",
                "herridrott",
                "sport",
                "herrsport",
                "idrott",
                "idrott och sport"
            ],
            "created_time": "2023-08-16T05:19:48.065449Z",
            "last_modified_time": "2024-01-18T04:41:59.260277Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": true,
            "n_events": 88,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "urheilu",
                "sv": "sport och idrott",
                "en": "sports"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p965/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p2846",
            "has_user_editable_resources": false,
            "alt_labels": [
                "keittotaito",
                "ruoanlaitto",
                "ruuanlaitto",
                "ruuanvalmistus",
                "kokkonst"
            ],
            "created_time": "2023-08-16T05:19:27.647542Z",
            "last_modified_time": "2023-08-16T05:19:27.647562Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 84,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "ruoanvalmistus",
                "sv": "matlagning",
                "en": "food preparation"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2846/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p5164",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:11:59.271137Z",
            "last_modified_time": "2023-08-16T05:11:59.271154Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": true,
            "n_events": 82,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "osallisuus",
                "sv": "delaktighet",
                "en": "involvement (participation)"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p5164/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p9244",
            "has_user_editable_resources": false,
            "alt_labels": [
                "stå-upp-komik"
            ],
            "created_time": "2023-08-16T05:08:33.693878Z",
            "last_modified_time": "2023-08-16T05:08:33.693903Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": true,
            "n_events": 78,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "stand up -komiikka",
                "sv": "ståuppkomik",
                "en": "stand-up comedy"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p9244/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p485",
            "has_user_editable_resources": false,
            "alt_labels": [
                "handarbete",
                "hantverk",
                "handarbete och hantverk (arbete)",
                "hantverk och handarbete (aktivitet)"
            ],
            "created_time": "2023-08-16T05:19:43.703641Z",
            "last_modified_time": "2023-08-16T05:19:43.703658Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": true,
            "n_events": 73,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "käsityö (toiminta)",
                "sv": "handarbete och hantverk (aktivitet)",
                "en": "handcrafting"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p485/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p1377",
            "has_user_editable_resources": false,
            "alt_labels": [
                "design",
                "planning"
            ],
            "created_time": "2023-08-16T05:19:46.752636Z",
            "last_modified_time": "2023-08-16T05:19:46.752653Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": true,
            "n_events": 71,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "suunnittelu",
                "sv": "planering",
                "en": "planning and design"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1377/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p16650",
            "has_user_editable_resources": false,
            "alt_labels": [
                "kurssit (hinnat)"
            ],
            "created_time": "2023-08-16T05:05:43.494553Z",
            "last_modified_time": "2023-08-16T05:05:43.494572Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": true,
            "n_events": 70,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "pörssikurssit",
                "sv": "börskurser",
                "en": "stock prices"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16650/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p7277",
            "has_user_editable_resources": false,
            "alt_labels": [
                "kurssit (hinnat)",
                "exchange rates",
                "vaihtokurssit",
                "valuutan muuntokurssit",
                "växelkurser"
            ],
            "created_time": "2023-08-16T05:14:41.956398Z",
            "last_modified_time": "2023-08-16T05:14:41.956416Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": true,
            "n_events": 70,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "valuuttakurssit",
                "sv": "valutakurser",
                "en": "rates of exchange"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p7277/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p5088",
            "has_user_editable_resources": false,
            "alt_labels": [
                "dekkarikirjallisuus",
                "dekkarit",
                "deckare",
                "deckarlitteratur",
                "noir-kirjallisuus",
                "rikosromaanit",
                "kriminallitteratur",
                "kriminalromaner"
            ],
            "created_time": "2023-08-16T05:18:43.009790Z",
            "last_modified_time": "2023-08-16T05:18:43.009818Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": true,
            "n_events": 69,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "rikoskirjallisuus",
                "sv": "kriminalfiktion",
                "en": "crime fiction"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p5088/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p6915",
            "has_user_editable_resources": false,
            "alt_labels": [
                "alle kouluikäiset",
                "barn under skolåldern"
            ],
            "created_time": "2023-08-16T05:12:07.170505Z",
            "last_modified_time": "2023-08-16T05:12:07.170523Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 67,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "leikki-ikäiset",
                "sv": "barn i lekåldern",
                "en": "preschoolers (age group)"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p6915/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p1650",
            "has_user_editable_resources": false,
            "alt_labels": [
                "förskolepedagogik",
                "småbarnsfostran"
            ],
            "created_time": "2023-08-16T05:18:50.644854Z",
            "last_modified_time": "2023-08-16T05:18:50.644872Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 65,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "varhaiskasvatus",
                "sv": "småbarnspedagogik",
                "en": "early childhood education and care"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1650/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p272",
            "has_user_editable_resources": false,
            "alt_labels": [
                "organisation",
                "organisaatio",
                "organisationer (system)",
                "organizations (systems)"
            ],
            "created_time": "2023-08-16T05:19:48.972508Z",
            "last_modified_time": "2023-08-16T05:19:48.972527Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": true,
            "n_events": 64,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "organisaatiot",
                "sv": "organisationer",
                "en": "organisations (systems)"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p272/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        }
    ]
}