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": 4115,
    "total_words": 47531,
    "total_chars": 312948,
    "last_change": "2024-04-29T19:46:59.732512Z",
    "recent_changes": 31,
    "translated": 924,
    "translated_words": 9262,
    "translated_percent": 22.4,
    "translated_words_percent": 19.4,
    "translated_chars": 64556,
    "translated_chars_percent": 20.6,
    "fuzzy": 166,
    "fuzzy_percent": 4.0,
    "failing": 248,
    "failing_percent": 6.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 458,
    "comments": 0,
    "name": "Arabic",
    "url": "http://translate.getmonero.org/languages/ar/"
}