Languages API.

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

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

{
    "total": 3759,
    "total_words": 23626,
    "total_chars": 178943,
    "last_change": "2024-03-26T14:33:53.348633Z",
    "recent_changes": 96,
    "translated": 218,
    "translated_words": 716,
    "translated_percent": 5.7,
    "translated_words_percent": 3.0,
    "translated_chars": 4815,
    "translated_chars_percent": 2.6,
    "fuzzy": 2410,
    "fuzzy_percent": 64.1,
    "fuzzy_words": 15412,
    "fuzzy_words_percent": 65.2,
    "fuzzy_chars": 124510,
    "fuzzy_chars_percent": 69.5,
    "failing": 2069,
    "failing_percent": 55.0,
    "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": 27,
    "comments": 0,
    "name": "Lithuanian",
    "url": "https://weblate.framasoft.org/languages/lt/"
}