Translation components API.

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

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

{
    "total": 43,
    "total_words": 508,
    "total_chars": 3833,
    "last_change": "2024-05-06T14:25:31.436057Z",
    "recent_changes": 3,
    "translated": 24,
    "translated_words": 269,
    "translated_percent": 55.8,
    "translated_words_percent": 52.9,
    "translated_chars": 2224,
    "translated_chars_percent": 58.0,
    "fuzzy": 11,
    "fuzzy_percent": 25.5,
    "fuzzy_words": 180,
    "fuzzy_words_percent": 35.4,
    "fuzzy_chars": 1154,
    "fuzzy_chars_percent": 30.1,
    "failing": 10,
    "failing_percent": 23.2,
    "approved": 24,
    "approved_percent": 55.8,
    "approved_words": 269,
    "approved_words_percent": 52.9,
    "approved_chars": 2224,
    "approved_chars_percent": 58.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocresetmac-po/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocresetmac-po/es/"
}