Languages API.

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

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

{
    "total": 96284,
    "total_words": 612249,
    "total_chars": 3939139,
    "last_change": "2024-05-03T11:07:38.762113Z",
    "recent_changes": 200,
    "translated": 26638,
    "translated_words": 131524,
    "translated_percent": 27.6,
    "translated_words_percent": 21.4,
    "translated_chars": 842275,
    "translated_chars_percent": 21.3,
    "fuzzy": 6230,
    "fuzzy_percent": 6.4,
    "fuzzy_words": 69972,
    "fuzzy_words_percent": 11.4,
    "fuzzy_chars": 412903,
    "fuzzy_chars_percent": 10.4,
    "failing": 686,
    "failing_percent": 0.7,
    "approved": 55,
    "approved_percent": 0.1,
    "approved_words": 86,
    "approved_words_percent": 0.1,
    "approved_chars": 630,
    "approved_chars_percent": 0.1,
    "readonly": 2406,
    "readonly_percent": 2.4,
    "readonly_words": 6628,
    "readonly_words_percent": 1.0,
    "readonly_chars": 64864,
    "readonly_chars_percent": 1.6,
    "suggestions": 187,
    "comments": 1,
    "name": "Interlingua",
    "url": "https://hosted.weblate.org/languages/ia/"
}