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": 42241,
    "total_words": 278187,
    "total_chars": 1783472,
    "last_change": "2024-04-24T02:37:54.746922Z",
    "recent_changes": 1053,
    "translated": 18091,
    "translated_words": 95796,
    "translated_percent": 42.8,
    "translated_words_percent": 34.4,
    "translated_chars": 614172,
    "translated_chars_percent": 34.4,
    "fuzzy": 2259,
    "fuzzy_percent": 5.3,
    "fuzzy_words": 14911,
    "fuzzy_words_percent": 5.3,
    "fuzzy_chars": 96737,
    "fuzzy_chars_percent": 5.4,
    "failing": 1479,
    "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": 15,
    "readonly_percent": 0.1,
    "readonly_words": 26,
    "readonly_words_percent": 0.1,
    "readonly_chars": 179,
    "readonly_chars_percent": 0.1,
    "suggestions": 2068,
    "comments": 0,
    "name": "Romanian",
    "url": "https://translate.fedoraproject.org/languages/ro/"
}