Translation components API.

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

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

{
    "total": 16,
    "total_words": 82,
    "total_chars": 1235,
    "last_change": "2023-08-02T09:21:32.527673Z",
    "recent_changes": 1,
    "translated": 12,
    "translated_words": 44,
    "translated_percent": 75.0,
    "translated_words_percent": 53.6,
    "translated_chars": 882,
    "translated_chars_percent": 71.4,
    "fuzzy": 1,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 6.0,
    "fuzzy_chars": 103,
    "fuzzy_chars_percent": 8.3,
    "failing": 2,
    "failing_percent": 12.5,
    "approved": 10,
    "approved_percent": 62.5,
    "approved_words": 36,
    "approved_words_percent": 43.9,
    "approved_chars": 716,
    "approved_chars_percent": 57.9,
    "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://translate.tails.net/projects/tails/upgrade-tails/ar/",
    "translate_url": "https://translate.tails.net/translate/tails/upgrade-tails/ar/"
}