Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/minimetro/languages/?format=api
[
{
"language": "Basque",
"code": "eu",
"total": 497,
"translated": 497,
"translated_percent": 100.0,
"total_words": 2957,
"translated_words": 2957,
"translated_words_percent": 100.0,
"total_chars": 17508,
"translated_chars": 17508,
"translated_chars_percent": 100.0
},
{
"language": "English",
"code": "en",
"total": 497,
"translated": 497,
"translated_percent": 100.0,
"total_words": 2957,
"translated_words": 2957,
"translated_words_percent": 100.0,
"total_chars": 17508,
"translated_chars": 17508,
"translated_chars_percent": 100.0
},
{
"language": "French",
"code": "fr",
"total": 497,
"translated": 429,
"translated_percent": 86.3,
"total_words": 2957,
"translated_words": 2832,
"translated_words_percent": 95.7,
"total_chars": 17508,
"translated_chars": 16748,
"translated_chars_percent": 95.6
},
{
"language": "Spanish",
"code": "es",
"total": 497,
"translated": 450,
"translated_percent": 90.5,
"total_words": 2957,
"translated_words": 2855,
"translated_words_percent": 96.5,
"total_chars": 17508,
"translated_chars": 16898,
"translated_chars_percent": 96.5
}
]