Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/ooops-operating-unit/languages/?format=api
[
{
"language": "Inglese",
"code": "en",
"total": 2,
"translated": 2,
"translated_percent": 100.0,
"total_words": 5,
"translated_words": 5,
"translated_words_percent": 100.0,
"total_chars": 30,
"translated_chars": 30,
"translated_chars_percent": 100.0
},
{
"language": "Italiano",
"code": "it",
"total": 2,
"translated": 2,
"translated_percent": 100.0,
"total_words": 5,
"translated_words": 5,
"translated_words_percent": 100.0,
"total_chars": 30,
"translated_chars": 30,
"translated_chars_percent": 100.0
}
]