Translation components API.

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

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

{
    "total": 10,
    "total_words": 104,
    "total_chars": 772,
    "last_change": "2024-03-27T00:21:57.408610Z",
    "recent_changes": 1,
    "translated": 8,
    "translated_words": 68,
    "translated_percent": 80.0,
    "translated_words_percent": 65.3,
    "translated_chars": 462,
    "translated_chars_percent": 59.8,
    "fuzzy": 1,
    "fuzzy_percent": 10.0,
    "fuzzy_words": 30,
    "fuzzy_words_percent": 28.8,
    "fuzzy_chars": 212,
    "fuzzy_chars_percent": 27.4,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 4,
    "approved_percent": 40.0,
    "approved_words": 34,
    "approved_words_percent": 32.6,
    "approved_chars": 201,
    "approved_chars_percent": 26.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocpersistent_storagedelete-po/it/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocpersistent_storagedelete-po/it/"
}