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": 283387,
    "total_words": 2396267,
    "total_chars": 19009739,
    "last_change": "2023-04-13T02:01:29.522817Z",
    "recent_changes": 99,
    "translated": 82846,
    "translated_words": 217481,
    "translated_percent": 29.2,
    "translated_words_percent": 9.0,
    "translated_chars": 1422095,
    "translated_chars_percent": 7.4,
    "fuzzy": 9636,
    "fuzzy_percent": 3.4,
    "fuzzy_words": 22750,
    "fuzzy_words_percent": 0.9,
    "fuzzy_chars": 143797,
    "fuzzy_chars_percent": 0.7,
    "failing": 2694,
    "failing_percent": 0.9,
    "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": 276,
    "comments": 1,
    "name": "Albanian",
    "url": "https://translations.documentfoundation.org/languages/sq/"
}