Languages
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/bureaucrat-generics-17-0/languages/?format=api
[
{
"language": "English",
"code": "en",
"total": 5956,
"translated": 5956,
"translated_percent": 100.0,
"total_words": 28673,
"translated_words": 28673,
"translated_words_percent": 100.0,
"total_chars": 292096,
"translated_chars": 292096,
"translated_chars_percent": 100.0
},
{
"language": "Hebrew",
"code": "he",
"total": 4284,
"translated": 4179,
"translated_percent": 97.5,
"total_words": 19174,
"translated_words": 18615,
"translated_words_percent": 97.0,
"total_chars": 160843,
"translated_chars": 155776,
"translated_chars_percent": 96.8
},
{
"language": "Ukrainian",
"code": "uk",
"total": 5754,
"translated": 5747,
"translated_percent": 99.8,
"total_words": 26125,
"translated_words": 26099,
"translated_words_percent": 99.9,
"total_chars": 246062,
"translated_chars": 245490,
"translated_chars_percent": 99.7
},
{
"language": "de (generated)",
"code": "de",
"total": 3933,
"translated": 0,
"translated_percent": 0.0,
"total_words": 15908,
"translated_words": 0,
"translated_words_percent": 0.0,
"total_chars": 106919,
"translated_chars": 0,
"translated_chars_percent": 0.0
},
{
"language": "fr (generated)",
"code": "fr",
"total": 3933,
"translated": 1190,
"translated_percent": 30.2,
"total_words": 15908,
"translated_words": 3446,
"translated_words_percent": 21.6,
"total_chars": 106919,
"translated_chars": 23350,
"translated_chars_percent": 21.8
},
{
"language": "lt (generated)",
"code": "lt",
"total": 3933,
"translated": 0,
"translated_percent": 0.0,
"total_words": 15908,
"translated_words": 0,
"translated_words_percent": 0.0,
"total_chars": 106919,
"translated_chars": 0,
"translated_chars_percent": 0.0
},
{
"language": "ru (generated)",
"code": "ru",
"total": 3933,
"translated": 1646,
"translated_percent": 41.8,
"total_words": 15908,
"translated_words": 6125,
"translated_words_percent": 38.5,
"total_chars": 106919,
"translated_chars": 38903,
"translated_chars_percent": 36.3
},
{
"language": "tr (generated)",
"code": "tr",
"total": 3004,
"translated": 2781,
"translated_percent": 92.5,
"total_words": 12094,
"translated_words": 10880,
"translated_words_percent": 89.9,
"total_chars": 81920,
"translated_chars": 72746,
"translated_chars_percent": 88.8
}
]