Languages API.

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

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

{
    "total": 2873,
    "total_words": 11029,
    "total_chars": 67575,
    "last_change": "2025-12-03T04:30:16.116430Z",
    "recent_changes": 340,
    "translated": 2693,
    "translated_words": 10208,
    "translated_percent": 93.7,
    "translated_words_percent": 92.5,
    "translated_chars": 62533,
    "translated_chars_percent": 92.5,
    "fuzzy": 37,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 112,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 737,
    "fuzzy_chars_percent": 1.0,
    "failing": 42,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 106,
    "readonly_percent": 3.6,
    "readonly_words": 624,
    "readonly_words_percent": 5.6,
    "readonly_chars": 3863,
    "readonly_chars_percent": 5.7,
    "suggestions": 54,
    "comments": 0,
    "name": "Arabic",
    "url": "http://translate.gtaf.org/languages/ar/"
}