---
title: "Returns a paginated list of all languages."
method: GET
path: "/language"
tags: ["Language"]
---

# Returns a paginated list of all languages.

`GET /language`

## Query parameters

- `limit` integer
- `offset` integer
- `code` string
- `name` string

## Response `200`

OK

- ApiLanguagePaging
  - `Total` integer — The total number of records which can be retrieved. Note that this field is not available for all paginated endpoints.
  - `Records` ApiLanguage[] — The retrieved records.
    - `LanguageId` integer — Language identifier
    - `Code` string — A unique code for the language
    - `Name` string — Language name
    - `FullTextSearchLanguageId` string — Identifier used for full text search
    - `IsDefault` boolean — Indicates whether this is the default language

---

[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/revisions/9bd1e2b3633f/schema)
