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": 675,
    "total_words": 4333,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:26:57.108453Z",
    "recent_changes": 19,
    "translated": 573,
    "translated_words": 3098,
    "translated_percent": 84.8,
    "translated_words_percent": 71.4,
    "translated_chars": 18427,
    "translated_chars_percent": 70.7,
    "fuzzy": 12,
    "fuzzy_percent": 1.7,
    "fuzzy_words": 76,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 493,
    "fuzzy_chars_percent": 1.8,
    "failing": 21,
    "failing_percent": 3.1,
    "approved": 445,
    "approved_percent": 65.9,
    "approved_words": 2605,
    "approved_words_percent": 60.1,
    "approved_chars": 15450,
    "approved_chars_percent": 59.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "name": "Catalan",
    "url": "https://weblate.tusky.app/languages/ca/"
}