Languages API.

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

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

{
    "total": 171,
    "total_words": 846,
    "total_chars": 5380,
    "last_change": "2022-03-26T07:09:30.359034Z",
    "recent_changes": 1,
    "translated": 110,
    "translated_words": 498,
    "translated_percent": 64.3,
    "translated_words_percent": 58.8,
    "translated_chars": 3255,
    "translated_chars_percent": 60.5,
    "fuzzy": 23,
    "fuzzy_percent": 13.4,
    "fuzzy_words": 119,
    "fuzzy_words_percent": 14.0,
    "fuzzy_chars": 693,
    "fuzzy_chars_percent": 12.8,
    "failing": 48,
    "failing_percent": 28.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "name": "Dzongkha",
    "url": "https://translate.fedoraproject.org/languages/dz/"
}