Languages API.

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

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

{
    "total": 2524,
    "total_words": 15549,
    "last_change": "2022-12-29T13:50:22.886720Z",
    "recent_changes": 11,
    "translated": 2514,
    "translated_words": 15412,
    "translated_percent": 99.6,
    "translated_words_percent": 99.1,
    "translated_chars": 129188,
    "translated_chars_percent": 99.0,
    "total_chars": 130418,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 235,
    "failing_percent": 9.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "English (United States)",
    "url": "http://localization.appnomi.com/languages/en_US/"
}