Translation components API.

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

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

{
    "total": 609,
    "total_words": 3022,
    "total_chars": 20846,
    "last_change": "2023-01-13T17:28:12.479713Z",
    "recent_changes": 4,
    "translated": 257,
    "translated_words": 1090,
    "translated_percent": 42.2,
    "translated_words_percent": 36.0,
    "translated_chars": 7382,
    "translated_chars_percent": 35.4,
    "fuzzy": 31,
    "fuzzy_percent": 5.0,
    "fuzzy_words": 217,
    "fuzzy_words_percent": 7.1,
    "fuzzy_chars": 1468,
    "fuzzy_chars_percent": 7.0,
    "failing": 18,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 18,
    "readonly_chars_percent": 0.1,
    "suggestions": 39,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://translate.fedoraproject.org/projects/fedora-comps/main/ar/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-comps/main/ar/"
}