Languages API.

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

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

{
    "total": 5004,
    "total_words": 31803,
    "total_chars": 212758,
    "last_change": "2024-04-10T12:39:37.389801Z",
    "recent_changes": 34,
    "translated": 894,
    "translated_words": 3342,
    "translated_percent": 17.8,
    "translated_words_percent": 10.5,
    "translated_chars": 21842,
    "translated_chars_percent": 10.2,
    "fuzzy": 124,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 1192,
    "fuzzy_words_percent": 3.7,
    "fuzzy_chars": 10703,
    "fuzzy_chars_percent": 5.0,
    "failing": 31,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 17,
    "readonly_chars_percent": 0.1,
    "suggestions": 30,
    "comments": 1,
    "name": "Hebrew",
    "url": "https://weblate.framasoft.org/languages/he/"
}