Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/dai/languages/?format=api
[
{
"language": "Korean",
"code": "ko",
"total": 89239,
"translated": 89239,
"translated_percent": 100.0,
"total_words": 1091367,
"translated_words": 1091367,
"translated_words_percent": 100.0,
"total_chars": 6262859,
"translated_chars": 6262859,
"translated_chars_percent": 100.0,
"approved": 1202,
"approved_words": 25274,
"approved_percent": 1.3
}
]