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": 2417,
    "total_words": 18854,
    "last_change": "2023-07-17T11:18:06.475417Z",
    "recent_changes": 38,
    "translated": 2361,
    "translated_words": 18373,
    "translated_percent": 97.6,
    "translated_words_percent": 97.4,
    "translated_chars": 113178,
    "translated_chars_percent": 97.5,
    "total_chars": 116022,
    "fuzzy": 53,
    "fuzzy_percent": 2.1,
    "failing": 295,
    "failing_percent": 12.2,
    "approved": 387,
    "approved_percent": 16.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "name": "Japanese",
    "url": "https://traduk.amikumu.com/languages/ja/"
}