Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/ooops-partner/languages/?format=api
[
{
"language": "Inglese",
"code": "en",
"total": 58,
"translated": 58,
"translated_percent": 100.0,
"total_words": 142,
"translated_words": 142,
"translated_words_percent": 100.0,
"total_chars": 919,
"translated_chars": 919,
"translated_chars_percent": 100.0
},
{
"language": "Italiano",
"code": "it",
"total": 58,
"translated": 51,
"translated_percent": 87.9,
"total_words": 142,
"translated_words": 119,
"translated_words_percent": 83.8,
"total_chars": 919,
"translated_chars": 747,
"translated_chars_percent": 81.2
}
]