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": 301051,
    "total_words": 4505846,
    "total_chars": 32695980,
    "last_change": "2025-03-13T12:17:28.404763Z",
    "recent_changes": 949,
    "translated": 131853,
    "translated_words": 1218500,
    "translated_percent": 43.7,
    "translated_words_percent": 27.0,
    "translated_chars": 8398635,
    "translated_chars_percent": 25.6,
    "fuzzy": 650,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 5681,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 45829,
    "fuzzy_chars_percent": 0.1,
    "failing": 6711,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 93,
    "readonly_percent": 0.1,
    "readonly_words": 379,
    "readonly_words_percent": 0.1,
    "readonly_chars": 4735,
    "readonly_chars_percent": 0.1,
    "suggestions": 7871,
    "comments": 3,
    "name": "Ukrainian",
    "url": "https://translate.fedoraproject.org/languages/uk/"
}