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": 9464,
    "total_words": 82353,
    "total_chars": 556592,
    "last_change": "2025-02-28T23:31:52.064752Z",
    "recent_changes": 256,
    "translated": 7444,
    "translated_words": 57465,
    "translated_percent": 78.6,
    "translated_words_percent": 69.7,
    "translated_chars": 382056,
    "translated_chars_percent": 68.6,
    "fuzzy": 102,
    "fuzzy_percent": 1.0,
    "failing": 164,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 55,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Catalan",
    "url": "http://translate.pkp.sfu.ca/languages/ca/"
}