Languages API.

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

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

{
    "total": 155864,
    "total_words": 693553,
    "total_chars": 4243066,
    "last_change": "2021-05-13T04:34:29.158544Z",
    "recent_changes": 431,
    "translated": 78707,
    "translated_words": 244656,
    "translated_percent": 50.4,
    "translated_words_percent": 35.2,
    "translated_chars": 1553070,
    "translated_chars_percent": 36.6,
    "fuzzy": 19688,
    "fuzzy_percent": 12.6,
    "fuzzy_words": 53273,
    "fuzzy_words_percent": 7.6,
    "fuzzy_chars": 337685,
    "fuzzy_chars_percent": 7.9,
    "failing": 1989,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 44,
    "readonly_percent": 0.1,
    "readonly_words": 75,
    "readonly_words_percent": 0.1,
    "readonly_chars": 539,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Assamese",
    "url": "https://translations.documentfoundation.org/languages/as/"
}