Translation components API.

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

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

{
    "total": 91,
    "total_words": 465,
    "total_chars": 5159,
    "last_change": "2024-06-10T10:12:46.753786Z",
    "recent_changes": 1,
    "translated": 22,
    "translated_words": 145,
    "translated_percent": 24.1,
    "translated_words_percent": 31.1,
    "translated_chars": 1930,
    "translated_chars_percent": 37.4,
    "fuzzy": 11,
    "fuzzy_percent": 12.0,
    "fuzzy_words": 93,
    "fuzzy_words_percent": 20.0,
    "fuzzy_chars": 1315,
    "fuzzy_chars_percent": 25.4,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 21,
    "approved_percent": 23.0,
    "approved_words": 141,
    "approved_words_percent": 30.3,
    "approved_chars": 1877,
    "approved_chars_percent": 36.3,
    "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/install-inc-overview/fa/",
    "translate_url": "https://translate.tails.net/translate/tails/install-inc-overview/fa/"
}