Translation components API.

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

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

{
    "total": 58,
    "total_words": 806,
    "total_chars": 5411,
    "last_change": "2024-04-27T15:57:52.444204Z",
    "recent_changes": 8,
    "translated": 7,
    "translated_words": 26,
    "translated_percent": 12.0,
    "translated_words_percent": 3.2,
    "translated_chars": 230,
    "translated_chars_percent": 4.2,
    "fuzzy": 5,
    "fuzzy_percent": 8.6,
    "fuzzy_words": 48,
    "fuzzy_words_percent": 5.9,
    "fuzzy_chars": 361,
    "fuzzy_chars_percent": 6.6,
    "failing": 2,
    "failing_percent": 3.4,
    "approved": 7,
    "approved_percent": 12.0,
    "approved_words": 26,
    "approved_words_percent": 3.2,
    "approved_chars": 230,
    "approved_chars_percent": 4.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 39,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/secure_deletion/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/secure_deletion/es/"
}