---
title: "Languages"
method: GET
path: "/catalog/languages/{instancekey}"
tags: ["Catalog"]
---

# Languages

`GET /catalog/languages/{instancekey}`

Service that returns all the languages for provided instance.

## Path parameters

- `instancekey` string, required

## Headers

- `TWN-Source` string

## Response `200`

The response contains a collection of languages for the provided instance.

- Language[]
  - `key` string
  - `name` string

## Other responses

- `401` — Invalid instancekey supplied

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/versions/9bd1e2b3633f/schema)
