Translation components API.

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

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

{
    "total": 66,
    "total_words": 756,
    "total_chars": 7765,
    "last_change": "2023-03-11T19:12:49.734658Z",
    "recent_changes": 3,
    "translated": 17,
    "translated_words": 65,
    "translated_percent": 25.7,
    "translated_words_percent": 8.5,
    "translated_chars": 1158,
    "translated_chars_percent": 14.9,
    "fuzzy": 10,
    "fuzzy_percent": 15.1,
    "fuzzy_words": 56,
    "fuzzy_words_percent": 7.4,
    "fuzzy_chars": 740,
    "fuzzy_chars_percent": 9.5,
    "failing": 8,
    "failing_percent": 12.1,
    "approved": 6,
    "approved_percent": 9.0,
    "approved_words": 22,
    "approved_words_percent": 2.9,
    "approved_chars": 337,
    "approved_chars_percent": 4.3,
    "readonly": 2,
    "readonly_percent": 3.0,
    "readonly_words": 5,
    "readonly_words_percent": 0.6,
    "readonly_chars": 47,
    "readonly_chars_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.tails.boum.org/projects/tails/restart_first_timeinline/fa/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/restart_first_timeinline/fa/"
}