Languages API.

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

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

{
    "total": 12607,
    "total_words": 35052,
    "total_chars": 224001,
    "last_change": "2024-02-29T23:36:34.353276Z",
    "recent_changes": 0,
    "translated": 12524,
    "translated_words": 34515,
    "translated_percent": 99.3,
    "translated_words_percent": 98.4,
    "translated_chars": 220375,
    "translated_chars_percent": 98.3,
    "fuzzy": 60,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 397,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 2762,
    "fuzzy_chars_percent": 1.2,
    "failing": 5,
    "failing_percent": 0.1,
    "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": "German",
    "url": "https://translate.tryton.org/languages/de/"
}