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": 78794,
    "total_words": 633057,
    "total_chars": 4281319,
    "last_change": "2025-05-12T17:43:45.388676Z",
    "recent_changes": 116,
    "translated": 39452,
    "translated_words": 250295,
    "translated_percent": 50.0,
    "translated_words_percent": 39.5,
    "translated_chars": 1685113,
    "translated_chars_percent": 39.3,
    "fuzzy": 3502,
    "fuzzy_percent": 4.4,
    "fuzzy_words": 22130,
    "fuzzy_words_percent": 3.4,
    "fuzzy_chars": 148191,
    "fuzzy_chars_percent": 3.4,
    "failing": 861,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 18,
    "readonly_percent": 0.1,
    "readonly_words": 29,
    "readonly_words_percent": 0.1,
    "readonly_chars": 209,
    "readonly_chars_percent": 0.1,
    "suggestions": 8545,
    "comments": 0,
    "name": "English (United Kingdom)",
    "url": "https://translate.fedoraproject.org/languages/en_GB/"
}