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

{
    "meta": {
        "count": 31673,
        "next": "https://linkedevents.api.test.hel.ninja/v1/keyword/?format=api&page=181&show_all_keywords=True",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/keyword/?format=api&page=179&show_all_keywords=True"
    },
    "data": [
        {
            "id": "yso:p4697",
            "has_user_editable_resources": false,
            "alt_labels": [
                "cloisonné",
                "emalitaide",
                "soluemalityöt",
                "cloisonné",
                "emaljkonst"
            ],
            "created_time": "2023-08-16T05:11:57.326708Z",
            "last_modified_time": "2023-08-16T05:11:57.326726Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "emalityöt",
                "sv": "emaljarbeten",
                "en": "enamel works"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4697/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p14086",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:09:06.249137Z",
            "last_modified_time": "2023-08-16T05:09:06.249154Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "emalointi",
                "sv": "emaljering",
                "en": "enamelling"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p14086/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p6364",
            "has_user_editable_resources": false,
            "alt_labels": [
                "liberation (emancipation)",
                "vapautuminen (emansipaatio)",
                "vapautuminen eriarvoisuudesta",
                "vapautuminen holhouksesta",
                "frigörelse (emancipation)"
            ],
            "created_time": "2023-08-16T05:17:58.916119Z",
            "last_modified_time": "2023-08-16T05:17:58.916142Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "emansipaatio",
                "sv": "emancipation",
                "en": "emancipation"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p6364/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p9990",
            "has_user_editable_resources": false,
            "alt_labels": [
                "tunnuskuvat (embleemit)",
                "tunnusmerkit (embleemit)"
            ],
            "created_time": "2023-08-16T05:14:55.721221Z",
            "last_modified_time": "2023-08-16T05:14:55.721239Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "embleemit",
                "sv": "emblem",
                "en": "emblems"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p9990/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p40259",
            "has_user_editable_resources": false,
            "alt_labels": [
                "laskimoiden tromboembolia",
                "tromboembolia",
                "embolia",
                "embolism",
                "tromboemboli",
                "vandrande blodpropp",
                "venous thromboembolism",
                "thromboembolism"
            ],
            "created_time": "2024-01-21T04:40:24.615274Z",
            "last_modified_time": "2024-03-09T04:40:47.812588Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "embolia",
                "sv": "emboli",
                "en": "embolism"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p40259/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p25366",
            "has_user_editable_resources": false,
            "alt_labels": [
                "embolization"
            ],
            "created_time": "2023-08-16T05:07:02.757673Z",
            "last_modified_time": "2023-08-16T05:07:02.757697Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "embolisaatiohoito",
                "sv": "emboliseringsbehandling",
                "en": "embolisation"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p25366/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p16831",
            "has_user_editable_resources": false,
            "alt_labels": [
                "alkionkehitysoppi",
                "sikiönkehitysoppi"
            ],
            "created_time": "2023-08-16T05:09:27.838824Z",
            "last_modified_time": "2023-08-16T05:09:27.838844Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "embryologia",
                "sv": "embryologi",
                "en": "embryology"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16831/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p28970",
            "has_user_editable_resources": false,
            "alt_labels": [
                "EMDR therapy",
                "EMDR",
                "EMDR-hoito",
                "EMDR-menetelmä",
                "EMDR-silmänliikehoito",
                "silmänliiketerapia",
                "ögonrörelseterapi"
            ],
            "created_time": "2023-08-16T05:11:14.672952Z",
            "last_modified_time": "2023-08-16T05:11:14.672971Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "EMDR-terapia",
                "sv": "EMDR-terapi",
                "en": "eye movement desensitization and reprocessing"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p28970/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p10289",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:14:56.623090Z",
            "last_modified_time": "2023-08-16T05:14:56.623119Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "emergenssi",
                "sv": "emergens",
                "en": "emergence"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p10289/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p2605",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:07:10.386027Z",
            "last_modified_time": "2023-08-16T05:07:10.386047Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "emergentti materialismi",
                "sv": "emergent materialism",
                "en": "emergent materialism"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2605/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p4149",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:14:26.442769Z",
            "last_modified_time": "2023-08-16T05:14:26.442786Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "emissio (fysiikka)",
                "sv": "emission (fysik)",
                "en": "emission (physics)"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4149/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p10821",
            "has_user_editable_resources": false,
            "alt_labels": [
                "osakeanti",
                "aktieemissioner"
            ],
            "created_time": "2023-08-16T05:08:43.236542Z",
            "last_modified_time": "2023-08-16T05:08:43.236559Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "emissiot (taloustiede)",
                "sv": "emissioner (ekonomi)",
                "en": "share issues"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p10821/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p4538",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:11:56.744610Z",
            "last_modified_time": "2023-08-16T05:11:56.744627Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "Emmaus-liike",
                "sv": "Emmausrörelsen",
                "en": "Emmaus movement"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4538/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p39389",
            "has_user_editable_resources": false,
            "alt_labels": [
                "Emmental",
                "Emmentaler",
                "Emmenthal",
                "Swiss cheese",
                "emmental",
                "tahkojuusto",
                "emmentaler",
                "emmentalost",
                "schweizerost"
            ],
            "created_time": "2023-08-16T05:08:05.546930Z",
            "last_modified_time": "2023-08-16T05:08:05.546950Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "emmentaljuusto",
                "sv": "emmentalerost",
                "en": "Emmental cheese"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39389/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p29363",
            "has_user_editable_resources": false,
            "alt_labels": [
                "farro",
                "emmer",
                "tvåkornsvete"
            ],
            "created_time": "2023-08-16T05:14:03.055086Z",
            "last_modified_time": "2023-08-16T05:14:03.055106Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "emmervehnä",
                "sv": "emmervete",
                "en": "emmer wheat"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p29363/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p29029",
            "has_user_editable_resources": false,
            "alt_labels": [
                "emojin",
                "emojis"
            ],
            "created_time": "2023-08-16T05:15:52.343298Z",
            "last_modified_time": "2023-08-16T05:15:52.343315Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "emojit",
                "sv": "emojier",
                "en": "emojis"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p29029/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p16474",
            "has_user_editable_resources": false,
            "alt_labels": [
                "avelskor",
                "moderkor"
            ],
            "created_time": "2023-08-16T05:09:25.191141Z",
            "last_modified_time": "2023-08-16T05:09:25.191162Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "emolehmät",
                "sv": "dikor",
                "en": "mother cows"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16474/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p22285",
            "has_user_editable_resources": false,
            "alt_labels": [
                "dams (female animals)",
                "emät",
                "honor (mödrar)",
                "honor med avkomma"
            ],
            "created_time": "2023-08-16T05:13:26.379419Z",
            "last_modified_time": "2023-08-16T05:13:26.379436Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "emot",
                "sv": "djurmödrar",
                "en": "female parents (animals)"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p22285/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p19903",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:06:17.058698Z",
            "last_modified_time": "2023-08-16T05:06:17.058718Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "emotiivisuus",
                "sv": "emotivitet",
                "en": "emotivity"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p19903/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p11269",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:12:30.076514Z",
            "last_modified_time": "2023-08-16T05:12:30.076532Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "emotionaalisuus",
                "sv": "emotionalitet",
                "en": "emotionality"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11269/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        }
    ]
}