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": 6599,
    "total_words": 53114,
    "total_chars": 356777,
    "last_change": "2026-01-08T06:51:27.882659Z",
    "recent_changes": 169,
    "translated": 5173,
    "translated_words": 40394,
    "translated_percent": 78.3,
    "translated_words_percent": 76.0,
    "translated_chars": 273778,
    "translated_chars_percent": 76.7,
    "fuzzy": 23,
    "fuzzy_percent": 0.3,
    "failing": 26,
    "failing_percent": 0.3,
    "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/"
}