Translation components API.

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

GET /api/translations/tails/wikisrcdocpersistent_storageadditional_software-po/de/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": "2025-04-17T23:27:38.381827Z",
    "recent_changes": 2,
    "translated": 68,
    "translated_words": 715,
    "translated_percent": 53.1,
    "translated_words_percent": 48.0,
    "translated_chars": 6563,
    "translated_chars_percent": 51.7,
    "fuzzy": 2,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 42,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 395,
    "fuzzy_chars_percent": 3.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 59,
    "approved_percent": 46.0,
    "approved_words": 631,
    "approved_words_percent": 42.3,
    "approved_chars": 5646,
    "approved_chars_percent": 44.5,
    "readonly": 2,
    "readonly_percent": 1.5,
    "readonly_words": 8,
    "readonly_words_percent": 0.5,
    "readonly_chars": 242,
    "readonly_chars_percent": 1.9,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocpersistent_storageadditional_software-po/de/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocpersistent_storageadditional_software-po/de/"
}