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": 1625,
    "total_words": 11770,
    "total_chars": 70278,
    "last_change": "2024-05-04T11:04:33.259630Z",
    "recent_changes": 97,
    "translated": 1620,
    "translated_words": 11730,
    "translated_percent": 99.6,
    "translated_words_percent": 99.6,
    "translated_chars": 70016,
    "translated_chars_percent": 99.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Czech",
    "url": "http://translate.pretalx.com/languages/cs/"
}