Languages API.

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

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

{
    "total": 884,
    "total_words": 9818,
    "total_chars": 59269,
    "last_change": "2022-03-26T07:09:31.070789Z",
    "recent_changes": 1,
    "translated": 111,
    "translated_words": 499,
    "translated_percent": 12.5,
    "translated_words_percent": 5.0,
    "translated_chars": 3264,
    "translated_chars_percent": 5.5,
    "fuzzy": 23,
    "fuzzy_percent": 2.6,
    "fuzzy_words": 119,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 693,
    "fuzzy_chars_percent": 1.1,
    "failing": 9,
    "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": 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": "English (Canada)",
    "url": "https://translate.fedoraproject.org/languages/en_CA/"
}