Languages API.

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

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

{
    "total": 1795,
    "total_words": 14941,
    "total_chars": 101466,
    "last_change": "2025-10-15T17:53:54.267448Z",
    "recent_changes": 157,
    "translated": 157,
    "translated_words": 276,
    "translated_percent": 8.7,
    "translated_words_percent": 1.8,
    "translated_chars": 1771,
    "translated_chars_percent": 1.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Kabyle",
    "url": "http://translate.pkp.sfu.ca/languages/kab/"
}