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": 6840,
    "total_words": 41007,
    "total_chars": 259917,
    "last_change": "2024-04-25T15:36:27.567682Z",
    "recent_changes": 3,
    "translated": 222,
    "translated_words": 900,
    "translated_percent": 3.2,
    "translated_words_percent": 2.1,
    "translated_chars": 5701,
    "translated_chars_percent": 2.1,
    "fuzzy": 39,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 235,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 1572,
    "fuzzy_chars_percent": 0.6,
    "failing": 18,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 83,
    "readonly_chars_percent": 0.1,
    "suggestions": 160,
    "comments": 0,
    "name": "Zulu",
    "url": "https://translate.fedoraproject.org/languages/zu/"
}