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": 512,
    "total_words": 2264,
    "last_change": "2023-09-27T09:37:15.722985Z",
    "recent_changes": 3,
    "translated": 497,
    "translated_words": 2202,
    "translated_percent": 97.0,
    "translated_words_percent": 97.2,
    "translated_chars": 13666,
    "translated_chars_percent": 97.2,
    "total_chars": 14054,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 8,
    "approved_percent": 1.5,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Arabic",
    "url": "https://weblate.ppc.lol/languages/ar/"
}