Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/ooops-configurator-14-0/languages/?format=api
[
{
"language": "Inglese",
"code": "en",
"total": 1547,
"translated": 1547,
"translated_percent": 100.0,
"total_words": 6536,
"translated_words": 6536,
"translated_words_percent": 100.0,
"total_chars": 42524,
"translated_chars": 42524,
"translated_chars_percent": 100.0
},
{
"language": "Italiano",
"code": "it",
"total": 1547,
"translated": 1542,
"translated_percent": 99.6,
"total_words": 6536,
"translated_words": 6531,
"translated_words_percent": 99.9,
"total_chars": 42524,
"translated_chars": 42411,
"translated_chars_percent": 99.7
}
]