GET /language/{lang}
Get all translations for a specific language (public endpoint)
/language/{lang}
GET
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 |
Back to Language Return to the Language category to view other endpoints All API Categories Browse all available API categories