Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/ooops-stock-14-0/languages/?format=api
[
{
"language": "Inglese",
"code": "en",
"total": 310,
"translated": 310,
"translated_percent": 100.0,
"total_words": 1128,
"translated_words": 1128,
"translated_words_percent": 100.0,
"total_chars": 7908,
"translated_chars": 7908,
"translated_chars_percent": 100.0
},
{
"language": "Italiano",
"code": "it",
"total": 288,
"translated": 288,
"translated_percent": 100.0,
"total_words": 1052,
"translated_words": 1052,
"translated_words_percent": 100.0,
"total_chars": 6775,
"translated_chars": 6775,
"translated_chars_percent": 100.0
}
]