---
title: "Search concepts and collections by query term"
method: GET
path: "/search"
tags: ["Global methods"]
---

# Search concepts and collections by query term

`GET /search`

## Query parameters

- `query` string, required
- `lang` string
- `labellang` string
- `vocab` string
- `type` string
- `parent` string
- `group` string
- `maxhits` integer
- `offset` integer
- `fields` string
- `unique` string

## Response `200`

data of the concepts matching the search term

- SearchResults
  - `uri` string, required
  - `vocabularies` SearchResult[], required
    - `uri` string, required
    - `type` string[]
    - `prefLabel` string
    - `altLabel` string
    - `hiddenLabel` string
    - `lang` string
    - `vocab` string
    - `exvocab` string
    - `notation` string

## Changes

- **2016-05-12** `d70235348090` — 1 info
  - api tag `Global methods` added
- **2016-05-12** `edc7f0ce1476` — 1 info
  - api tag `Global methods` removed

[Change history](https://skmtc.dev/natlibfi/apis/skosmos-api/changes/search/get.md)

---

[API](https://skmtc.dev/natlibfi/apis/skosmos-api.md) · [All operations](https://skmtc.dev/natlibfi/apis/skosmos-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/natlibfi/skosmos-api/revisions/4415daa2b2fa/schema)
