Translation components API.

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

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

{
    "total": 40,
    "total_words": 444,
    "total_chars": 3207,
    "last_change": "2024-05-15T13:13:13.397738Z",
    "recent_changes": 1,
    "translated": 18,
    "translated_words": 128,
    "translated_percent": 45.0,
    "translated_words_percent": 28.8,
    "translated_chars": 1103,
    "translated_chars_percent": 34.3,
    "fuzzy": 7,
    "fuzzy_percent": 17.5,
    "fuzzy_words": 90,
    "fuzzy_words_percent": 20.2,
    "fuzzy_chars": 676,
    "fuzzy_chars_percent": 21.0,
    "failing": 2,
    "failing_percent": 5.0,
    "approved": 17,
    "approved_percent": 42.5,
    "approved_words": 120,
    "approved_words_percent": 27.0,
    "approved_chars": 1051,
    "approved_chars_percent": 32.7,
    "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": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocpersistent_storagebackuppo/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocpersistent_storagebackuppo/de/"
}