Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/the-long-dark/languages/
[
{
"language": "Basque",
"code": "eu",
"total": 13634,
"translated": 1642,
"translated_percent": 12.0,
"total_words": 97074,
"translated_words": 7098,
"translated_words_percent": 7.3,
"total_chars": 543728,
"translated_chars": 40977,
"translated_chars_percent": 7.5
},
{
"language": "English",
"code": "en",
"total": 13634,
"translated": 13621,
"translated_percent": 99.9,
"total_words": 97074,
"translated_words": 97074,
"translated_words_percent": 100.0,
"total_chars": 543728,
"translated_chars": 543728,
"translated_chars_percent": 100.0
}
]