Languages API.

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

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

{
    "total": 49084,
    "total_words": 323482,
    "total_chars": 2079988,
    "last_change": "2025-03-13T08:55:50.607734Z",
    "recent_changes": 960,
    "translated": 28587,
    "translated_words": 157672,
    "translated_percent": 58.2,
    "translated_words_percent": 48.7,
    "translated_chars": 1011229,
    "translated_chars_percent": 48.6,
    "fuzzy": 2610,
    "fuzzy_percent": 5.3,
    "fuzzy_words": 17752,
    "fuzzy_words_percent": 5.4,
    "fuzzy_chars": 114759,
    "fuzzy_chars_percent": 5.5,
    "failing": 1616,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 17,
    "readonly_percent": 0.1,
    "readonly_words": 27,
    "readonly_words_percent": 0.1,
    "readonly_chars": 195,
    "readonly_chars_percent": 0.1,
    "suggestions": 2452,
    "comments": 0,
    "name": "Romanian",
    "url": "https://translate.fedoraproject.org/languages/ro/"
}