Languages API.

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

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

{
    "total": 709,
    "total_words": 4335,
    "last_change": "2024-04-06T06:54:17.319817Z",
    "recent_changes": 23,
    "translated": 256,
    "translated_words": 580,
    "translated_percent": 36.1,
    "translated_words_percent": 13.3,
    "translated_chars": 5046,
    "translated_chars_percent": 17.5,
    "total_chars": 28719,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 16,
    "readonly_percent": 2.2,
    "suggestions": 6,
    "comments": 0,
    "name": "Greek",
    "url": "https://weblate.rikka.app/languages/el/"
}