---
title: "Get Language"
method: GET
path: "/languages/{id}"
tags: ["Get Language"]
---

# Get Language

`GET /languages/{id}`

Gets more details about a specific language, given the language ID

## Path parameters

- `id` integer, required

## Response `200`

Language details

- Language — Language or topic presented in the resource
  - `apiVersion` string — API version
  - `languages` LanguageData
    - `id` integer — Language ID
    - `name` string — Language Name
  - `status` string — Status message
  - `status_code` integer — Status code
  - `total_count` integer — Total languages retrieved

## Other responses

- `404` — Resource not found

## Changes

- **2020-10-29** `4a6786468aaf` — 2 warning, 5 info
  - removed the optional property `id` from the response with the `200` status
  - removed the optional property `name` from the response with the `200` status
  - added the optional property `apiVersion` to the response with the `200` status
  - added the optional property `languages` to the response with the `200` status
  - …3 more
- **2020-05-12** `a1ebd031433f` — 1 warning
  - removed the optional property `data` from the response with the `404` status
- **2020-01-10** `ac7f919a3345` — 1 warning
  - removed the optional property `errors/invalid-credentials` from the response with the `404` status
- **2019-08-04** `ae55dad39068` — 1 breaking, 8 info
  - the `errors` response's property type/format changed from `array`/`` to `object`/`` for status `404`
  - added the optional property `errors/bad-request` to the response with the `404` status
  - added the optional property `errors/invalid-credentials` to the response with the `404` status
  - added the optional property `errors/invalid-params` to the response with the `404` status
  - …5 more
- …earlier changes not shown

[Full history](https://skmtc.dev/operationcode/apis/operation-code-resources-api/changes/languages/:id/get.md)

---

[API](https://skmtc.dev/operationcode/apis/operation-code-resources-api.md) · [All operations](https://skmtc.dev/operationcode/apis/operation-code-resources-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/operationcode/operation-code-resources-api/revisions/6071d3157f6d/schema)
