Languages API.

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

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

{
    "total": 2195,
    "total_words": 14582,
    "total_chars": 104738,
    "last_change": "2024-03-18T10:33:25.300038Z",
    "recent_changes": 4,
    "translated": 72,
    "translated_words": 317,
    "translated_percent": 3.2,
    "translated_words_percent": 2.1,
    "translated_chars": 2131,
    "translated_chars_percent": 2.0,
    "fuzzy": 49,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 670,
    "fuzzy_words_percent": 4.5,
    "fuzzy_chars": 8574,
    "fuzzy_chars_percent": 8.1,
    "failing": 49,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 17,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Sardinian",
    "url": "https://weblate.framasoft.org/languages/sc/"
}