---
title: "GET /language/{lang} - Language · RUAL Documentation"
description: "Get all translations for a specific language (public endpoint)"
canonical: https://docs.rual.nl/cluster/api/language/language--lang-get
language: en
---

# GET /language/{lang}

Get all translations for a specific language (public endpoint)

| Key | Type | Example | Description |
| --- | --- | --- | --- |
| **lang** required | `string` | `"en"` | Language code |

```
{}
```

```
{
  "error": "ERROR"
}
```

| Status | Error Code | Description |
| --- | --- | --- |
| `404` | `ERROR` | Language not found |

| Permission | Description |
| --- | --- |
| `*public` | No authentication required, public endpoint |
