Statistics
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/rk-lite/statistics/?format=api
[
{
"total_words": 3388,
"code": "en",
"translated_words": 3388,
"language": "English",
"translated": 1167,
"translated_percent": 100.0,
"total": 1167,
"words_percent": 100.0
},
{
"total_words": 3388,
"code": "ru",
"translated_words": 3388,
"language": "Russian",
"translated": 1167,
"translated_percent": 100.0,
"total": 1167,
"words_percent": 100.0
}
]