Translation components API.

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

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

{
    "total": 120,
    "total_words": 1051,
    "total_chars": 9228,
    "last_change": "2024-06-05T04:06:50.806075Z",
    "recent_changes": 1,
    "translated": 20,
    "translated_words": 80,
    "translated_percent": 16.6,
    "translated_words_percent": 7.6,
    "translated_chars": 922,
    "translated_chars_percent": 9.9,
    "fuzzy": 42,
    "fuzzy_percent": 35.0,
    "fuzzy_words": 283,
    "fuzzy_words_percent": 26.9,
    "fuzzy_chars": 2869,
    "fuzzy_chars_percent": 31.0,
    "failing": 29,
    "failing_percent": 24.1,
    "approved": 15,
    "approved_percent": 12.5,
    "approved_words": 52,
    "approved_words_percent": 4.9,
    "approved_chars": 662,
    "approved_chars_percent": 7.1,
    "readonly": 1,
    "readonly_percent": 0.8,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 9,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocfirst_stepsdesktop-po/fa/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocfirst_stepsdesktop-po/fa/"
}