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": 676,
    "total_words": 4324,
    "total_chars": 26033,
    "last_change": "2024-05-03T16:27:11.127935Z",
    "recent_changes": 7,
    "translated": 623,
    "translated_words": 2458,
    "translated_percent": 92.1,
    "translated_words_percent": 56.8,
    "translated_chars": 15125,
    "translated_chars_percent": 58.0,
    "fuzzy": 2,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 13,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 59,
    "fuzzy_chars_percent": 0.2,
    "failing": 9,
    "failing_percent": 1.3,
    "approved": 271,
    "approved_percent": 40.0,
    "approved_words": 706,
    "approved_words_percent": 16.3,
    "approved_chars": 4361,
    "approved_chars_percent": 16.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 11,
    "comments": 1,
    "name": "Japanese",
    "url": "https://weblate.tusky.app/languages/ja/"
}