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": 1250,
"code": "bg",
"translated_words": 956,
"language": "Bulgarian",
"translated": 373,
"translated_percent": 70.9,
"total": 526,
"words_percent": 76.4
},
{
"total_words": 979,
"code": "cs",
"translated_words": 639,
"language": "Czech",
"translated": 245,
"translated_percent": 64.3,
"total": 381,
"words_percent": 65.2
},
{
"total_words": 3553,
"code": "en",
"translated_words": 3517,
"language": "English",
"translated": 1282,
"translated_percent": 99.3,
"total": 1290,
"words_percent": 98.9
},
{
"total_words": 1250,
"code": "de",
"translated_words": 963,
"language": "German",
"translated": 409,
"translated_percent": 77.7,
"total": 526,
"words_percent": 77.0
},
{
"total_words": 3553,
"code": "hu",
"translated_words": 3553,
"language": "Hungarian",
"translated": 1290,
"translated_percent": 100.0,
"total": 1290,
"words_percent": 100.0
},
{
"total_words": 1259,
"code": "lt",
"translated_words": 1243,
"language": "Lithuanian",
"translated": 524,
"translated_percent": 98.6,
"total": 531,
"words_percent": 98.7
},
{
"total_words": 1259,
"code": "mk",
"translated_words": 1075,
"language": "Macedonian",
"translated": 442,
"translated_percent": 83.2,
"total": 531,
"words_percent": 85.3
},
{
"total_words": 2303,
"code": "ru",
"translated_words": 2303,
"language": "Russian",
"translated": 764,
"translated_percent": 100.0,
"total": 764,
"words_percent": 100.0
}
]
UCS Localization Server