Languages API.

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

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

{
    "total": 285731,
    "total_words": 4204845,
    "total_chars": 30557105,
    "last_change": "2024-04-24T22:44:45.858335Z",
    "recent_changes": 3864,
    "translated": 127641,
    "translated_words": 1182918,
    "translated_percent": 44.6,
    "translated_words_percent": 28.1,
    "translated_chars": 8122038,
    "translated_chars_percent": 26.5,
    "fuzzy": 424,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 5280,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 37861,
    "fuzzy_chars_percent": 0.1,
    "failing": 6928,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 89,
    "readonly_percent": 0.1,
    "readonly_words": 401,
    "readonly_words_percent": 0.1,
    "readonly_chars": 5077,
    "readonly_chars_percent": 0.1,
    "suggestions": 9791,
    "comments": 2,
    "name": "Ukrainian",
    "url": "https://translate.fedoraproject.org/languages/uk/"
}