Languages API.

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

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

{
    "total": 117707,
    "total_words": 524920,
    "total_chars": 3212075,
    "last_change": "2024-04-17T09:02:06.162261Z",
    "recent_changes": 1555,
    "translated": 84744,
    "translated_words": 227871,
    "translated_percent": 71.9,
    "translated_words_percent": 43.4,
    "translated_chars": 1427754,
    "translated_chars_percent": 44.4,
    "fuzzy": 1521,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 2414,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 15296,
    "fuzzy_chars_percent": 0.4,
    "failing": 770,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 44,
    "readonly_percent": 0.1,
    "readonly_words": 75,
    "readonly_words_percent": 0.1,
    "readonly_chars": 539,
    "readonly_chars_percent": 0.1,
    "suggestions": 6,
    "comments": 0,
    "name": "Abkhazian",
    "url": "https://translations.documentfoundation.org/languages/ab/"
}