---
title: "Fetches all age languages from the libraries passed (or if none passed, all in the server)"
method: GET
path: "/api/Metadata/languages"
tags: ["Metadata"]
---

# Fetches all age languages from the libraries passed (or if none passed, all in the server)

`GET /api/Metadata/languages`

This does not perform RBS for the user if they have Library access due to the non-sensitive nature of languages

## Query parameters

- `libraryIds` string

## Response `200`

OK

- LanguageDto[]
  - `isoCode` string, nullable, required
  - `title` string, nullable, required

---

[API](https://skmtc.net/kareadita/apis/kavita.md) · [All operations](https://skmtc.net/kareadita/apis/kavita/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kareadita/kavita/versions/a092f0284f3e/schema)
