Statistics
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/marketing-desktop/statistics/
[
{
"total_words": 1556,
"code": "bg",
"translated_words": 1537,
"language": "Bulgarian",
"translated": 627,
"translated_percent": 98.2,
"total": 638,
"words_percent": 98.7
},
{
"total_words": 1556,
"code": "en",
"translated_words": 1556,
"language": "English",
"translated": 638,
"translated_percent": 100.0,
"total": 638,
"words_percent": 100.0
},
{
"total_words": 4,
"code": "fr",
"translated_words": 4,
"language": "French",
"translated": 4,
"translated_percent": 100.0,
"total": 4,
"words_percent": 100.0
},
{
"total_words": 1556,
"code": "ru",
"translated_words": 1556,
"language": "Russian",
"translated": 638,
"translated_percent": 100.0,
"total": 638,
"words_percent": 100.0
},
{
"total_words": 1556,
"code": "vi",
"translated_words": 1512,
"language": "Vietnamese",
"translated": 636,
"translated_percent": 99.6,
"total": 638,
"words_percent": 97.1
}
]