Translation components API.

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

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

{
    "total": 85,
    "total_words": 1356,
    "total_chars": 10170,
    "last_change": "2024-05-17T09:12:29.935893Z",
    "recent_changes": 1,
    "translated": 7,
    "translated_words": 20,
    "translated_percent": 8.2,
    "translated_words_percent": 1.4,
    "translated_chars": 206,
    "translated_chars_percent": 2.0,
    "fuzzy": 35,
    "fuzzy_percent": 41.1,
    "fuzzy_words": 441,
    "fuzzy_words_percent": 32.5,
    "fuzzy_chars": 3737,
    "fuzzy_chars_percent": 36.7,
    "failing": 13,
    "failing_percent": 15.2,
    "approved": 4,
    "approved_percent": 4.7,
    "approved_words": 7,
    "approved_words_percent": 0.5,
    "approved_chars": 66,
    "approved_chars_percent": 0.6,
    "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": "fa",
    "name": "Persian",
    "url": "https://translate.tails.net/projects/tails/tor_browser/fa/",
    "translate_url": "https://translate.tails.net/translate/tails/tor_browser/fa/"
}