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": 78503,
    "total_words": 565221,
    "total_chars": 3693411,
    "last_change": "2024-04-24T05:36:07.365045Z",
    "recent_changes": 892,
    "translated": 47114,
    "translated_words": 234359,
    "translated_percent": 60.0,
    "translated_words_percent": 41.4,
    "translated_chars": 1495432,
    "translated_chars_percent": 40.4,
    "fuzzy": 60,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 880,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 6591,
    "fuzzy_chars_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 21,
    "readonly_percent": 0.1,
    "readonly_words": 34,
    "readonly_words_percent": 0.1,
    "readonly_chars": 227,
    "readonly_chars_percent": 0.1,
    "suggestions": 646,
    "comments": 0,
    "name": "Georgian",
    "url": "https://translate.fedoraproject.org/languages/ka/"
}