Languages API.

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

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

{
    "total": 28138,
    "total_words": 180824,
    "total_chars": 1158657,
    "last_change": "2024-04-26T02:37:06.063918Z",
    "recent_changes": 394,
    "translated": 12105,
    "translated_words": 56784,
    "translated_percent": 43.0,
    "translated_words_percent": 31.4,
    "translated_chars": 363467,
    "translated_chars_percent": 31.3,
    "fuzzy": 2139,
    "fuzzy_percent": 7.6,
    "fuzzy_words": 12720,
    "fuzzy_words_percent": 7.0,
    "fuzzy_chars": 82293,
    "fuzzy_chars_percent": 7.1,
    "failing": 808,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 15,
    "readonly_percent": 0.1,
    "readonly_words": 26,
    "readonly_words_percent": 0.1,
    "readonly_chars": 179,
    "readonly_chars_percent": 0.1,
    "suggestions": 2634,
    "comments": 1,
    "name": "Afrikaans",
    "url": "https://translate.fedoraproject.org/languages/af/"
}