Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/ooops-website/languages/?format=api
[
{
"language": "Inglese",
"code": "en",
"total": 54,
"translated": 54,
"translated_percent": 100.0,
"total_words": 200,
"translated_words": 200,
"translated_words_percent": 100.0,
"total_chars": 1165,
"translated_chars": 1165,
"translated_chars_percent": 100.0
},
{
"language": "Italiano",
"code": "it",
"total": 54,
"translated": 54,
"translated_percent": 100.0,
"total_words": 200,
"translated_words": 200,
"translated_words_percent": 100.0,
"total_chars": 1165,
"translated_chars": 1165,
"translated_chars_percent": 100.0
}
]