Languages API.

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

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

{
    "total": 677,
    "total_words": 4330,
    "total_chars": 26083,
    "last_change": "2024-05-13T17:01:42.096252Z",
    "recent_changes": 38,
    "translated": 257,
    "translated_words": 1711,
    "translated_percent": 37.9,
    "translated_words_percent": 39.5,
    "translated_chars": 9973,
    "translated_chars_percent": 38.2,
    "fuzzy": 11,
    "fuzzy_percent": 1.6,
    "fuzzy_words": 56,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 322,
    "fuzzy_chars_percent": 1.2,
    "failing": 7,
    "failing_percent": 1.0,
    "approved": 20,
    "approved_percent": 2.9,
    "approved_words": 1119,
    "approved_words_percent": 25.8,
    "approved_chars": 6375,
    "approved_chars_percent": 24.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Indonesian",
    "url": "https://weblate.tusky.app/languages/id/"
}