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": 9975,
    "total_words": 55142,
    "total_chars": 355714,
    "last_change": "2023-12-08T22:39:37.837096Z",
    "recent_changes": 248,
    "translated": 700,
    "translated_words": 3188,
    "translated_percent": 7.0,
    "translated_words_percent": 5.7,
    "translated_chars": 21028,
    "translated_chars_percent": 5.9,
    "fuzzy": 16,
    "fuzzy_percent": 0.1,
    "failing": 10,
    "failing_percent": 0.1,
    "approved": 116,
    "approved_percent": 1.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 80,
    "comments": 0,
    "name": "Arabic",
    "url": "https://weblate.rob006.net/languages/ar/"
}