Languages API.

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

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

{
    "total": 677,
    "total_words": 4338,
    "total_chars": 26083,
    "last_change": "2024-05-13T17:01:29.325955Z",
    "recent_changes": 0,
    "translated": 16,
    "translated_words": 85,
    "translated_percent": 2.3,
    "translated_words_percent": 1.9,
    "translated_chars": 572,
    "translated_chars_percent": 2.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 137,
    "failing_percent": 20.2,
    "approved": 15,
    "approved_percent": 2.2,
    "approved_words": 81,
    "approved_words_percent": 1.8,
    "approved_chars": 548,
    "approved_chars_percent": 2.1,
    "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": "English (United Kingdom)",
    "url": "https://weblate.tusky.app/languages/en_GB/"
}