Translation components API.

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

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

{
    "total": 13,
    "total_words": 49,
    "total_chars": 926,
    "last_change": "2023-03-11T23:18:21.583579Z",
    "recent_changes": 2,
    "translated": 3,
    "translated_words": 12,
    "translated_percent": 23.0,
    "translated_words_percent": 24.4,
    "translated_chars": 236,
    "translated_chars_percent": 25.4,
    "fuzzy": 6,
    "fuzzy_percent": 46.1,
    "fuzzy_words": 24,
    "fuzzy_words_percent": 48.9,
    "fuzzy_chars": 459,
    "fuzzy_chars_percent": 49.5,
    "failing": 2,
    "failing_percent": 15.3,
    "approved": 2,
    "approved_percent": 15.3,
    "approved_words": 8,
    "approved_words_percent": 16.3,
    "approved_chars": 157,
    "approved_chars_percent": 16.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/wikisrcupgradewindowspo/ar/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcupgradewindowspo/ar/"
}