Languages API.

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

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

{
    "total": 117511,
    "total_words": 524979,
    "total_chars": 3212239,
    "last_change": "2020-11-13T10:05:50.399126Z",
    "recent_changes": 5,
    "translated": 37634,
    "translated_words": 106421,
    "translated_percent": 32.0,
    "translated_words_percent": 20.2,
    "translated_chars": 668048,
    "translated_chars_percent": 20.7,
    "fuzzy": 17992,
    "fuzzy_percent": 15.3,
    "fuzzy_words": 40661,
    "fuzzy_words_percent": 7.7,
    "fuzzy_chars": 259048,
    "fuzzy_chars_percent": 8.0,
    "failing": 759,
    "failing_percent": 0.6,
    "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": 0,
    "comments": 0,
    "name": "Pedi",
    "url": "https://translations.documentfoundation.org/languages/nso/"
}