---
title: "Retrieve the details of a specific language."
method: GET
path: "/v1/languages/{id}.{format}"
tags: ["Languages"]
---

# Retrieve the details of a specific language.

`GET /v1/languages/{id}.{format}`

Retrieve the details of a specific Language by supplying the language's [3 letter ISO 639-2 Code](http://goo.gl/gbkgo4).

## Path parameters

- `id` string, required
- `format` 'json' | 'xml', required

## Query parameters

- `api_key` string, required

## Response `200`

The details about the specific language.

- object

## Other responses

- `400` — Bad request. Your request is malformed in some way. Check your supplied parameters.
- `401` — Unauthorized. You are missing your API key, or it has been suspended.
- `404` — Not found. The requested route was not found.
- `500` — Internal server error. Please try again later.

---

[API](https://skmtc.net/joshuaproject/apis/joshua-project-api.md) · [All operations](https://skmtc.net/joshuaproject/apis/joshua-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joshuaproject/joshua-project-api/revisions/99d2ed0023e2/schema)
