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": 9975,
    "total_words": 55142,
    "total_chars": 355714,
    "last_change": "2024-05-05T08:14:58.120250Z",
    "recent_changes": 638,
    "translated": 2258,
    "translated_words": 11380,
    "translated_percent": 22.6,
    "translated_words_percent": 20.6,
    "translated_chars": 75623,
    "translated_chars_percent": 21.2,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "failing": 7,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 15,
    "comments": 2,
    "name": "Czech",
    "url": "https://weblate.rob006.net/languages/cs/"
}