Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/interpipe-16-0/languages/?format=api
[
{
"language": "English",
"code": "en",
"total": 1771,
"translated": 1771,
"translated_percent": 100.0,
"total_words": 5295,
"translated_words": 5295,
"translated_words_percent": 100.0,
"total_chars": 39728,
"translated_chars": 39728,
"translated_chars_percent": 100.0
},
{
"language": "Ukrainian",
"code": "uk",
"total": 1771,
"translated": 1758,
"translated_percent": 99.2,
"total_words": 5295,
"translated_words": 5260,
"translated_words_percent": 99.3,
"total_chars": 39728,
"translated_chars": 39422,
"translated_chars_percent": 99.2
}
]