Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/wl3/languages/?format=api
[
{
"language": "Korean",
"code": "ko",
"total": 60632,
"translated": 60626,
"translated_percent": 99.9,
"total_words": 693851,
"translated_words": 693788,
"translated_words_percent": 99.9,
"total_chars": 3974650,
"translated_chars": 3974294,
"translated_chars_percent": 99.9,
"approved": 632,
"approved_words": 5753,
"approved_percent": 1.0
}
]