Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1129342,
    "total_words": 10387414,
    "total_chars": 77275435,
    "last_change": "2024-05-05T02:07:11.949257Z",
    "recent_changes": 17084,
    "translated": 870858,
    "translated_words": 6045650,
    "translated_percent": 77.1,
    "translated_words_percent": 58.2,
    "translated_chars": 38487857,
    "translated_chars_percent": 49.8,
    "fuzzy": 65242,
    "fuzzy_percent": 5.7,
    "fuzzy_words": 1037180,
    "fuzzy_words_percent": 9.9,
    "fuzzy_chars": 10138953,
    "fuzzy_chars_percent": 13.1,
    "failing": 36138,
    "failing_percent": 3.1,
    "approved": 15322,
    "approved_percent": 1.3,
    "approved_words": 137022,
    "approved_words_percent": 1.3,
    "approved_chars": 889602,
    "approved_chars_percent": 1.1,
    "readonly": 16508,
    "readonly_percent": 1.4,
    "readonly_words": 88718,
    "readonly_words_percent": 0.8,
    "readonly_chars": 401138,
    "readonly_chars_percent": 0.5,
    "suggestions": 13402,
    "comments": 469,
    "name": "Spanish",
    "url": "https://hosted.weblate.org/languages/es/"
}