Translation components API.

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

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

{
    "total": 19,
    "total_words": 281,
    "total_chars": 2255,
    "last_change": "2024-02-27T15:32:49.897107Z",
    "recent_changes": 1,
    "translated": 9,
    "translated_words": 105,
    "translated_percent": 47.3,
    "translated_words_percent": 37.3,
    "translated_chars": 759,
    "translated_chars_percent": 33.6,
    "fuzzy": 8,
    "fuzzy_percent": 42.1,
    "fuzzy_words": 162,
    "fuzzy_words_percent": 57.6,
    "fuzzy_chars": 1315,
    "fuzzy_chars_percent": 58.3,
    "failing": 2,
    "failing_percent": 10.5,
    "approved": 9,
    "approved_percent": 47.3,
    "approved_words": 105,
    "approved_words_percent": 37.3,
    "approved_chars": 759,
    "approved_chars_percent": 33.6,
    "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": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocpersistent_storagecheck-po/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocpersistent_storagecheck-po/es/"
}