Languages API.

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

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

{
    "total": 153536,
    "total_words": 801067,
    "total_chars": 5130717,
    "last_change": "2024-04-28T12:35:31.574782Z",
    "recent_changes": 1318,
    "translated": 55323,
    "translated_words": 209146,
    "translated_percent": 36.0,
    "translated_words_percent": 26.1,
    "translated_chars": 1319260,
    "translated_chars_percent": 25.7,
    "fuzzy": 18028,
    "fuzzy_percent": 11.7,
    "fuzzy_words": 83711,
    "fuzzy_words_percent": 10.4,
    "fuzzy_chars": 524761,
    "fuzzy_chars_percent": 10.2,
    "failing": 6567,
    "failing_percent": 4.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2483,
    "readonly_percent": 1.6,
    "readonly_words": 3223,
    "readonly_words_percent": 0.4,
    "readonly_chars": 34456,
    "readonly_chars_percent": 0.6,
    "suggestions": 1255,
    "comments": 0,
    "name": "Welsh",
    "url": "https://hosted.weblate.org/languages/cy/"
}