Languages API.

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

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

{
    "total": 63923,
    "total_words": 280801,
    "total_chars": 1792495,
    "last_change": "2024-04-30T06:08:57.026864Z",
    "recent_changes": 341,
    "translated": 29217,
    "translated_words": 131269,
    "translated_percent": 45.7,
    "translated_words_percent": 46.7,
    "translated_chars": 823489,
    "translated_chars_percent": 45.9,
    "fuzzy": 2433,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 9465,
    "fuzzy_words_percent": 3.3,
    "fuzzy_chars": 61675,
    "fuzzy_chars_percent": 3.4,
    "failing": 877,
    "failing_percent": 1.3,
    "approved": 3,
    "approved_percent": 0.1,
    "approved_words": 34,
    "approved_words_percent": 0.1,
    "approved_chars": 202,
    "approved_chars_percent": 0.1,
    "readonly": 122,
    "readonly_percent": 0.1,
    "readonly_words": 161,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1299,
    "readonly_chars_percent": 0.1,
    "suggestions": 120,
    "comments": 0,
    "name": "English (Australia)",
    "url": "https://hosted.weblate.org/languages/en_AU/"
}