Languages API.

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

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

{
    "total": 7418,
    "total_words": 61645,
    "total_chars": 415399,
    "last_change": "2025-09-10T09:20:40.360203Z",
    "recent_changes": 32,
    "translated": 5752,
    "translated_words": 42720,
    "translated_percent": 77.5,
    "translated_words_percent": 69.3,
    "translated_chars": 283769,
    "translated_chars_percent": 68.3,
    "fuzzy": 109,
    "fuzzy_percent": 1.4,
    "failing": 179,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Georgian",
    "url": "http://translate.pkp.sfu.ca/languages/ka/"
}