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": 186147,
    "total_words": 2616786,
    "last_change": "2024-04-29T10:53:45.668583Z",
    "recent_changes": 3807,
    "translated": 51477,
    "translated_words": 370463,
    "translated_percent": 27.6,
    "translated_words_percent": 14.1,
    "translated_chars": 2525228,
    "translated_chars_percent": 13.8,
    "total_chars": 18263569,
    "fuzzy": 34600,
    "fuzzy_percent": 18.5,
    "failing": 16437,
    "failing_percent": 8.8,
    "approved": 44,
    "approved_percent": 0.1,
    "readonly": 9,
    "readonly_percent": 0.1,
    "suggestions": 2435,
    "comments": 69,
    "name": "Czech",
    "url": "https://l10n.opensuse.org/languages/cs/"
}