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": 6452,
    "total_words": 25068,
    "total_chars": 164814,
    "last_change": "2024-05-11T02:33:56.403431Z",
    "recent_changes": 18,
    "translated": 476,
    "translated_words": 1250,
    "translated_percent": 7.3,
    "translated_words_percent": 4.9,
    "translated_chars": 8385,
    "translated_chars_percent": 5.0,
    "fuzzy": 193,
    "fuzzy_percent": 2.9,
    "fuzzy_words": 593,
    "fuzzy_words_percent": 2.3,
    "fuzzy_chars": 3896,
    "fuzzy_chars_percent": 2.3,
    "failing": 103,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 10,
    "readonly_percent": 0.1,
    "readonly_words": 10,
    "readonly_words_percent": 0.1,
    "readonly_chars": 141,
    "readonly_chars_percent": 0.1,
    "suggestions": 75,
    "comments": 0,
    "name": "Afrikaans",
    "url": "https://l10n.elementary.io/languages/af/"
}