Translation components API.

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

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

{
    "total": 128,
    "total_words": 1489,
    "total_chars": 12673,
    "last_change": "2024-10-21T13:22:30.522120Z",
    "recent_changes": 1,
    "translated": 72,
    "translated_words": 842,
    "translated_percent": 56.2,
    "translated_words_percent": 56.5,
    "translated_chars": 6540,
    "translated_chars_percent": 51.6,
    "fuzzy": 23,
    "fuzzy_percent": 17.9,
    "fuzzy_words": 257,
    "fuzzy_words_percent": 17.2,
    "fuzzy_chars": 2976,
    "fuzzy_chars_percent": 23.4,
    "failing": 17,
    "failing_percent": 13.2,
    "approved": 69,
    "approved_percent": 53.9,
    "approved_words": 826,
    "approved_words_percent": 55.4,
    "approved_chars": 6216,
    "approved_chars_percent": 49.0,
    "readonly": 2,
    "readonly_percent": 1.5,
    "readonly_words": 8,
    "readonly_words_percent": 0.5,
    "readonly_chars": 242,
    "readonly_chars_percent": 1.9,
    "suggestions": 5,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocpersistent_storageadditional_software-po/ru/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocpersistent_storageadditional_software-po/ru/"
}