Languages API.

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

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

{
    "total": 642,
    "total_words": 7388,
    "total_chars": 54557,
    "last_change": "2022-01-03T11:13:52.130336Z",
    "recent_changes": 21,
    "translated": 17,
    "translated_words": 44,
    "translated_percent": 2.6,
    "translated_words_percent": 0.5,
    "translated_chars": 304,
    "translated_chars_percent": 0.5,
    "fuzzy": 14,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 101,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 736,
    "fuzzy_chars_percent": 1.3,
    "failing": 14,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Telugu",
    "url": "https://weblate.framasoft.org/languages/te/"
}