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=1329&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=1330&show_all_keywords=True",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/keyword/?format=api&page=1328&show_all_keywords=True"
    },
    "data": [
        {
            "id": "yso:p19136",
            "has_user_editable_resources": false,
            "alt_labels": [
                "vetenskapsbibliotek",
                "scientific libraries",
                "undergraduate libraries"
            ],
            "created_time": "2023-08-16T05:06:08.370307Z",
            "last_modified_time": "2025-07-29T04:40:08.379918Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tieteelliset kirjastot",
                "sv": "vetenskapliga bibliotek",
                "en": "research libraries"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p19136/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p14690",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:09:11.044377Z",
            "last_modified_time": "2023-08-16T05:09:11.044396Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tieteelliset nimet",
                "sv": "vetenskapliga namn",
                "en": "scientific names"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p14690/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p15505",
            "has_user_editable_resources": false,
            "alt_labels": [
                "vetenskapssamfund",
                "akademiska sammanslutningar",
                "lärda samfund",
                "vetenskapliga föreningar",
                "vetenskapliga sällskap",
                "vetenskapssällskap"
            ],
            "created_time": "2023-08-16T05:05:33.577682Z",
            "last_modified_time": "2023-08-16T05:05:33.577701Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tieteelliset seurat",
                "sv": "vetenskapliga samfund",
                "en": "academic societies"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p15505/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p6808",
            "has_user_editable_resources": false,
            "alt_labels": [
                "vetenskapliga forskningsråd",
                "vetenskapliga kommittéer"
            ],
            "created_time": "2023-08-16T05:14:39.587585Z",
            "last_modified_time": "2023-08-16T05:14:39.587609Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tieteelliset toimikunnat",
                "sv": "vetenskapliga kommissioner",
                "en": "scientific committees"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p6808/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p352",
            "has_user_editable_resources": false,
            "alt_labels": [
                "tieteet",
                "akademiska discipliner",
                "discipliner (vetenskapsgrenar)",
                "vetenskaper",
                "vetenskapsområden",
                "tutkimusalat",
                "forskningsområden",
                "academic disciplines",
                "branches of science",
                "fields of research",
                "fields of study"
            ],
            "created_time": "2023-08-16T05:19:48.673968Z",
            "last_modified_time": "2024-05-03T04:41:52.409754Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tieteenalat",
                "sv": "vetenskapsgrenar",
                "en": "sciences and humanities"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p352/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p3017",
            "has_user_editable_resources": false,
            "alt_labels": [
                "tiedon kasvu"
            ],
            "created_time": "2023-08-16T05:15:56.189693Z",
            "last_modified_time": "2023-08-16T05:15:56.189717Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tieteen edistyminen",
                "sv": "vetenskaplig utveckling",
                "en": "scientific progress"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p3017/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p3016",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:17:03.715998Z",
            "last_modified_time": "2023-08-16T05:17:03.716023Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tieteenfilosofia",
                "sv": "vetenskapsfilosofi",
                "en": "philosophy of science"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p3016/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p16328",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:15:17.564106Z",
            "last_modified_time": "2023-08-16T05:15:17.564124Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tieteenhistoria",
                "sv": "vetenskapshistoria",
                "en": "history of science"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16328/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p12063",
            "has_user_editable_resources": false,
            "alt_labels": [
                "populärvetenskap",
                "popularization of science"
            ],
            "created_time": "2023-08-16T05:08:51.806794Z",
            "last_modified_time": "2023-08-16T05:08:51.806812Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tieteen popularisointi",
                "sv": "vetenskapspopularisering",
                "en": "popularisation of science"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p12063/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p19328",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:09:50.039162Z",
            "last_modified_time": "2023-08-16T05:09:50.039181Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tieteensosiologia",
                "sv": "vetenskapssociologi",
                "en": "sociology of science"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p19328/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p39409",
            "has_user_editable_resources": false,
            "alt_labels": [
                "vetenskapare",
                "vetenskapskvinnor",
                "female scientists",
                "male scientists",
                "scholars",
                "scientists",
                "tiedemiehet",
                "tiedenaiset",
                "tieteenharjoittajat",
                "tieteilijät",
                "vetenskapsmän",
                "vetenskapspersoner",
                "vetenskapsutövare"
            ],
            "created_time": "2023-08-16T05:17:09.330050Z",
            "last_modified_time": "2023-08-16T05:17:09.330068Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tieteentekijät",
                "sv": "vetenskapsidkare",
                "en": "scientists and scholars"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39409/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p3019",
            "has_user_editable_resources": false,
            "alt_labels": [
                "tieteen teoria"
            ],
            "created_time": "2023-08-16T05:17:03.792993Z",
            "last_modified_time": "2023-08-16T05:17:03.793010Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tieteenteoria",
                "sv": "vetenskapsteori",
                "en": "theory of science"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p3019/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p8346",
            "has_user_editable_resources": false,
            "alt_labels": [
                "vetenskapsstudier"
            ],
            "created_time": "2023-08-16T05:14:47.165108Z",
            "last_modified_time": "2023-08-16T05:14:47.165125Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tieteentutkimus",
                "sv": "forskning om vetenskapen",
                "en": "science studies"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8346/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p11915",
            "has_user_editable_resources": false,
            "alt_labels": [
                "tieteidenvälinen tutkimus",
                "tvärvetenskaplig forskning",
                "tvärvetenskaplighet"
            ],
            "created_time": "2023-08-16T05:15:02.068021Z",
            "last_modified_time": "2023-08-16T05:15:02.068037Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tieteidenvälisyys",
                "sv": "tvärvetenskap",
                "en": "interdisciplinary research"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11915/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p2003",
            "has_user_editable_resources": false,
            "alt_labels": [
                "tieteisfiktio",
                "science fiction",
                "scifi",
                "scifi",
                "scifi-filmer"
            ],
            "created_time": "2023-08-16T05:09:56.727982Z",
            "last_modified_time": "2023-08-16T05:09:56.727999Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tieteiselokuvat",
                "sv": "science fiction-filmer",
                "en": "science fiction films"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2003/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p15527",
            "has_user_editable_resources": false,
            "alt_labels": [
                "tieteisfiktio",
                "science fiction",
                "scifi",
                "scifi",
                "science fiction (litteratur)",
                "scifi-litteratur"
            ],
            "created_time": "2023-08-16T05:15:15.206409Z",
            "last_modified_time": "2023-08-16T05:15:15.206430Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tieteiskirjallisuus",
                "sv": "science fiction-litteratur",
                "en": "science fiction (literature)"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p15527/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p25680",
            "has_user_editable_resources": false,
            "alt_labels": [
                "science fiction -sarjat",
                "scifisarjat",
                "tieteisfiktio",
                "sci-fi serier"
            ],
            "created_time": "2023-08-16T05:07:06.744483Z",
            "last_modified_time": "2023-08-16T05:07:06.744501Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tieteissarjat",
                "sv": "science fiction-serier (programserier)",
                "en": "science fiction series"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p25680/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p261",
            "has_user_editable_resources": false,
            "alt_labels": [
                "tietoisuus (tieto jostakin)"
            ],
            "created_time": "2023-08-16T05:19:48.291083Z",
            "last_modified_time": "2025-01-25T04:42:08.744104Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tieto",
                "sv": "kunskap",
                "en": "knowledge"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p261/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p12336",
            "has_user_editable_resources": false,
            "alt_labels": [
                "data-arkistot"
            ],
            "created_time": "2023-08-16T05:12:35.888249Z",
            "last_modified_time": "2023-08-16T05:12:35.888304Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietoarkistot",
                "sv": "dataarkiv",
                "en": "data archives"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p12336/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p39817",
            "has_user_editable_resources": false,
            "alt_labels": [
                "informationsexperter"
            ],
            "created_time": "2023-08-16T05:16:07.484160Z",
            "last_modified_time": "2023-08-16T05:16:07.484177Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tietoasiantuntijat",
                "sv": "informationsspecialister",
                "en": "information specialists"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39817/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        }
    ]
}