Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/en_GB/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2918,
    "total_words": 17217,
    "total_chars": 131516,
    "last_change": "2024-04-15T09:47:01.713418Z",
    "recent_changes": 0,
    "translated": 671,
    "translated_words": 2599,
    "translated_percent": 22.9,
    "translated_words_percent": 15.0,
    "translated_chars": 16252,
    "translated_chars_percent": 12.3,
    "fuzzy": 1964,
    "fuzzy_percent": 67.3,
    "fuzzy_words": 13566,
    "fuzzy_words_percent": 78.7,
    "fuzzy_chars": 108488,
    "fuzzy_chars_percent": 82.4,
    "failing": 104,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 17,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "English (United Kingdom)",
    "url": "https://weblate.framasoft.org/languages/en_GB/"
}