Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/ooops-custom-cepi/languages/?format=api
[
{
"language": "Inglese",
"code": "en",
"total": 290,
"translated": 290,
"translated_percent": 100.0,
"total_words": 957,
"translated_words": 957,
"translated_words_percent": 100.0,
"total_chars": 6957,
"translated_chars": 6957,
"translated_chars_percent": 100.0
},
{
"language": "Italiano",
"code": "it",
"total": 290,
"translated": 287,
"translated_percent": 98.9,
"total_words": 957,
"translated_words": 950,
"translated_words_percent": 99.2,
"total_chars": 6957,
"translated_chars": 6889,
"translated_chars_percent": 99.0
}
]