Languages API.

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

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

{
    "total": 19905,
    "total_words": 45233,
    "total_chars": 293403,
    "last_change": "2024-02-26T15:29:57.745002Z",
    "recent_changes": 12,
    "translated": 1805,
    "translated_words": 3864,
    "translated_percent": 9.0,
    "translated_words_percent": 8.5,
    "translated_chars": 25563,
    "translated_chars_percent": 8.7,
    "fuzzy": 5257,
    "fuzzy_percent": 26.4,
    "fuzzy_words": 7716,
    "fuzzy_words_percent": 17.0,
    "fuzzy_chars": 50556,
    "fuzzy_chars_percent": 17.2,
    "failing": 30,
    "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": 3,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 43,
    "readonly_chars_percent": 0.1,
    "suggestions": 12,
    "comments": 0,
    "name": "Walloon",
    "url": "https://hosted.weblate.org/languages/wa/"
}