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": 1672,
    "total_words": 15411,
    "total_chars": 99515,
    "last_change": "2024-03-31T15:05:24.662806Z",
    "recent_changes": 69,
    "translated": 1194,
    "translated_words": 9673,
    "translated_percent": 71.4,
    "translated_words_percent": 62.7,
    "translated_chars": 61550,
    "translated_chars_percent": 61.8,
    "fuzzy": 246,
    "fuzzy_percent": 14.7,
    "fuzzy_words": 3683,
    "fuzzy_words_percent": 23.8,
    "fuzzy_chars": 24755,
    "fuzzy_chars_percent": 24.8,
    "failing": 229,
    "failing_percent": 13.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Japanese",
    "url": "https://translate.yunohost.org/languages/ja/"
}