Languages API.

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

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

{
    "total": 54973,
    "total_words": 268660,
    "total_chars": 1694668,
    "last_change": "2024-04-26T19:02:52.256965Z",
    "recent_changes": 5339,
    "translated": 29097,
    "translated_words": 129666,
    "translated_percent": 52.9,
    "translated_words_percent": 48.2,
    "translated_chars": 810158,
    "translated_chars_percent": 47.8,
    "fuzzy": 4143,
    "fuzzy_percent": 7.5,
    "fuzzy_words": 18391,
    "fuzzy_words_percent": 6.8,
    "fuzzy_chars": 130058,
    "fuzzy_chars_percent": 7.6,
    "failing": 3578,
    "failing_percent": 6.5,
    "approved": 6,
    "approved_percent": 0.1,
    "approved_words": 45,
    "approved_words_percent": 0.1,
    "approved_chars": 252,
    "approved_chars_percent": 0.1,
    "readonly": 175,
    "readonly_percent": 0.3,
    "readonly_words": 709,
    "readonly_words_percent": 0.2,
    "readonly_chars": 5452,
    "readonly_chars_percent": 0.3,
    "suggestions": 2134,
    "comments": 0,
    "name": "French (Canada)",
    "url": "https://hosted.weblate.org/languages/fr_CA/"
}