Translation components API.

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

GET /api/translations/weblate/website/ast/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:09.675723Z",
    "recent_changes": 3,
    "translated": 44,
    "translated_words": 96,
    "translated_percent": 6.3,
    "translated_words_percent": 2.3,
    "translated_chars": 711,
    "translated_chars_percent": 2.5,
    "fuzzy": 110,
    "fuzzy_percent": 15.8,
    "fuzzy_words": 367,
    "fuzzy_words_percent": 9.0,
    "fuzzy_chars": 2783,
    "fuzzy_chars_percent": 10.0,
    "failing": 15,
    "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,
    "code": "ast",
    "name": "Asturian",
    "url": "https://hosted.weblate.org/projects/weblate/website/ast/",
    "translate_url": "https://hosted.weblate.org/translate/weblate/website/ast/"
}