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": 1413,
    "total_words": 8761,
    "last_change": "2024-03-02T21:05:40.968458Z",
    "recent_changes": 304,
    "translated": 1165,
    "translated_words": 6354,
    "translated_percent": 82.4,
    "translated_words_percent": 72.5,
    "translated_chars": 41145,
    "translated_chars_percent": 72.6,
    "total_chars": 56649,
    "fuzzy": 10,
    "fuzzy_percent": 0.7,
    "failing": 75,
    "failing_percent": 5.3,
    "approved": 117,
    "approved_percent": 8.2,
    "readonly": 38,
    "readonly_percent": 2.6,
    "suggestions": 18,
    "comments": 4,
    "name": "Japanese",
    "url": "https://weblate.rikka.app/languages/ja/"
}