Languages API.

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

GET /api/languages/ti/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:38:45.136063Z",
    "recent_changes": 1,
    "translated": 1794,
    "translated_words": 2650,
    "translated_percent": 1.5,
    "translated_words_percent": 0.5,
    "translated_chars": 15486,
    "translated_chars_percent": 0.4,
    "fuzzy": 2662,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 3310,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 20515,
    "fuzzy_chars_percent": 0.6,
    "failing": 324,
    "failing_percent": 0.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": 0,
    "comments": 0,
    "name": "Tigrinya",
    "url": "https://translations.documentfoundation.org/languages/ti/"
}