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": 121800,
    "total_words": 1354990,
    "total_chars": 9360652,
    "last_change": "2024-04-25T02:37:20.519809Z",
    "recent_changes": 393,
    "translated": 45180,
    "translated_words": 256136,
    "translated_percent": 37.0,
    "translated_words_percent": 18.9,
    "translated_chars": 1668261,
    "translated_chars_percent": 17.8,
    "fuzzy": 7904,
    "fuzzy_percent": 6.4,
    "fuzzy_words": 40898,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 267204,
    "fuzzy_chars_percent": 2.8,
    "failing": 3238,
    "failing_percent": 2.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 0.1,
    "readonly_words": 54,
    "readonly_words_percent": 0.1,
    "readonly_chars": 413,
    "readonly_chars_percent": 0.1,
    "suggestions": 5842,
    "comments": 0,
    "name": "Catalan",
    "url": "https://translate.fedoraproject.org/languages/ca/"
}