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": 12285,
    "total_words": 127899,
    "last_change": "2025-03-20T06:08:14.055919Z",
    "recent_changes": 312,
    "translated": 11765,
    "translated_words": 118035,
    "translated_percent": 95.7,
    "translated_words_percent": 92.2,
    "translated_chars": 707524,
    "translated_chars_percent": 92.3,
    "total_chars": 766494,
    "fuzzy": 58,
    "fuzzy_percent": 0.4,
    "failing": 75,
    "failing_percent": 0.6,
    "approved": 3,
    "approved_percent": 0.1,
    "readonly": 29,
    "readonly_percent": 0.2,
    "suggestions": 84,
    "comments": 0,
    "name": "Japanese",
    "url": "https://translate.habitica.com/languages/ja/"
}