Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/resource-catalog-16-0/languages/?format=api
[
{
"language": "English",
"code": "en",
"total": 1713,
"translated": 1713,
"translated_percent": 100.0,
"total_words": 4635,
"translated_words": 4635,
"translated_words_percent": 100.0,
"total_chars": 34941,
"translated_chars": 34941,
"translated_chars_percent": 100.0
},
{
"language": "Ukrainian",
"code": "uk",
"total": 1713,
"translated": 704,
"translated_percent": 41.0,
"total_words": 4635,
"translated_words": 2001,
"translated_words_percent": 43.1,
"total_chars": 34941,
"translated_chars": 11850,
"translated_chars_percent": 33.9
}
]