Languages API.

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

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

{
    "total": 30325,
    "total_words": 199459,
    "total_chars": 1275883,
    "last_change": "2024-04-18T00:57:16.415053Z",
    "recent_changes": 81,
    "translated": 5742,
    "translated_words": 20391,
    "translated_percent": 18.9,
    "translated_words_percent": 10.2,
    "translated_chars": 129336,
    "translated_chars_percent": 10.1,
    "fuzzy": 856,
    "fuzzy_percent": 2.8,
    "fuzzy_words": 3732,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 25228,
    "fuzzy_chars_percent": 1.9,
    "failing": 340,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 19,
    "readonly_percent": 0.1,
    "readonly_words": 30,
    "readonly_words_percent": 0.1,
    "readonly_chars": 533,
    "readonly_chars_percent": 0.1,
    "suggestions": 2656,
    "comments": 0,
    "name": "Asturian",
    "url": "https://translate.fedoraproject.org/languages/ast/"
}