Languages API.

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

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

{
    "total": 10060,
    "total_words": 116438,
    "total_chars": 761170,
    "last_change": "2024-05-06T14:02:54.501162Z",
    "recent_changes": 2,
    "translated": 942,
    "translated_words": 3498,
    "translated_percent": 9.3,
    "translated_words_percent": 3.0,
    "translated_chars": 20870,
    "translated_chars_percent": 2.7,
    "fuzzy": 250,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 537,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 3534,
    "fuzzy_chars_percent": 0.4,
    "failing": 303,
    "failing_percent": 3.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 57,
    "readonly_percent": 0.5,
    "readonly_words": 62,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Bashkir",
    "url": "https://hosted.weblate.org/languages/ba/"
}