Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/ooops-product-14-0/languages/?format=api
[
{
"language": "Inglese",
"code": "en",
"total": 287,
"translated": 287,
"translated_percent": 100.0,
"total_words": 936,
"translated_words": 936,
"translated_words_percent": 100.0,
"total_chars": 6183,
"translated_chars": 6183,
"translated_chars_percent": 100.0
},
{
"language": "Italiano",
"code": "it",
"total": 286,
"translated": 286,
"translated_percent": 100.0,
"total_words": 933,
"translated_words": 933,
"translated_words_percent": 100.0,
"total_chars": 6151,
"translated_chars": 6151,
"translated_chars_percent": 100.0
}
]