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": 596,
    "total_words": 4341,
    "total_chars": 29115,
    "last_change": "2024-01-20T12:20:49.329916Z",
    "recent_changes": 203,
    "translated": 580,
    "translated_words": 4144,
    "translated_percent": 97.3,
    "translated_words_percent": 95.4,
    "translated_chars": 27909,
    "translated_chars_percent": 95.8,
    "fuzzy": 8,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 154,
    "fuzzy_words_percent": 3.5,
    "fuzzy_chars": 976,
    "fuzzy_chars_percent": 3.3,
    "failing": 13,
    "failing_percent": 2.1,
    "approved": 228,
    "approved_percent": 38.2,
    "approved_words": 1376,
    "approved_words_percent": 31.6,
    "approved_chars": 9350,
    "approved_chars_percent": 32.1,
    "readonly": 5,
    "readonly_percent": 0.8,
    "readonly_words": 17,
    "readonly_words_percent": 0.3,
    "readonly_chars": 119,
    "readonly_chars_percent": 0.4,
    "suggestions": 0,
    "comments": 3,
    "name": "Japanese",
    "url": "https://weblate.vivid-inc.net/languages/ja/"
}