Languages API.

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

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

{
    "total": 7365,
    "total_words": 52315,
    "total_chars": 367859,
    "last_change": "2024-04-19T09:13:12.595286Z",
    "recent_changes": 505,
    "translated": 3253,
    "translated_words": 13752,
    "translated_percent": 44.1,
    "translated_words_percent": 26.2,
    "translated_chars": 85643,
    "translated_chars_percent": 23.2,
    "fuzzy": 1521,
    "fuzzy_percent": 20.6,
    "fuzzy_words": 12327,
    "fuzzy_words_percent": 23.5,
    "fuzzy_chars": 102095,
    "fuzzy_chars_percent": 27.7,
    "failing": 1798,
    "failing_percent": 24.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.4,
    "readonly_words": 237,
    "readonly_words_percent": 0.4,
    "readonly_chars": 2157,
    "readonly_chars_percent": 0.5,
    "suggestions": 32,
    "comments": 0,
    "name": "Greek",
    "url": "https://weblate.framasoft.org/languages/el/"
}