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": 183162,
    "total_words": 2247487,
    "total_chars": 15810032,
    "last_change": "2024-04-26T05:52:23.887896Z",
    "recent_changes": 1546,
    "translated": 77346,
    "translated_words": 510714,
    "translated_percent": 42.2,
    "translated_words_percent": 22.7,
    "translated_chars": 3391431,
    "translated_chars_percent": 21.4,
    "fuzzy": 3536,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 18221,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 140825,
    "fuzzy_chars_percent": 0.8,
    "failing": 5140,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 99,
    "readonly_percent": 0.1,
    "readonly_words": 256,
    "readonly_words_percent": 0.1,
    "readonly_chars": 3566,
    "readonly_chars_percent": 0.1,
    "suggestions": 6677,
    "comments": 8,
    "name": "Japanese",
    "url": "https://translate.fedoraproject.org/languages/ja/"
}