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": 972,
"code": "bg",
"translated_words": 954,
"language": "Bulgarian",
"translated": 371,
"translated_percent": 98.1,
"total": 378,
"words_percent": 98.1
},
{
"total_words": 972,
"code": "cs",
"translated_words": 639,
"language": "Czech",
"translated": 245,
"translated_percent": 64.8,
"total": 378,
"words_percent": 65.7
},
{
"total_words": 3546,
"code": "en",
"translated_words": 3514,
"language": "English",
"translated": 1281,
"translated_percent": 99.5,
"total": 1287,
"words_percent": 99.0
},
{
"total_words": 1243,
"code": "de",
"translated_words": 963,
"language": "German",
"translated": 409,
"translated_percent": 78.2,
"total": 523,
"words_percent": 77.4
},
{
"total_words": 3546,
"code": "hu",
"translated_words": 3546,
"language": "Hungarian",
"translated": 1287,
"translated_percent": 100.0,
"total": 1287,
"words_percent": 100.0
},
{
"total_words": 1252,
"code": "lt",
"translated_words": 1243,
"language": "Lithuanian",
"translated": 524,
"translated_percent": 99.2,
"total": 528,
"words_percent": 99.2
},
{
"total_words": 1243,
"code": "mk",
"translated_words": 64,
"language": "Macedonian",
"translated": 45,
"translated_percent": 8.6,
"total": 523,
"words_percent": 5.1
},
{
"total_words": 2574,
"code": "ru",
"translated_words": 2574,
"language": "Russian",
"translated": 909,
"translated_percent": 100.0,
"total": 909,
"words_percent": 100.0
}
]
UCS Localization Server