Translation components API.

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

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

{
    "total": 66,
    "total_words": 856,
    "total_chars": 5986,
    "last_change": "2020-12-25T09:02:23.325050Z",
    "recent_changes": 1,
    "translated": 9,
    "translated_words": 34,
    "translated_percent": 13.6,
    "translated_words_percent": 3.9,
    "translated_chars": 318,
    "translated_chars_percent": 5.3,
    "fuzzy": 23,
    "fuzzy_percent": 34.8,
    "fuzzy_words": 364,
    "fuzzy_words_percent": 42.5,
    "fuzzy_chars": 2592,
    "fuzzy_chars_percent": 43.3,
    "failing": 8,
    "failing_percent": 12.1,
    "approved": 5,
    "approved_percent": 7.5,
    "approved_words": 9,
    "approved_words_percent": 1.0,
    "approved_chars": 84,
    "approved_chars_percent": 1.4,
    "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/wikisrcdocupgrade-po/fa/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocupgrade-po/fa/"
}