Languages API.

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

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

{
    "total": 14265,
    "total_words": 55203,
    "last_change": null,
    "recent_changes": 0,
    "translated": 696,
    "translated_words": 1647,
    "translated_percent": 4.8,
    "translated_words_percent": 2.9,
    "translated_chars": 11851,
    "translated_chars_percent": 2.8,
    "total_chars": 421602,
    "fuzzy": 3331,
    "fuzzy_percent": 23.3,
    "failing": 258,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Uzbek",
    "url": "https://l10n.opensuse.org/languages/uz/"
}