Translation components API.

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

GET /api/translations/release-notes-opensuse/leap_15_6/ar/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 109,
    "total_words": 1977,
    "total_chars": 14594,
    "last_change": "2023-09-01T13:52:28.622880Z",
    "recent_changes": 10,
    "translated": 74,
    "translated_words": 1263,
    "translated_percent": 67.8,
    "translated_words_percent": 63.8,
    "translated_chars": 9022,
    "translated_chars_percent": 61.8,
    "fuzzy": 10,
    "fuzzy_percent": 9.1,
    "fuzzy_words": 186,
    "fuzzy_words_percent": 9.4,
    "fuzzy_chars": 1474,
    "fuzzy_chars_percent": 10.1,
    "failing": 5,
    "failing_percent": 4.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/release-notes-opensuse/leap_15_6/ar/",
    "translate_url": "https://l10n.opensuse.org/translate/release-notes-opensuse/leap_15_6/ar/"
}