Languages API.

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

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

{
    "total": 117458,
    "total_words": 524376,
    "total_chars": 3208772,
    "last_change": "2020-11-13T10:03:14.588496Z",
    "recent_changes": 7,
    "translated": 59185,
    "translated_words": 177187,
    "translated_percent": 50.3,
    "translated_words_percent": 33.7,
    "translated_chars": 1124812,
    "translated_chars_percent": 35.0,
    "fuzzy": 13441,
    "fuzzy_percent": 11.4,
    "fuzzy_words": 38208,
    "fuzzy_words_percent": 7.2,
    "fuzzy_chars": 242007,
    "fuzzy_chars_percent": 7.5,
    "failing": 645,
    "failing_percent": 0.5,
    "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": "Marathi",
    "url": "https://translations.documentfoundation.org/languages/mr/"
}