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": 337,
    "total_words": 1273,
    "total_chars": 8568,
    "last_change": "2025-05-15T16:29:40.976629Z",
    "recent_changes": 69,
    "translated": 324,
    "translated_words": 1170,
    "translated_percent": 96.1,
    "translated_words_percent": 91.9,
    "translated_chars": 7441,
    "translated_chars_percent": 86.8,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.2,
    "suggestions": 2,
    "comments": 0,
    "name": "Catalan",
    "url": "https://translations.zorin.com/languages/ca/"
}