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": 1838,
    "total_words": 17596,
    "total_chars": 114144,
    "last_change": "2025-04-03T10:49:42.115998Z",
    "recent_changes": 4,
    "translated": 648,
    "translated_words": 3060,
    "translated_percent": 35.2,
    "translated_words_percent": 17.3,
    "translated_chars": 19311,
    "translated_chars_percent": 16.9,
    "fuzzy": 162,
    "fuzzy_percent": 8.8,
    "fuzzy_words": 1575,
    "fuzzy_words_percent": 8.9,
    "fuzzy_chars": 9732,
    "fuzzy_chars_percent": 8.5,
    "failing": 18,
    "failing_percent": 0.9,
    "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": 10,
    "comments": 0,
    "name": "Arabic",
    "url": "https://translate.yunohost.org/languages/ar/"
}