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": 8771,
    "total_words": 105419,
    "total_chars": 820663,
    "last_change": "2024-04-27T10:37:01.385588Z",
    "recent_changes": 286,
    "translated": 816,
    "translated_words": 2922,
    "translated_percent": 9.3,
    "translated_words_percent": 2.7,
    "translated_chars": 36531,
    "translated_chars_percent": 4.4,
    "fuzzy": 354,
    "fuzzy_percent": 4.0,
    "fuzzy_words": 2015,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 25121,
    "fuzzy_chars_percent": 3.0,
    "failing": 280,
    "failing_percent": 3.1,
    "approved": 541,
    "approved_percent": 6.1,
    "approved_words": 1434,
    "approved_words_percent": 1.3,
    "approved_chars": 20954,
    "approved_chars_percent": 2.5,
    "readonly": 157,
    "readonly_percent": 1.7,
    "readonly_words": 927,
    "readonly_words_percent": 0.8,
    "readonly_chars": 7525,
    "readonly_chars_percent": 0.9,
    "suggestions": 67,
    "comments": 0,
    "name": "Arabic",
    "url": "https://translate.tails.boum.org/languages/ar/"
}