Translation components API.

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

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

{
    "total": 108,
    "total_words": 1456,
    "total_chars": 11532,
    "last_change": "2024-05-20T16:21:32.294151Z",
    "recent_changes": 1,
    "translated": 9,
    "translated_words": 17,
    "translated_percent": 8.3,
    "translated_words_percent": 1.1,
    "translated_chars": 163,
    "translated_chars_percent": 1.4,
    "fuzzy": 5,
    "fuzzy_percent": 4.6,
    "fuzzy_words": 67,
    "fuzzy_words_percent": 4.6,
    "fuzzy_chars": 878,
    "fuzzy_chars_percent": 7.6,
    "failing": 4,
    "failing_percent": 3.7,
    "approved": 6,
    "approved_percent": 5.5,
    "approved_words": 12,
    "approved_words_percent": 0.8,
    "approved_chars": 110,
    "approved_chars_percent": 0.9,
    "readonly": 2,
    "readonly_percent": 1.8,
    "readonly_words": 3,
    "readonly_words_percent": 0.2,
    "readonly_chars": 31,
    "readonly_chars_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://translate.tails.net/projects/tails/thunderbird/ar/",
    "translate_url": "https://translate.tails.net/translate/tails/thunderbird/ar/"
}