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": 283479,
    "total_words": 2397059,
    "total_chars": 19015523,
    "last_change": "2024-05-05T08:49:59.271904Z",
    "recent_changes": 9540,
    "translated": 90791,
    "translated_words": 401223,
    "translated_percent": 32.0,
    "translated_words_percent": 16.7,
    "translated_chars": 3119172,
    "translated_chars_percent": 16.4,
    "fuzzy": 11534,
    "fuzzy_percent": 4.0,
    "fuzzy_words": 25081,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 157444,
    "fuzzy_chars_percent": 0.8,
    "failing": 2298,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 0.1,
    "readonly_words": 76,
    "readonly_words_percent": 0.1,
    "readonly_chars": 546,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Georgian",
    "url": "https://translations.documentfoundation.org/languages/ka/"
}