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": 3904,
    "total_words": 29956,
    "total_chars": 224591,
    "last_change": "2024-04-22T16:01:03.358629Z",
    "recent_changes": 89,
    "translated": 2974,
    "translated_words": 17900,
    "translated_percent": 76.1,
    "translated_words_percent": 59.7,
    "translated_chars": 137600,
    "translated_chars_percent": 61.2,
    "fuzzy": 30,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 127,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 885,
    "fuzzy_chars_percent": 0.3,
    "failing": 29,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 0.7,
    "readonly_words": 237,
    "readonly_words_percent": 0.7,
    "readonly_chars": 2157,
    "readonly_chars_percent": 0.9,
    "suggestions": 0,
    "comments": 8,
    "name": "Albanian",
    "url": "https://weblate.framasoft.org/languages/sq/"
}