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

{
    "meta": {
        "count": 32006,
        "next": "https://linkedevents.api.test.hel.ninja/v1/keyword/?format=api&page=1233&show_all_keywords=True",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/keyword/?format=api&page=1231&show_all_keywords=True"
    },
    "data": [
        {
            "id": "yso:p39942",
            "has_user_editable_resources": false,
            "alt_labels": [
                "gender harassment",
                "sex-based harassment",
                "trakasserier på grund av könsidentitet eller könsuttryck"
            ],
            "created_time": "2023-08-16T05:14:25.064608Z",
            "last_modified_time": "2023-08-16T05:14:25.064625Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuoleen perustuva häirintä",
                "sv": "trakasserier på grund av kön",
                "en": "gender-based harassment"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39942/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p27581",
            "has_user_editable_resources": false,
            "alt_labels": [
                "gender persecution",
                "gender-related persecution",
                "persecution on the basis of sex"
            ],
            "created_time": "2023-08-16T05:15:47.230364Z",
            "last_modified_time": "2024-01-27T04:41:48.617331Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuoleen perustuva vaino",
                "sv": "könsrelaterad förföljelse",
                "en": "gender-based persecution"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p27581/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p3441",
            "has_user_editable_resources": false,
            "alt_labels": [
                "sukupuolen korjaus",
                "sukupuolen käänteistyminen",
                "sukupuolenvaihdos",
                "könsbyte",
                "könskorrigerande behandling",
                "könskorrigerande operation"
            ],
            "created_time": "2023-08-16T05:15:57.965581Z",
            "last_modified_time": "2023-08-16T05:15:57.965599Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": true,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuolenkorjaus",
                "sv": "könskorrigering",
                "en": "sex reassignment"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p3441/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p38322",
            "has_user_editable_resources": false,
            "alt_labels": [
                "gender nonconformity",
                "sukupuolisuus",
                "könsvariation",
                "mångfald av kön",
                "mångfalden av kön",
                "moninaisuus (sukupuolen moninaisuus)",
                "könsdiversitet"
            ],
            "created_time": "2023-08-16T05:19:04.358633Z",
            "last_modified_time": "2023-08-16T05:19:04.358651Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuolen moninaisuus",
                "sv": "könsmångfald",
                "en": "gender variance"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p38322/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p21864",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:10:12.420769Z",
            "last_modified_time": "2023-08-16T05:10:12.420793Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuolen määräytyminen",
                "sv": "könsbestämning",
                "en": "sex determination"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p21864/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p26448",
            "has_user_editable_resources": false,
            "alt_labels": [
                "gender-tutkimus",
                "sukupuolitutkimus",
                "genusvetenskap",
                "könsforskning"
            ],
            "created_time": "2023-08-16T05:19:16.851534Z",
            "last_modified_time": "2023-08-16T05:19:16.851553Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuolentutkimus",
                "sv": "genusforskning",
                "en": "gender research"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p26448/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p5291",
            "has_user_editable_resources": false,
            "alt_labels": [
                "sukupuolisuus",
                "sex (gender)"
            ],
            "created_time": "2023-08-16T05:18:56.665882Z",
            "last_modified_time": "2023-08-16T05:18:56.665908Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuoli",
                "sv": "kön",
                "en": "gender"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p5291/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p3632",
            "has_user_editable_resources": false,
            "alt_labels": [
                "genitalia",
                "sex organs",
                "sukuelimet",
                "synnytinelimet",
                "synnyttimet",
                "genitalier",
                "gynekologiska organ",
                "gynekologiska organen",
                "könsorganen"
            ],
            "created_time": "2023-08-16T05:18:54.494439Z",
            "last_modified_time": "2023-08-16T05:18:54.494464Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuolielimet",
                "sv": "könsorgan",
                "en": "genitals"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p3632/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p38703",
            "has_user_editable_resources": false,
            "alt_labels": [
                "circumcision (women)",
                "female circumcision",
                "female genital mutilation",
                "ympärileikkaus (naiset)",
                "kvinnlig könsstympning",
                "kvinnlig omskärelse",
                "omskärelse (kvinnor)"
            ],
            "created_time": "2023-08-16T05:16:02.785790Z",
            "last_modified_time": "2023-08-16T05:16:02.785809Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuolielinten silpominen",
                "sv": "könsstympning",
                "en": "genital mutilation"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p38703/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p5897",
            "has_user_editable_resources": false,
            "alt_labels": [
                "sexual life",
                "sexual relationships",
                "seksielämä",
                "seksikäyttäytyminen",
                "seksuaalielämä",
                "seksuaaliset suhteet",
                "sexliv",
                "sexuella relationer"
            ],
            "created_time": "2023-08-16T05:17:57.845460Z",
            "last_modified_time": "2023-08-16T05:17:57.845483Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuolielämä",
                "sv": "sexualliv",
                "en": "sex life"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p5897/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p5290",
            "has_user_editable_resources": false,
            "alt_labels": [
                "sex differences"
            ],
            "created_time": "2023-08-16T05:17:13.843950Z",
            "last_modified_time": "2023-08-16T05:17:13.843967Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuolierot",
                "sv": "könsskillnader",
                "en": "gender differences"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p5290/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p39239",
            "has_user_editable_resources": false,
            "alt_labels": [
                "gender segregation",
                "sex separation",
                "könssegregering"
            ],
            "created_time": "2023-08-16T05:14:20.107754Z",
            "last_modified_time": "2023-08-16T05:14:20.107773Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuolierottelu",
                "sv": "könssegregation",
                "en": "sex segregation"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39239/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p10984",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:18:07.976170Z",
            "last_modified_time": "2023-08-16T05:18:07.976192Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuolihormonit",
                "sv": "könshormoner",
                "en": "sex hormones"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p10984/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p3440",
            "has_user_editable_resources": false,
            "alt_labels": [
                "sukupuolisuus"
            ],
            "created_time": "2023-08-16T05:18:40.251987Z",
            "last_modified_time": "2023-08-16T05:18:40.252005Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuoli-identiteetti",
                "sv": "könsidentitet",
                "en": "gender identity"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p3440/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p13033",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:05:15.475888Z",
            "last_modified_time": "2023-08-16T05:05:15.475930Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuolikiintiöt",
                "sv": "könskvoter",
                "en": "gender quotas"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p13033/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p21593",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:06:31.234716Z",
            "last_modified_time": "2023-08-16T05:06:31.234734Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuolikromosomit",
                "sv": "könskromosomerna",
                "en": "sex chromosomes"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p21593/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p4286",
            "has_user_editable_resources": false,
            "alt_labels": [
                "sexual ethics",
                "seksuaalietiikka",
                "sexualetik"
            ],
            "created_time": "2023-08-16T05:14:27.175781Z",
            "last_modified_time": "2023-08-16T05:14:27.175799Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuolimoraali",
                "sv": "sexualmoral",
                "en": "sexual morality"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4286/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p28915",
            "has_user_editable_resources": false,
            "alt_labels": [
                "same-sex marriage",
                "enkönat äktenskap",
                "homoäktenskap",
                "samkönat äktenskap"
            ],
            "created_time": "2023-08-16T05:14:00.983891Z",
            "last_modified_time": "2023-08-16T05:14:00.983909Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuolineutraali avioliitto",
                "sv": "könsneutralt äktenskap",
                "en": "gender-neutral marriage"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p28915/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p23932",
            "has_user_editable_resources": false,
            "alt_labels": [
                "sukupuolineutraalisuus",
                "genusneutralitet",
                "könsneutralism"
            ],
            "created_time": "2023-08-16T05:10:32.385352Z",
            "last_modified_time": "2023-08-16T05:10:32.385372Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuolineutraalius",
                "sv": "könsneutralitet",
                "en": "gender neutrality"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p23932/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p14346",
            "has_user_editable_resources": false,
            "alt_labels": [
                "sukupuolijakauma"
            ],
            "created_time": "2023-08-16T05:15:11.262865Z",
            "last_modified_time": "2023-08-16T05:15:11.262905Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "sukupuolirakenne",
                "sv": "könsfördelning",
                "en": "gender structure"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p14346/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        }
    ]
}