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": 9476,
    "total_words": 111845,
    "total_chars": 857896,
    "last_change": "2025-05-08T22:31:15.231555Z",
    "recent_changes": 2008,
    "translated": 9058,
    "translated_words": 105863,
    "translated_percent": 95.5,
    "translated_words_percent": 94.6,
    "translated_chars": 812597,
    "translated_chars_percent": 94.7,
    "fuzzy": 71,
    "fuzzy_percent": 0.7,
    "fuzzy_words": 1136,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 10352,
    "fuzzy_chars_percent": 1.2,
    "failing": 191,
    "failing_percent": 2.0,
    "approved": 8826,
    "approved_percent": 93.1,
    "approved_words": 104329,
    "approved_words_percent": 93.2,
    "approved_chars": 799742,
    "approved_chars_percent": 93.2,
    "readonly": 175,
    "readonly_percent": 1.8,
    "readonly_words": 891,
    "readonly_words_percent": 0.7,
    "readonly_chars": 7036,
    "readonly_chars_percent": 0.8,
    "suggestions": 81,
    "comments": 0,
    "name": "Catalan",
    "url": "https://translate.tails.net/languages/ca/"
}