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": 9341,
    "total_words": 111668,
    "total_chars": 856687,
    "last_change": "2024-07-17T12:54:39.345327Z",
    "recent_changes": 302,
    "translated": 866,
    "translated_words": 2842,
    "translated_percent": 9.2,
    "translated_words_percent": 2.5,
    "translated_chars": 35462,
    "translated_chars_percent": 4.1,
    "fuzzy": 316,
    "fuzzy_percent": 3.3,
    "fuzzy_words": 1825,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 23079,
    "fuzzy_chars_percent": 2.6,
    "failing": 279,
    "failing_percent": 2.9,
    "approved": 609,
    "approved_percent": 6.5,
    "approved_words": 1637,
    "approved_words_percent": 1.4,
    "approved_chars": 23671,
    "approved_chars_percent": 2.7,
    "readonly": 151,
    "readonly_percent": 1.6,
    "readonly_words": 864,
    "readonly_words_percent": 0.7,
    "readonly_chars": 6853,
    "readonly_chars_percent": 0.7,
    "suggestions": 52,
    "comments": 0,
    "name": "Arabic",
    "url": "https://translate.tails.net/languages/ar/"
}