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": 6849,
    "total_words": 55625,
    "total_chars": 372926,
    "last_change": "2026-01-08T06:51:27.882659Z",
    "recent_changes": 169,
    "translated": 5818,
    "translated_words": 46016,
    "translated_percent": 84.9,
    "translated_words_percent": 82.7,
    "translated_chars": 309010,
    "translated_chars_percent": 82.8,
    "fuzzy": 23,
    "fuzzy_percent": 0.3,
    "failing": 126,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Japanese",
    "url": "http://translate.pkp.sfu.ca/languages/ja/"
}