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": 7379,
    "total_words": 61257,
    "total_chars": 412915,
    "last_change": "2025-09-10T09:20:40.360203Z",
    "recent_changes": 32,
    "translated": 5760,
    "translated_words": 42769,
    "translated_percent": 78.0,
    "translated_words_percent": 69.8,
    "translated_chars": 284194,
    "translated_chars_percent": 68.8,
    "fuzzy": 108,
    "fuzzy_percent": 1.4,
    "failing": 180,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 12,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Georgian",
    "url": "http://translate.pkp.sfu.ca/languages/ka/"
}