Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/ooops-base-14-0/languages/?format=api
[
{
"language": "Inglese",
"code": "en",
"total": 28,
"translated": 28,
"translated_percent": 100.0,
"total_words": 58,
"translated_words": 58,
"translated_words_percent": 100.0,
"total_chars": 449,
"translated_chars": 449,
"translated_chars_percent": 100.0
},
{
"language": "Italiano",
"code": "it",
"total": 13,
"translated": 13,
"translated_percent": 100.0,
"total_words": 21,
"translated_words": 21,
"translated_words_percent": 100.0,
"total_chars": 196,
"translated_chars": 196,
"translated_chars_percent": 100.0
}
]