v1

latestSwagger 2.02026-07-17284267.5 KB
Global methods

Search concepts and collections by query term

get/search

Query parameters

querystring required

the term to search for e.g. "cat*"

langstring

language of labels to match, e.g. "en" or "fi"

labellangstring

language of labels to return, e.g. "en" or "fi"

vocabstring

vocabulary/vocabularies to limit search to, e.g. "yso" or "yso allars"

typestring

limit search to concepts of the given type(s), e.g. "skos:Concept".

parentstring

limit search to concepts which have the given concept (specified by URI) as parent in their transitive broader hierarchy

groupstring

limit search to concepts in the given group (specified by URI)

maxhitsinteger

Maximum number of results to return. If not given, all results will be returned.

offsetinteger

offset where to start in the result set, useful for paging the result. If not given, defaults to 0.

fieldsstring

space-separated list of extra fields to include in the results. e.g. "related" or "prefLabel" or any other skos property.

uniquestring

boolean flag to indicate that each concept should be returned only once, instead of returning all the different ways it could match (for example both via prefLabel and altLabel).

Response

data of the concepts matching the search term

uristring required