Statistics
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/rk_office/statistics/?format=api
[
{
"total_words": 817,
"code": "bg",
"translated_words": 287,
"language": "Bulgarian",
"translated": 109,
"translated_percent": 33.4,
"total": 326,
"words_percent": 35.1
},
{
"total_words": 817,
"code": "cs",
"translated_words": 630,
"language": "Czech",
"translated": 242,
"translated_percent": 74.2,
"total": 326,
"words_percent": 77.1
},
{
"total_words": 2993,
"code": "en",
"translated_words": 2880,
"language": "English",
"translated": 1070,
"translated_percent": 96.8,
"total": 1105,
"words_percent": 96.2
},
{
"total_words": 2993,
"code": "hu",
"translated_words": 2993,
"language": "Hungarian",
"translated": 1105,
"translated_percent": 100.0,
"total": 1105,
"words_percent": 100.0
},
{
"total_words": 1029,
"code": "lt",
"translated_words": 1021,
"language": "Lithuanian",
"translated": 438,
"translated_percent": 99.5,
"total": 440,
"words_percent": 99.2
},
{
"total_words": 2993,
"code": "ru",
"translated_words": 2993,
"language": "Russian",
"translated": 1105,
"translated_percent": 100.0,
"total": 1105,
"words_percent": 100.0
}
]