Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/storage-isolation/languages/
[
{
"language": "English",
"code": "en",
"total": 0,
"translated": 0,
"translated_percent": 100.0,
"total_words": 0,
"translated_words": 0,
"translated_words_percent": 100.0,
"total_chars": 0,
"translated_chars": 0,
"translated_chars_percent": 100.0
}
]