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": 1428,
    "total_words": 8801,
    "last_change": "2024-10-20T08:07:37.799499Z",
    "recent_changes": 239,
    "translated": 1186,
    "translated_words": 6476,
    "translated_percent": 83.0,
    "translated_words_percent": 73.5,
    "translated_chars": 41959,
    "translated_chars_percent": 73.6,
    "total_chars": 56951,
    "fuzzy": 11,
    "fuzzy_percent": 0.7,
    "failing": 79,
    "failing_percent": 5.5,
    "approved": 117,
    "approved_percent": 8.1,
    "readonly": 47,
    "readonly_percent": 3.2,
    "suggestions": 25,
    "comments": 4,
    "name": "Japanese",
    "url": "https://weblate.rikka.app/languages/ja/"
}