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=1331&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=1332&show_all_keywords=True",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/keyword/?format=api&page=1330&show_all_keywords=True"
    },
    "data": [
        {
            "id": "yso:p14023",
            "has_user_editable_resources": false,
            "alt_labels": [
                "frågelekar",
                "frågetävlingar",
                "quiz"
            ],
            "created_time": "2023-08-16T05:09:05.751123Z",
            "last_modified_time": "2023-08-16T05:09:05.751142Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokilpailut",
                "sv": "frågesporter",
                "en": "quizzes"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p14023/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p5081",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:11:58.977495Z",
            "last_modified_time": "2023-08-16T05:11:58.977511Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokirjailijat",
                "sv": "fackboksförfattare",
                "en": "nonfiction writers"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p5081/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p24213",
            "has_user_editable_resources": false,
            "alt_labels": [
                "Fack-Finlandiapriset",
                "Fakta Finlandia-priset",
                "priset Fack-Finlandia",
                "Tieto-Finlandia-palkinto",
                "Fack-Finlandia-priset",
                "Tieto-Finlandia Prize"
            ],
            "created_time": "2023-08-16T05:10:34.777829Z",
            "last_modified_time": "2024-10-02T04:40:49.873539Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "Tietokirjallisuuden Finlandia",
                "sv": "Finlandiapriset i facklitteratur",
                "en": "Finlandia Prize in Non-Fiction"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p24213/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p12202",
            "has_user_editable_resources": false,
            "alt_labels": [
                "tietokirjat",
                "fackböcker",
                "faktaböcker",
                "faktalitteratur"
            ],
            "created_time": "2023-08-16T05:18:09.405656Z",
            "last_modified_time": "2023-08-16T05:18:09.405673Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokirjallisuus",
                "sv": "facklitteratur",
                "en": "nonfiction (literature)"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p12202/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p13002",
            "has_user_editable_resources": false,
            "alt_labels": [
                "computer equipment fitters",
                "computer installers",
                "datamontörer"
            ],
            "created_time": "2023-08-16T05:08:58.276567Z",
            "last_modified_time": "2023-08-16T05:08:58.276587Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokoneasentajat",
                "sv": "datormontörer",
                "en": "computer mechanics"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p13002/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p17465",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:13:03.256221Z",
            "last_modified_time": "2023-08-16T05:13:03.256238Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokoneavusteinen kartografia",
                "sv": "datorstödd kartografi",
                "en": "computer-assisted cartography"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p17465/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p6070",
            "has_user_editable_resources": false,
            "alt_labels": [
                "automatic translating",
                "automaattinen kielenkääntäminen",
                "käännösteknologia",
                "automatisk översättning",
                "översättningsteknologi",
                "automatic translation",
                "translation technology"
            ],
            "created_time": "2023-08-16T05:17:16.265577Z",
            "last_modified_time": "2023-08-16T05:17:16.265596Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokoneavusteinen kääntäminen",
                "sv": "datorstödd översättning",
                "en": "computer-assisted translation"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p6070/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p17867",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:17:39.274068Z",
            "last_modified_time": "2023-08-16T05:17:39.274086Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokoneavusteinen opetus",
                "sv": "datorstödd undervisning",
                "en": "computer-assisted teaching"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p17867/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p7221",
            "has_user_editable_resources": false,
            "alt_labels": [
                "datorstött lärande"
            ],
            "created_time": "2023-08-16T05:18:00.584673Z",
            "last_modified_time": "2023-08-16T05:18:00.584697Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokoneavusteinen oppiminen",
                "sv": "datorstödd inlärning",
                "en": "computer-assisted learning"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p7221/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p17865",
            "has_user_editable_resources": false,
            "alt_labels": [
                "CAD",
                "CAD",
                "CAD"
            ],
            "created_time": "2023-08-16T05:15:22.018584Z",
            "last_modified_time": "2023-08-16T05:15:22.018600Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokoneavusteinen suunnittelu",
                "sv": "datorstödd design",
                "en": "computer-aided design"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p17865/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p17864",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:13:05.437593Z",
            "last_modified_time": "2023-08-16T05:13:05.437610Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokoneavusteinen säveltäminen",
                "sv": "datorstödd komposition",
                "en": "computer-assisted composition"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p17864/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p17866",
            "has_user_editable_resources": false,
            "alt_labels": [
                "computer-assisted manufacture",
                "CAM",
                "CAM"
            ],
            "created_time": "2023-08-16T05:13:05.459605Z",
            "last_modified_time": "2023-08-16T05:13:05.459622Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokoneavusteinen valmistus",
                "sv": "datorstödd tillverkning",
                "en": "computer-aided manufacturing"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p17866/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p15363",
            "has_user_editable_resources": false,
            "alt_labels": [
                "datorkörkort",
                "computer driving license"
            ],
            "created_time": "2023-08-16T05:05:32.260089Z",
            "last_modified_time": "2023-08-16T05:05:32.260107Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokoneen ajokortti",
                "sv": "datakörkort",
                "en": "computer driving licence"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p15363/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p19459",
            "has_user_editable_resources": false,
            "alt_labels": [
                "datorkörkortsexamen",
                "computer driving license examination"
            ],
            "created_time": "2023-08-16T05:06:11.545129Z",
            "last_modified_time": "2023-08-16T05:06:11.545148Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokoneen ajokorttitutkinto",
                "sv": "datakörkortsexamen",
                "en": "computer driving licence examination"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p19459/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p6787",
            "has_user_editable_resources": false,
            "alt_labels": [
                "pientietokoneet",
                "datamaskiner",
                "minidatorer"
            ],
            "created_time": "2023-08-16T05:19:06.799728Z",
            "last_modified_time": "2023-08-16T05:19:06.799746Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokoneet",
                "sv": "datorer",
                "en": "computers"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p6787/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p6451",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:18:57.717716Z",
            "last_modified_time": "2023-08-16T05:18:57.717735Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokonegrafiikka",
                "sv": "datorgrafik",
                "en": "computer graphics"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p6451/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p3741",
            "has_user_editable_resources": false,
            "alt_labels": [
                "CIM",
                "CIM",
                "CIM",
                "datorintegrerad produktion"
            ],
            "created_time": "2023-08-16T05:17:05.955010Z",
            "last_modified_time": "2023-08-16T05:17:05.955029Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokoneintegroitu tuotanto",
                "sv": "datorintegrerad tillverkning",
                "en": "computer-integrated manufacturing"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p3741/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p25868",
            "has_user_editable_resources": false,
            "alt_labels": [
                "computerization"
            ],
            "created_time": "2023-08-16T05:10:49.750200Z",
            "last_modified_time": "2023-08-16T05:10:49.750218Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokoneistuminen",
                "sv": "datorisering",
                "en": "computerisation"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p25868/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p14105",
            "has_user_editable_resources": false,
            "alt_labels": [
                "atk-järjestelmät",
                "adb-system",
                "databehandlingssystem",
                "datasystem (datorsystem)",
                "computing systems"
            ],
            "created_time": "2023-08-16T05:15:10.565616Z",
            "last_modified_time": "2023-11-15T04:41:17.198199Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokonejärjestelmät",
                "sv": "datorsystem",
                "en": "computer systems"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p14105/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p7462",
            "has_user_editable_resources": false,
            "alt_labels": [
                "datoranläggningar",
                "adb-enheter",
                "adb-utrustning",
                "datautrustning",
                "atk-laitteet",
                "atk-laitteistot",
                "tietokonelaitteistot",
                "computing accessories",
                "computing equipment",
                "hårdvara",
                "maskinvara"
            ],
            "created_time": "2023-08-16T05:19:23.709963Z",
            "last_modified_time": "2026-03-27T04:40:51.237348Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietokonelaitteet",
                "sv": "datorutrustning",
                "en": "computing devices"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p7462/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        }
    ]
}