Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/the-long-dark/languages/?format=api
[
{
"language": "Basque",
"code": "eu",
"total": 13729,
"translated": 7762,
"translated_percent": 56.5,
"total_words": 97259,
"translated_words": 59678,
"translated_words_percent": 61.3,
"total_chars": 544920,
"translated_chars": 336742,
"translated_chars_percent": 61.7
},
{
"language": "English",
"code": "en",
"total": 13729,
"translated": 13716,
"translated_percent": 99.9,
"total_words": 97259,
"translated_words": 97259,
"translated_words_percent": 100.0,
"total_chars": 544920,
"translated_chars": 544920,
"translated_chars_percent": 100.0
}
]