Statistics
Translation projects API.
See <a href="https://docs.weblate.org/en/weblate-3.6.1/api.html#projects">the Weblate's Web API documentation</a> for detailed
description of the API.
GET /api/projects/cockpit-wicked/statistics/?format=api
[
{
"language": "Catalan",
"code": "ca",
"total": 98,
"translated": 98,
"translated_percent": 100.0,
"total_words": 291,
"translated_words": 291,
"words_percent": 100.0
},
{
"language": "Czech",
"code": "cs",
"total": 98,
"translated": 98,
"translated_percent": 100.0,
"total_words": 291,
"translated_words": 291,
"words_percent": 100.0
},
{
"language": "German",
"code": "de",
"total": 98,
"translated": 0,
"translated_percent": 0.0,
"total_words": 291,
"translated_words": 0,
"words_percent": 0.0
},
{
"language": "Italian",
"code": "it",
"total": 98,
"translated": 15,
"translated_percent": 15.3,
"total_words": 291,
"translated_words": 36,
"words_percent": 12.4
},
{
"language": "Japanese",
"code": "ja",
"total": 98,
"translated": 98,
"translated_percent": 100.0,
"total_words": 291,
"translated_words": 291,
"words_percent": 100.0
},
{
"language": "Portuguese (Brazil)",
"code": "pt_BR",
"total": 98,
"translated": 98,
"translated_percent": 100.0,
"total_words": 291,
"translated_words": 291,
"words_percent": 100.0
},
{
"language": "Portuguese (Portugal)",
"code": "pt_PT",
"total": 98,
"translated": 91,
"translated_percent": 92.9,
"total_words": 291,
"translated_words": 267,
"words_percent": 91.8
},
{
"language": "Sinhala",
"code": "si",
"total": 98,
"translated": 4,
"translated_percent": 4.1,
"total_words": 291,
"translated_words": 6,
"words_percent": 2.1
},
{
"language": "Spanish",
"code": "es",
"total": 98,
"translated": 91,
"translated_percent": 92.9,
"total_words": 291,
"translated_words": 267,
"words_percent": 91.8
}
]