Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/generic-addons-17-0/languages/?format=api
[
{
"language": "English",
"code": "en",
"total": 1065,
"translated": 1065,
"translated_percent": 100.0,
"total_words": 3888,
"translated_words": 3888,
"translated_words_percent": 100.0,
"total_chars": 25027,
"translated_chars": 25027,
"translated_chars_percent": 100.0
},
{
"language": "Ukrainian",
"code": "uk",
"total": 1065,
"translated": 499,
"translated_percent": 46.8,
"total_words": 3888,
"translated_words": 1751,
"translated_words_percent": 45.0,
"total_chars": 25027,
"translated_chars": 11026,
"translated_chars_percent": 44.0
},
{
"language": "ru (generated)",
"code": "ru",
"total": 1065,
"translated": 501,
"translated_percent": 47.0,
"total_words": 3888,
"translated_words": 1806,
"translated_words_percent": 46.4,
"total_chars": 25027,
"translated_chars": 11465,
"translated_chars_percent": 45.8
}
]