Languages API.

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

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

{
    "total": 177444,
    "total_words": 1368733,
    "total_chars": 8843756,
    "last_change": "2024-04-28T15:14:35.242942Z",
    "recent_changes": 526,
    "translated": 28456,
    "translated_words": 125321,
    "translated_percent": 16.0,
    "translated_words_percent": 9.1,
    "translated_chars": 855565,
    "translated_chars_percent": 9.6,
    "fuzzy": 8036,
    "fuzzy_percent": 4.5,
    "fuzzy_words": 35870,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 231374,
    "fuzzy_chars_percent": 2.6,
    "failing": 4109,
    "failing_percent": 2.3,
    "approved": 1057,
    "approved_percent": 0.5,
    "approved_words": 3495,
    "approved_words_percent": 0.2,
    "approved_chars": 22058,
    "approved_chars_percent": 0.2,
    "readonly": 3789,
    "readonly_percent": 2.1,
    "readonly_words": 3120,
    "readonly_words_percent": 0.2,
    "readonly_chars": 34649,
    "readonly_chars_percent": 0.3,
    "suggestions": 514,
    "comments": 2,
    "name": "Sinhala",
    "url": "https://hosted.weblate.org/languages/si/"
}