Languages API.

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

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

{
    "total": 3669,
    "total_words": 29520,
    "total_chars": 219852,
    "last_change": "2024-03-18T10:33:41.541606Z",
    "recent_changes": 289,
    "translated": 1753,
    "translated_words": 17298,
    "translated_percent": 47.7,
    "translated_words_percent": 58.5,
    "translated_chars": 121773,
    "translated_chars_percent": 55.3,
    "fuzzy": 15,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 214,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 2198,
    "fuzzy_chars_percent": 0.9,
    "failing": 13,
    "failing_percent": 0.3,
    "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": "Serbian (cyrillic)",
    "url": "https://weblate.framasoft.org/languages/sr_Cyrl/"
}