Languages API.

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

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

{
    "total": 1806,
    "total_words": 9647,
    "total_chars": 64128,
    "last_change": "2024-04-22T16:29:29.973081Z",
    "recent_changes": 4,
    "translated": 22,
    "translated_words": 47,
    "translated_percent": 1.2,
    "translated_words_percent": 0.4,
    "translated_chars": 332,
    "translated_chars_percent": 0.5,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 20,
    "fuzzy_chars_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 6,
    "comments": 0,
    "name": "Kabyle",
    "url": "https://translate.fedoraproject.org/languages/kab/"
}