Languages API.

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

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

{
    "total": 15152,
    "total_words": 99473,
    "last_change": "2021-10-20T14:21:02.336135Z",
    "recent_changes": 27,
    "translated": 8281,
    "translated_words": 48067,
    "translated_percent": 54.6,
    "translated_words_percent": 48.3,
    "translated_chars": 304036,
    "translated_chars_percent": 49.0,
    "total_chars": 620131,
    "fuzzy": 6534,
    "fuzzy_percent": 43.1,
    "failing": 1748,
    "failing_percent": 11.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "name": "Japanese",
    "url": "http://translate.cacti.net/languages/ja/"
}