Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/sq/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 9711,
    "total_words": 66066,
    "total_chars": 423927,
    "last_change": "2024-05-13T17:49:08.741068Z",
    "recent_changes": 0,
    "translated": 544,
    "translated_words": 2378,
    "translated_percent": 5.6,
    "translated_words_percent": 3.5,
    "translated_chars": 15143,
    "translated_chars_percent": 3.5,
    "fuzzy": 9,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 88,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 534,
    "fuzzy_chars_percent": 0.1,
    "failing": 103,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 0.1,
    "readonly_words": 13,
    "readonly_words_percent": 0.1,
    "readonly_chars": 76,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Albanian",
    "url": "https://translate.mattermost.com/languages/sq/"
}