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": 77636,
    "total_words": 645148,
    "total_chars": 4371694,
    "last_change": "2024-04-20T07:36:22.050552Z",
    "recent_changes": 917,
    "translated": 24977,
    "translated_words": 190132,
    "translated_percent": 32.1,
    "translated_words_percent": 29.4,
    "translated_chars": 1303101,
    "translated_chars_percent": 29.8,
    "fuzzy": 3611,
    "fuzzy_percent": 4.6,
    "fuzzy_words": 23321,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 152299,
    "fuzzy_chars_percent": 3.4,
    "failing": 966,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 16,
    "readonly_percent": 0.1,
    "readonly_words": 28,
    "readonly_words_percent": 0.1,
    "readonly_chars": 199,
    "readonly_chars_percent": 0.1,
    "suggestions": 15698,
    "comments": 0,
    "name": "English (United Kingdom)",
    "url": "https://translate.fedoraproject.org/languages/en_GB/"
}