Translation components API.

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

GET /api/translations/yast-autoinst/master/ar/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 504,
    "total_words": 3050,
    "total_chars": 20325,
    "last_change": "2023-12-29T02:33:14.686008Z",
    "recent_changes": 0,
    "translated": 386,
    "translated_words": 2511,
    "translated_percent": 76.5,
    "translated_words_percent": 82.3,
    "translated_chars": 16825,
    "translated_chars_percent": 82.7,
    "fuzzy": 59,
    "fuzzy_percent": 11.7,
    "fuzzy_words": 220,
    "fuzzy_words_percent": 7.2,
    "fuzzy_chars": 1484,
    "fuzzy_chars_percent": 7.3,
    "failing": 16,
    "failing_percent": 3.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": "ar",
    "name": "Arabic",
    "url": "https://l10n.opensuse.org/projects/yast-autoinst/master/ar/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-autoinst/master/ar/"
}