Languages API.

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

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

{
    "total": 217792,
    "total_words": 3297264,
    "total_chars": 24022587,
    "last_change": "2024-04-25T02:37:27.421814Z",
    "recent_changes": 5348,
    "translated": 133633,
    "translated_words": 1904430,
    "translated_percent": 61.3,
    "translated_words_percent": 57.7,
    "translated_chars": 14039380,
    "translated_chars_percent": 58.4,
    "fuzzy": 10301,
    "fuzzy_percent": 4.7,
    "fuzzy_words": 193939,
    "fuzzy_words_percent": 5.8,
    "fuzzy_chars": 1398034,
    "fuzzy_chars_percent": 5.8,
    "failing": 26566,
    "failing_percent": 12.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 81,
    "readonly_percent": 0.1,
    "readonly_words": 392,
    "readonly_words_percent": 0.1,
    "readonly_chars": 5012,
    "readonly_chars_percent": 0.1,
    "suggestions": 21012,
    "comments": 5,
    "name": "Indonesian",
    "url": "https://translate.fedoraproject.org/languages/id/"
}