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": 35340,
    "total_words": 236926,
    "total_chars": 1526121,
    "last_change": "2024-03-29T02:39:19.894300Z",
    "recent_changes": 28,
    "translated": 15442,
    "translated_words": 80328,
    "translated_percent": 43.6,
    "translated_words_percent": 33.9,
    "translated_chars": 518817,
    "translated_chars_percent": 33.9,
    "fuzzy": 2195,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 14707,
    "fuzzy_words_percent": 6.2,
    "fuzzy_chars": 94428,
    "fuzzy_chars_percent": 6.1,
    "failing": 1896,
    "failing_percent": 5.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24,
    "readonly_percent": 0.1,
    "readonly_words": 35,
    "readonly_words_percent": 0.1,
    "readonly_chars": 241,
    "readonly_chars_percent": 0.1,
    "suggestions": 2737,
    "comments": 0,
    "name": "Albanian",
    "url": "https://translate.fedoraproject.org/languages/sq/"
}