Languages API.

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

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

{
    "total": 78725,
    "total_words": 973207,
    "total_chars": 6763404,
    "last_change": "2025-03-12T23:41:09.032089Z",
    "recent_changes": 245,
    "translated": 35101,
    "translated_words": 226081,
    "translated_percent": 44.5,
    "translated_words_percent": 23.2,
    "translated_chars": 1480489,
    "translated_chars_percent": 21.8,
    "fuzzy": 1018,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 6645,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 44916,
    "fuzzy_chars_percent": 0.6,
    "failing": 1243,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 0.1,
    "readonly_words": 47,
    "readonly_words_percent": 0.1,
    "readonly_chars": 677,
    "readonly_chars_percent": 0.1,
    "suggestions": 3706,
    "comments": 0,
    "name": "Friulian",
    "url": "https://translate.fedoraproject.org/languages/fur/"
}