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": 2699,
    "total_words": 17466,
    "total_chars": 116793,
    "last_change": "2024-04-10T12:36:49.223461Z",
    "recent_changes": 83,
    "translated": 585,
    "translated_words": 2814,
    "translated_percent": 21.6,
    "translated_words_percent": 16.1,
    "translated_chars": 20738,
    "translated_chars_percent": 17.7,
    "fuzzy": 76,
    "fuzzy_percent": 2.8,
    "fuzzy_words": 1307,
    "fuzzy_words_percent": 7.4,
    "fuzzy_chars": 11604,
    "fuzzy_chars_percent": 9.9,
    "failing": 15,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 19,
    "comments": 0,
    "name": "Welsh",
    "url": "https://weblate.framasoft.org/languages/cy/"
}