Languages API.

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

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

{
    "total": 676,
    "total_words": 4324,
    "total_chars": 26036,
    "last_change": "2024-05-03T16:27:00.714205Z",
    "recent_changes": 3,
    "translated": 467,
    "translated_words": 1626,
    "translated_percent": 69.0,
    "translated_words_percent": 37.6,
    "translated_chars": 9988,
    "translated_chars_percent": 38.3,
    "fuzzy": 27,
    "fuzzy_percent": 3.9,
    "fuzzy_words": 210,
    "fuzzy_words_percent": 4.8,
    "fuzzy_chars": 1331,
    "fuzzy_chars_percent": 5.1,
    "failing": 6,
    "failing_percent": 0.8,
    "approved": 251,
    "approved_percent": 37.1,
    "approved_words": 657,
    "approved_words_percent": 15.1,
    "approved_chars": 4032,
    "approved_chars_percent": 15.4,
    "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": "Esperanto",
    "url": "https://weblate.tusky.app/languages/eo/"
}