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": 801,
"code": "bg",
"translated_words": 287,
"language": "Bulgarian",
"translated": 109,
"translated_percent": 34.0,
"total": 320,
"words_percent": 35.8
},
{
"total_words": 801,
"code": "cs",
"translated_words": 630,
"language": "Czech",
"translated": 242,
"translated_percent": 75.6,
"total": 320,
"words_percent": 78.6
},
{
"total_words": 2973,
"code": "en",
"translated_words": 2839,
"language": "English",
"translated": 1056,
"translated_percent": 96.1,
"total": 1098,
"words_percent": 95.4
},
{
"total_words": 2973,
"code": "hu",
"translated_words": 2971,
"language": "Hungarian",
"translated": 1097,
"translated_percent": 99.9,
"total": 1098,
"words_percent": 99.9
},
{
"total_words": 1013,
"code": "lt",
"translated_words": 980,
"language": "Lithuanian",
"translated": 421,
"translated_percent": 97.0,
"total": 434,
"words_percent": 96.7
},
{
"total_words": 2973,
"code": "ru",
"translated_words": 2973,
"language": "Russian",
"translated": 1098,
"translated_percent": 100.0,
"total": 1098,
"words_percent": 100.0
}
]