Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/0ad/languages/?format=api
[
{
"language": "Basque",
"code": "eu",
"total": 667,
"translated": 667,
"translated_percent": 100.0,
"total_words": 9505,
"translated_words": 9505,
"translated_words_percent": 100.0,
"total_chars": 59240,
"translated_chars": 59240,
"translated_chars_percent": 100.0
},
{
"language": "English",
"code": "en",
"total": 1735,
"translated": 1735,
"translated_percent": 100.0,
"total_words": 27189,
"translated_words": 27189,
"translated_words_percent": 100.0,
"total_chars": 169262,
"translated_chars": 169262,
"translated_chars_percent": 100.0
},
{
"language": "French",
"code": "fr",
"total": 667,
"translated": 667,
"translated_percent": 100.0,
"total_words": 9505,
"translated_words": 9505,
"translated_words_percent": 100.0,
"total_chars": 59240,
"translated_chars": 59240,
"translated_chars_percent": 100.0
},
{
"language": "Spanish",
"code": "es",
"total": 667,
"translated": 667,
"translated_percent": 100.0,
"total_words": 9505,
"translated_words": 9505,
"translated_words_percent": 100.0,
"total_chars": 59240,
"translated_chars": 59240,
"translated_chars_percent": 100.0
}
]