---
title: "Lists available dictionaries"
method: GET
path: "/languages"
tags: ["Utility"]
---

# Lists available dictionaries

`GET /languages`

Returns a list of monolingual and bilingual language datasets available in the API

## Query parameters

- `sourceLanguage` 'es' | 'en' | 'lv' | 'nso' | 'zu' | 'ms' | 'id' | 'tn' | 'ur' | 'hi' | 'sw' | 'ro' | 'de' | 'pt' | 'ta' | 'gu'
- `targetLanguage` 'es' | 'en' | 'lv' | 'nso' | 'zu' | 'ms' | 'id' | 'tn' | 'ur' | 'hi' | 'sw' | 'ro'

## Headers

- `app_id` string, required
- `app_key` string, required

## Response `200`

Successful response.

- Languages — Schema for the languages endpoint.
  - `metadata` object — Additional Information provided by OUP
  - `results` object[] — A list of languages available.
    - `region` string — Name of region.
    - `source` string — Name of source dictionary.
    - `sourceLanguage` object — Source language of the results
      - `id` string — IANA language code
      - `language` string — Language label.
    - `targetLanguage` object — Translation language of the results
      - `id` string — IANA language code
      - `language` string — Language label.
    - `type` 'monolingual' | 'bilingual' — whether monolingual or bilingual.

## Other responses

- `404` — Unknown sourceLanguage and/or targetLanguage.
- `500` — Internal Error. An error occurred while processing the data.

---

[API](https://skmtc.net/oxforddictionaries/apis/untitled-api.md) · [All operations](https://skmtc.net/oxforddictionaries/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oxforddictionaries/untitled-api/versions/6acbf89f6aeb/schema)
