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 | |
---|---|---|---|
:lang required | string |
"example-lang"
|
{
"success": true
}
{
"success": false,
"error": "ERROR_KEY"
}
Error Code | Description |
---|---|
HTTP_404 | 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