Languages API.

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

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

{
    "total": 3911,
    "total_words": 23757,
    "total_chars": 184068,
    "last_change": "2024-04-10T12:38:39.445383Z",
    "recent_changes": 32,
    "translated": 34,
    "translated_words": 60,
    "translated_percent": 0.8,
    "translated_words_percent": 0.2,
    "translated_chars": 455,
    "translated_chars_percent": 0.2,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 163,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 1079,
    "fuzzy_chars_percent": 0.5,
    "failing": 5,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 6,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Tatar",
    "url": "https://weblate.framasoft.org/languages/tt/"
}