Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/ark-survival-evolved/languages/
[
{
"language": "Basque",
"code": "eu",
"total": 8880,
"translated": 8880,
"translated_percent": 100.0,
"total_words": 137327,
"translated_words": 137327,
"translated_words_percent": 100.0,
"total_chars": 817106,
"translated_chars": 817106,
"translated_chars_percent": 100.0
},
{
"language": "English",
"code": "en",
"total": 8880,
"translated": 8880,
"translated_percent": 100.0,
"total_words": 137327,
"translated_words": 137327,
"translated_words_percent": 100.0,
"total_chars": 817106,
"translated_chars": 817106,
"translated_chars_percent": 100.0
}
]