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": 962,
    "total_words": 4870,
    "total_chars": 29624,
    "last_change": "2024-12-11T22:11:54.030590Z",
    "recent_changes": 70,
    "translated": 187,
    "translated_words": 980,
    "translated_percent": 19.4,
    "translated_words_percent": 20.1,
    "translated_chars": 6101,
    "translated_chars_percent": 20.5,
    "fuzzy": 4,
    "fuzzy_percent": 0.4,
    "failing": 4,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.3,
    "suggestions": 46,
    "comments": 0,
    "name": "Arabic",
    "url": "https://translate.ayana.io/languages/ar/"
}