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

{
    "meta": {
        "count": 31943,
        "next": "https://linkedevents.api.test.hel.ninja/v1/keyword/?format=api&page=1387&show_all_keywords=True",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/keyword/?format=api&page=1385&show_all_keywords=True"
    },
    "data": [
        {
            "id": "yso:p17850",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:05:54.773650Z",
            "last_modified_time": "2023-08-16T05:05:54.773667Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tyristorit",
                "sv": "tyristorer",
                "en": "thyristors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p17850/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p18666",
            "has_user_editable_resources": false,
            "alt_labels": [
                "finnbär",
                "havstörne",
                "havtorn (art)"
            ],
            "created_time": "2023-08-16T05:09:43.734643Z",
            "last_modified_time": "2023-08-16T05:09:43.734661Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tyrni",
                "sv": "havtorn",
                "en": "sea buckthorn"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p18666/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p38981",
            "has_user_editable_resources": false,
            "alt_labels": [
                "Törnävän kirkko (Tyrnävä)",
                "Törnävä kyrka (Tyrnävä)"
            ],
            "created_time": "2023-08-16T05:11:43.680654Z",
            "last_modified_time": "2023-08-16T05:11:43.680671Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "Tyrnävän kirkko",
                "sv": "Tyrnävä kyrka",
                "en": "Tyrnävä church"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p38981/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p13760",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:15:09.557408Z",
            "last_modified_time": "2023-08-16T05:15:09.557597Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tyrosiini",
                "sv": "tyrosin",
                "en": "tyrosine"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p13760/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p39516",
            "has_user_editable_resources": false,
            "alt_labels": [
                "protein tyrosine kinases",
                "proteiinityrosiinikinaasit",
                "protein-tyrosinkinaser",
                "proteintyrosinkinaser"
            ],
            "created_time": "2023-08-16T05:16:06.610862Z",
            "last_modified_time": "2023-08-16T05:16:06.610896Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tyrosiinikinaasit",
                "sv": "tyrosinkinaser",
                "en": "tyrosine kinases"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39516/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p27301",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:11:01.137883Z",
            "last_modified_time": "2023-08-16T05:11:01.137901Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tyrvääläiset",
                "sv": "invånare i Tyrvis",
                "en": "Tyrvää residents"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p27301/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p27672",
            "has_user_editable_resources": false,
            "alt_labels": [
                "identitet i Tyrvis"
            ],
            "created_time": "2023-08-16T05:13:53.810119Z",
            "last_modified_time": "2023-08-16T05:13:53.810137Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tyrvääläisyys",
                "sv": "Tyrvis-identitet",
                "en": "regional identity of Tyrvää residents"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p27672/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p37878",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:14:12.115656Z",
            "last_modified_time": "2023-08-16T05:14:12.115674Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "Tyrvään kirkko",
                "sv": "Tyrvis kyrka",
                "en": "Tyrvää Church"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p37878/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p16633",
            "has_user_editable_resources": false,
            "alt_labels": [
                "törelsläktet",
                "törlar"
            ],
            "created_time": "2023-08-16T05:12:58.870884Z",
            "last_modified_time": "2023-08-16T05:12:58.870902Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tyräkit",
                "sv": "euforbior",
                "en": "Euphorbia"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16633/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p16634",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:15:18.493135Z",
            "last_modified_time": "2023-08-16T05:15:18.493153Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tyräkkikasvit",
                "sv": "törelväxter",
                "en": "Euphorbiaceae"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16634/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p21990",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:16:50.932166Z",
            "last_modified_time": "2023-08-16T05:16:50.932185Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tyrät",
                "sv": "bråck",
                "en": "hernia"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p21990/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p7195",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:12:08.609651Z",
            "last_modified_time": "2023-08-16T05:12:08.609669Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tyttäret",
                "sv": "döttrar",
                "en": "daughters"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p7195/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p12592",
            "has_user_editable_resources": false,
            "alt_labels": [
                "tjejböcker"
            ],
            "created_time": "2023-08-16T05:16:36.792503Z",
            "last_modified_time": "2023-08-16T05:16:36.792521Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tyttökirjat",
                "sv": "flickböcker",
                "en": "books for girls"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p12592/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p4976",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:14:30.649336Z",
            "last_modified_time": "2023-08-16T05:14:30.649354Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tyttökoulut",
                "sv": "flickskolor",
                "en": "girls' schools"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4976/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p25276",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:17:44.373754Z",
            "last_modified_time": "2023-08-16T05:17:44.373771Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tyttökulttuuri",
                "sv": "flickkultur",
                "en": "girl culture"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p25276/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p26954",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:13:49.735128Z",
            "last_modified_time": "2023-08-16T05:13:49.735151Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tyttökuorot",
                "sv": "flickkörer",
                "en": "girl's choirs"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p26954/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p23196",
            "has_user_editable_resources": false,
            "alt_labels": [
                "tjejforskning"
            ],
            "created_time": "2023-08-16T05:16:52.619402Z",
            "last_modified_time": "2023-08-16T05:16:52.619421Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tyttötutkimus",
                "sv": "flickforskning",
                "en": "girl research"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p23196/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p22446",
            "has_user_editable_resources": false,
            "alt_labels": [
                "tjejarbete"
            ],
            "created_time": "2023-08-16T05:06:37.226396Z",
            "last_modified_time": "2023-08-16T05:06:37.226417Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tyttötyö",
                "sv": "flickarbete",
                "en": "girl work"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p22446/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p24107",
            "has_user_editable_resources": false,
            "alt_labels": [
                "flickidentitet",
                "flicktid",
                "flickålder"
            ],
            "created_time": "2023-08-16T05:15:37.590048Z",
            "last_modified_time": "2023-08-16T05:15:37.590067Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tyttöys",
                "sv": "flickskap",
                "en": "girlhood"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p24107/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        },
        {
            "id": "yso:p27391",
            "has_user_editable_resources": false,
            "alt_labels": [],
            "created_time": "2023-08-16T05:16:57.958740Z",
            "last_modified_time": "2023-08-16T05:16:57.958760Z",
            "aggregate": false,
            "deprecated": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "data_source": "yso",
            "publisher": "hy:kansalliskirjasto",
            "replaced_by": null,
            "name": {
                "fi": "tyttöystävät",
                "sv": "flickvänner",
                "en": "girlfriends"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p27391/?format=api",
            "@context": "http://schema.org",
            "@type": "Keyword"
        }
    ]
}