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": 329,
    "total_words": 1255,
    "total_chars": 8455,
    "last_change": "2025-05-15T16:29:40.976629Z",
    "recent_changes": 70,
    "translated": 315,
    "translated_words": 1146,
    "translated_percent": 95.7,
    "translated_words_percent": 91.3,
    "translated_chars": 7295,
    "translated_chars_percent": 86.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Catalan",
    "url": "https://translations.zorin.com/languages/ca/"
}