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": 2668,
    "total_words": 10218,
    "total_chars": 62525,
    "last_change": "2025-07-23T11:53:30.724389Z",
    "recent_changes": 14,
    "translated": 2587,
    "translated_words": 9874,
    "translated_percent": 96.9,
    "translated_words_percent": 96.6,
    "translated_chars": 60525,
    "translated_chars_percent": 96.8,
    "fuzzy": 53,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 185,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 1091,
    "fuzzy_chars_percent": 1.7,
    "failing": 65,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 3.8,
    "readonly_words": 620,
    "readonly_words_percent": 6.0,
    "readonly_chars": 3830,
    "readonly_chars_percent": 6.1,
    "suggestions": 0,
    "comments": 0,
    "name": "German",
    "url": "http://translate.gtaf.org/languages/de/"
}