Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/ooops-sdscolor-14-0/languages/?format=api
[
{
"language": "Inglese",
"code": "en",
"total": 22,
"translated": 22,
"translated_percent": 100.0,
"total_words": 51,
"translated_words": 51,
"translated_words_percent": 100.0,
"total_chars": 393,
"translated_chars": 393,
"translated_chars_percent": 100.0
},
{
"language": "Italiano",
"code": "it",
"total": 19,
"translated": 19,
"translated_percent": 100.0,
"total_words": 45,
"translated_words": 45,
"translated_words_percent": 100.0,
"total_chars": 363,
"translated_chars": 363,
"translated_chars_percent": 100.0
}
]