Translation components API.

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

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

{
    "total": 63,
    "total_words": 416,
    "total_chars": 2868,
    "last_change": "2023-12-30T02:33:55.530392Z",
    "recent_changes": 0,
    "translated": 56,
    "translated_words": 390,
    "translated_percent": 88.8,
    "translated_words_percent": 93.7,
    "translated_chars": 2662,
    "translated_chars_percent": 92.8,
    "fuzzy": 7,
    "fuzzy_percent": 11.1,
    "fuzzy_words": 26,
    "fuzzy_words_percent": 6.2,
    "fuzzy_chars": 206,
    "fuzzy_chars_percent": 7.1,
    "failing": 6,
    "failing_percent": 9.5,
    "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-add-on/master/ar/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-add-on/master/ar/"
}