---
title: "GET /json/search"
method: GET
path: "/json/search"
---

# GET /json/search

`GET /json/search`

Gets associations with the given word or phrase.

## Query parameters

- `text` string[], required
- `lang` 'de' | 'en' | 'es' | 'fr' | 'it' | 'pt' | 'ru', required
- `type` 'stimulus' | 'response'
- `limit` integer
- `pos` string[]
- `indent` 'yes' | 'no'

## Response `200`

Successful response

- Body
  - `version` string
  - `code` integer
  - `request` Request
    - `text` string[]
    - `lang` string
    - `type` string
    - `limit` integer
    - `pos` string
    - `indent` string
  - `response` Response[]
    - `text` string
    - `items` Item[]
      - `item` string
      - `weight` number
      - `pos` string

## Other responses

- `401` — Invalid API key
- `429` — The monthly limit on the number of requests is exceeded
- `501` — The specified language is not supported

---

[API](https://skmtc.net/wordassociations/apis/word-associations-api.md) · [All operations](https://skmtc.net/wordassociations/apis/word-associations-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wordassociations/word-associations-api/versions/5c744192f262/schema)
