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": 1655,
    "total_words": 15368,
    "total_chars": 99264,
    "last_change": "2024-04-18T17:34:53.917390Z",
    "recent_changes": 28,
    "translated": 838,
    "translated_words": 4048,
    "translated_percent": 50.6,
    "translated_words_percent": 26.3,
    "translated_chars": 25367,
    "translated_chars_percent": 25.5,
    "fuzzy": 164,
    "fuzzy_percent": 9.9,
    "fuzzy_words": 1479,
    "fuzzy_words_percent": 9.6,
    "fuzzy_chars": 9253,
    "fuzzy_chars_percent": 9.3,
    "failing": 14,
    "failing_percent": 0.8,
    "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": 0,
    "comments": 0,
    "name": "Arabic",
    "url": "https://translate.yunohost.org/languages/ar/"
}