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": 4974,
    "total_words": 24105,
    "total_chars": 146537,
    "last_change": "2023-10-21T03:06:05.881959Z",
    "recent_changes": 11,
    "translated": 3957,
    "translated_words": 17282,
    "translated_percent": 79.5,
    "translated_words_percent": 71.6,
    "translated_chars": 104741,
    "translated_chars_percent": 71.4,
    "fuzzy": 883,
    "fuzzy_percent": 17.7,
    "fuzzy_words": 5929,
    "fuzzy_words_percent": 24.5,
    "fuzzy_chars": 36233,
    "fuzzy_chars_percent": 24.7,
    "failing": 1264,
    "failing_percent": 25.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24,
    "readonly_percent": 0.4,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 50,
    "readonly_chars_percent": 0.1,
    "suggestions": 10,
    "comments": 0,
    "name": "Czech",
    "url": "https://l10n.xwiki.org/languages/cs/"
}