Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/shattered-pixel-dungeon/languages/?format=api
[
{
"language": "Basque",
"code": "eu",
"total": 2309,
"translated": 2308,
"translated_percent": 99.9,
"total_words": 27641,
"translated_words": 27641,
"translated_words_percent": 100.0,
"total_chars": 158700,
"translated_chars": 158700,
"translated_chars_percent": 100.0
},
{
"language": "English",
"code": "en",
"total": 2309,
"translated": 2308,
"translated_percent": 99.9,
"total_words": 27641,
"translated_words": 27641,
"translated_words_percent": 100.0,
"total_chars": 158700,
"translated_chars": 158700,
"translated_chars_percent": 100.0
},
{
"language": "French",
"code": "fr",
"total": 2309,
"translated": 2308,
"translated_percent": 99.9,
"total_words": 27641,
"translated_words": 27641,
"translated_words_percent": 100.0,
"total_chars": 158700,
"translated_chars": 158700,
"translated_chars_percent": 100.0
},
{
"language": "Spanish",
"code": "es",
"total": 2309,
"translated": 2308,
"translated_percent": 99.9,
"total_words": 27641,
"translated_words": 27641,
"translated_words_percent": 100.0,
"total_chars": 158700,
"translated_chars": 158700,
"translated_chars_percent": 100.0
}
]