Languages API.

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

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

{
    "total": 306937,
    "total_words": 4564908,
    "total_chars": 33233052,
    "last_change": "2024-03-28T16:59:40.089680Z",
    "recent_changes": 4561,
    "translated": 118959,
    "translated_words": 1281367,
    "translated_percent": 38.7,
    "translated_words_percent": 28.0,
    "translated_chars": 8917984,
    "translated_chars_percent": 26.8,
    "fuzzy": 12616,
    "fuzzy_percent": 4.1,
    "fuzzy_words": 101920,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 773521,
    "fuzzy_chars_percent": 2.3,
    "failing": 10882,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 128,
    "readonly_percent": 0.1,
    "readonly_words": 573,
    "readonly_words_percent": 0.1,
    "readonly_chars": 7791,
    "readonly_chars_percent": 0.1,
    "suggestions": 34167,
    "comments": 21,
    "name": "Spanish",
    "url": "https://translate.fedoraproject.org/languages/es/"
}