Languages API.

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

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

{
    "total": 19611,
    "total_words": 122606,
    "total_chars": 779851,
    "last_change": "2024-03-28T02:38:56.315152Z",
    "recent_changes": 31,
    "translated": 1174,
    "translated_words": 5037,
    "translated_percent": 5.9,
    "translated_words_percent": 4.1,
    "translated_chars": 32614,
    "translated_chars_percent": 4.1,
    "fuzzy": 115,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 608,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 4282,
    "fuzzy_chars_percent": 0.5,
    "failing": 51,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 14,
    "readonly_percent": 0.1,
    "readonly_words": 21,
    "readonly_words_percent": 0.1,
    "readonly_chars": 139,
    "readonly_chars_percent": 0.1,
    "suggestions": 361,
    "comments": 0,
    "name": "Welsh",
    "url": "https://translate.fedoraproject.org/languages/cy/"
}