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": 309,
    "total_words": 1140,
    "total_chars": 7250,
    "last_change": "2025-03-06T19:16:59.434649Z",
    "recent_changes": 84,
    "translated": 95,
    "translated_words": 211,
    "translated_percent": 30.7,
    "translated_words_percent": 18.5,
    "translated_chars": 1346,
    "translated_chars_percent": 18.5,
    "fuzzy": 12,
    "fuzzy_percent": 3.8,
    "failing": 4,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Georgian",
    "url": "https://translations.zorin.com/languages/ka/"
}