Languages API.

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

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

{
    "total": 1222,
    "total_words": 13184,
    "total_chars": 90993,
    "last_change": "2025-09-24T05:31:13.730633Z",
    "recent_changes": 4,
    "translated": 1189,
    "translated_words": 12848,
    "translated_percent": 97.2,
    "translated_words_percent": 97.4,
    "translated_chars": 88553,
    "translated_chars_percent": 97.3,
    "fuzzy": 24,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 144,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 859,
    "fuzzy_chars_percent": 0.9,
    "failing": 316,
    "failing_percent": 25.8,
    "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": 0,
    "comments": 0,
    "name": "Arabic (Saudi Arabia)",
    "url": "https://weblate.immersivetranslate.com/languages/ar_SA/"
}