Statistics
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/unidrivers/statistics/?format=api
[
{
"total_words": 75,
"code": "ast",
"translated_words": 58,
"language": "Asturian",
"translated": 15,
"translated_percent": 65.2,
"total": 23,
"words_percent": 77.3
},
{
"total_words": 833,
"code": "hu",
"translated_words": 833,
"language": "Hungarian",
"translated": 112,
"translated_percent": 100.0,
"total": 112,
"words_percent": 100.0
},
{
"total_words": 56,
"code": "lt",
"translated_words": 56,
"language": "Lithuanian",
"translated": 9,
"translated_percent": 100.0,
"total": 9,
"words_percent": 100.0
},
{
"total_words": 160,
"code": "ru",
"translated_words": 150,
"language": "Russian",
"translated": 34,
"translated_percent": 89.4,
"total": 38,
"words_percent": 93.7
}
]