Languages API.

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

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

{
    "total": 1849,
    "total_words": 17708,
    "total_chars": 114821,
    "last_change": "2025-04-03T10:49:42.935112Z",
    "recent_changes": 73,
    "translated": 1695,
    "translated_words": 15710,
    "translated_percent": 91.6,
    "translated_words_percent": 88.7,
    "translated_chars": 101785,
    "translated_chars_percent": 88.6,
    "fuzzy": 23,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 454,
    "fuzzy_words_percent": 2.5,
    "fuzzy_chars": 2844,
    "fuzzy_chars_percent": 2.4,
    "failing": 27,
    "failing_percent": 1.4,
    "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": 4,
    "comments": 0,
    "name": "Catalan",
    "url": "https://translate.yunohost.org/languages/ca/"
}