Translation components API.

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

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

{
    "total": 696,
    "total_words": 4065,
    "total_chars": 27666,
    "last_change": "2024-05-06T15:15:17.173802Z",
    "recent_changes": 5,
    "translated": 100,
    "translated_words": 248,
    "translated_percent": 14.3,
    "translated_words_percent": 6.1,
    "translated_chars": 1810,
    "translated_chars_percent": 6.5,
    "fuzzy": 148,
    "fuzzy_percent": 21.2,
    "fuzzy_words": 621,
    "fuzzy_words_percent": 15.2,
    "fuzzy_chars": 4311,
    "fuzzy_chars_percent": 15.5,
    "failing": 20,
    "failing_percent": 2.8,
    "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,
    "code": "eo",
    "name": "Esperanto",
    "url": "https://hosted.weblate.org/projects/weblate/website/eo/",
    "translate_url": "https://hosted.weblate.org/translate/weblate/website/eo/"
}