Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/cs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 263171,
    "total_words": 3920496,
    "total_chars": 28572702,
    "last_change": "2024-04-27T02:49:37.458660Z",
    "recent_changes": 2219,
    "translated": 68927,
    "translated_words": 444863,
    "translated_percent": 26.1,
    "translated_words_percent": 11.3,
    "translated_chars": 2907757,
    "translated_chars_percent": 10.1,
    "fuzzy": 1719,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 9170,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 73537,
    "fuzzy_chars_percent": 0.2,
    "failing": 1683,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 95,
    "readonly_percent": 0.1,
    "readonly_words": 410,
    "readonly_words_percent": 0.1,
    "readonly_chars": 5218,
    "readonly_chars_percent": 0.1,
    "suggestions": 9266,
    "comments": 5,
    "name": "Czech",
    "url": "https://translate.fedoraproject.org/languages/cs/"
}