Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/cnp3-ebook/languages/
[
{
"language": "Chinese (Simplified)",
"code": "zh_Hans",
"total": 38,
"translated": 3,
"translated_percent": 7.9,
"total_words": 2751,
"translated_words": 197,
"words_percent": 7.2
},
{
"language": "Czech",
"code": "cs",
"total": 1384,
"translated": 0,
"translated_percent": 0.0,
"total_words": 60266,
"translated_words": 0,
"words_percent": 0.0
},
{
"language": "French",
"code": "fr",
"total": 3580,
"translated": 446,
"translated_percent": 12.5,
"total_words": 156068,
"translated_words": 15212,
"words_percent": 9.7
},
{
"language": "Vietnamese",
"code": "vi",
"total": 112,
"translated": 28,
"translated_percent": 25.0,
"total_words": 4235,
"translated_words": 1345,
"words_percent": 31.8
}
]