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": 283668,
    "total_words": 2398067,
    "total_chars": 19023214,
    "last_change": "2024-01-15T02:27:35.968719Z",
    "recent_changes": 845,
    "translated": 101672,
    "translated_words": 347554,
    "translated_percent": 35.8,
    "translated_words_percent": 14.4,
    "translated_chars": 2251701,
    "translated_chars_percent": 11.8,
    "fuzzy": 2733,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 7659,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 47990,
    "fuzzy_chars_percent": 0.2,
    "failing": 1470,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 47,
    "readonly_percent": 0.1,
    "readonly_words": 78,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 71,
    "comments": 1,
    "name": "Arabic",
    "url": "https://translations.documentfoundation.org/languages/ar/"
}