Languages API.

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

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

{
    "total": 16271,
    "total_words": 53897,
    "total_chars": 360202,
    "last_change": "2024-05-02T03:20:41.646048Z",
    "recent_changes": 12,
    "translated": 1768,
    "translated_words": 14397,
    "translated_percent": 10.8,
    "translated_words_percent": 26.7,
    "translated_chars": 106044,
    "translated_chars_percent": 29.4,
    "fuzzy": 3617,
    "fuzzy_percent": 22.2,
    "fuzzy_words": 8562,
    "fuzzy_words_percent": 15.8,
    "fuzzy_chars": 57409,
    "fuzzy_chars_percent": 15.9,
    "failing": 179,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 53,
    "readonly_percent": 0.3,
    "readonly_words": 74,
    "readonly_words_percent": 0.1,
    "readonly_chars": 846,
    "readonly_chars_percent": 0.2,
    "suggestions": 8,
    "comments": 0,
    "name": "Zulu",
    "url": "https://hosted.weblate.org/languages/zu/"
}