Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/ooops-apparel-vertical/languages/?format=api
[
{
"language": "Inglese",
"code": "en",
"total": 415,
"translated": 415,
"translated_percent": 100.0,
"total_words": 1326,
"translated_words": 1326,
"translated_words_percent": 100.0,
"total_chars": 8433,
"translated_chars": 8433,
"translated_chars_percent": 100.0
},
{
"language": "Italiano",
"code": "it",
"total": 415,
"translated": 413,
"translated_percent": 99.5,
"total_words": 1326,
"translated_words": 1320,
"translated_words_percent": 99.5,
"total_chars": 8433,
"translated_chars": 8394,
"translated_chars_percent": 99.5
}
]