Languages API.

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

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

{
    "total": 416448,
    "total_words": 5087851,
    "total_chars": 36534073,
    "last_change": "2021-06-18T18:14:24.226104Z",
    "recent_changes": 3,
    "translated": 416377,
    "translated_words": 5086158,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 36521715,
    "translated_chars_percent": 99.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 56668,
    "failing_percent": 13.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 414798,
    "readonly_percent": 99.6,
    "suggestions": 0,
    "comments": 386,
    "name": "English",
    "url": "https://translate.fedoraproject.org/languages/en/"
}