Languages API.

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

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

{
    "total": 117436,
    "total_words": 524240,
    "total_chars": 3207986,
    "last_change": "2020-09-11T08:11:07.841966Z",
    "recent_changes": 8,
    "translated": 37075,
    "translated_words": 111571,
    "translated_percent": 31.5,
    "translated_words_percent": 21.2,
    "translated_chars": 690093,
    "translated_chars_percent": 21.5,
    "fuzzy": 16666,
    "fuzzy_percent": 14.1,
    "fuzzy_words": 38313,
    "fuzzy_words_percent": 7.3,
    "fuzzy_chars": 243395,
    "fuzzy_chars_percent": 7.5,
    "failing": 1046,
    "failing_percent": 0.8,
    "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": "Bodo",
    "url": "https://translations.documentfoundation.org/languages/brx/"
}