Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/ooops-configurator/languages/?format=api
[
{
"language": "Inglese",
"code": "en",
"total": 608,
"translated": 608,
"translated_percent": 100.0,
"total_words": 2152,
"translated_words": 2152,
"translated_words_percent": 100.0,
"total_chars": 13428,
"translated_chars": 13428,
"translated_chars_percent": 100.0
},
{
"language": "Italiano",
"code": "it",
"total": 608,
"translated": 523,
"translated_percent": 86.0,
"total_words": 2152,
"translated_words": 1862,
"translated_words_percent": 86.5,
"total_chars": 13428,
"translated_chars": 11806,
"translated_chars_percent": 87.9
}
]