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": 7442,
    "total_words": 61787,
    "total_chars": 416362,
    "last_change": "2025-09-10T09:20:40.360203Z",
    "recent_changes": 32,
    "translated": 5753,
    "translated_words": 43066,
    "translated_percent": 77.3,
    "translated_words_percent": 69.7,
    "translated_chars": 287079,
    "translated_chars_percent": 68.9,
    "fuzzy": 109,
    "fuzzy_percent": 1.4,
    "failing": 175,
    "failing_percent": 2.3,
    "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/"
}