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": 7344,
    "total_words": 61020,
    "total_chars": 411358,
    "last_change": "2025-02-28T23:32:08.318273Z",
    "recent_changes": 28,
    "translated": 5786,
    "translated_words": 43214,
    "translated_percent": 78.7,
    "translated_words_percent": 70.8,
    "translated_chars": 287602,
    "translated_chars_percent": 69.9,
    "fuzzy": 108,
    "fuzzy_percent": 1.4,
    "failing": 173,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 49,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Georgian",
    "url": "http://translate.pkp.sfu.ca/languages/ka/"
}