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": 5302,
    "total_words": 58226,
    "total_chars": 473041,
    "last_change": "2026-05-01T15:18:55.121423Z",
    "recent_changes": 208,
    "translated": 3574,
    "translated_words": 37391,
    "translated_percent": 67.4,
    "translated_words_percent": 64.2,
    "translated_chars": 302236,
    "translated_chars_percent": 63.8,
    "fuzzy": 744,
    "fuzzy_percent": 14.0,
    "fuzzy_words": 8408,
    "fuzzy_words_percent": 14.4,
    "fuzzy_chars": 70684,
    "fuzzy_chars_percent": 14.9,
    "failing": 659,
    "failing_percent": 12.4,
    "approved": 2826,
    "approved_percent": 53.3,
    "approved_words": 29159,
    "approved_words_percent": 50.0,
    "approved_chars": 235673,
    "approved_chars_percent": 49.8,
    "readonly": 56,
    "readonly_percent": 1.0,
    "readonly_words": 141,
    "readonly_words_percent": 0.2,
    "readonly_chars": 1411,
    "readonly_chars_percent": 0.2,
    "suggestions": 23,
    "comments": 0,
    "name": "German",
    "url": "https://translate.tails.net/languages/de/"
}