Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/he/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 691,
    "total_words": 4292,
    "last_change": "2023-12-17T18:36:21.910498Z",
    "recent_changes": 12,
    "translated": 138,
    "translated_words": 382,
    "translated_percent": 19.9,
    "translated_words_percent": 8.9,
    "translated_chars": 3811,
    "translated_chars_percent": 13.3,
    "total_chars": 28444,
    "fuzzy": 3,
    "fuzzy_percent": 0.4,
    "failing": 4,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 15,
    "readonly_percent": 2.1,
    "suggestions": 13,
    "comments": 0,
    "name": "Hebrew",
    "url": "https://weblate.rikka.app/languages/he/"
}