Translation components API.

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

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

{
    "total": 85,
    "total_words": 1080,
    "total_chars": 8094,
    "last_change": "2023-03-11T10:33:35.141422Z",
    "recent_changes": 1,
    "translated": 9,
    "translated_words": 90,
    "translated_percent": 10.5,
    "translated_words_percent": 8.3,
    "translated_chars": 649,
    "translated_chars_percent": 8.0,
    "fuzzy": 37,
    "fuzzy_percent": 43.5,
    "fuzzy_words": 408,
    "fuzzy_words_percent": 37.7,
    "fuzzy_chars": 2868,
    "fuzzy_chars_percent": 35.4,
    "failing": 24,
    "failing_percent": 28.2,
    "approved": 5,
    "approved_percent": 5.8,
    "approved_words": 13,
    "approved_words_percent": 1.2,
    "approved_chars": 151,
    "approved_chars_percent": 1.8,
    "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.boum.org/projects/tails/encrypted_volumes/fa/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/encrypted_volumes/fa/"
}