Translation components API.

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

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

{
    "total": 6,
    "total_words": 71,
    "total_chars": 490,
    "last_change": "2024-04-24T14:03:35.274320Z",
    "recent_changes": 2,
    "translated": 4,
    "translated_words": 43,
    "translated_percent": 66.6,
    "translated_words_percent": 60.5,
    "translated_chars": 276,
    "translated_chars_percent": 56.3,
    "fuzzy": 1,
    "fuzzy_percent": 16.6,
    "fuzzy_words": 8,
    "fuzzy_words_percent": 11.2,
    "fuzzy_chars": 68,
    "fuzzy_chars_percent": 13.8,
    "failing": 1,
    "failing_percent": 16.6,
    "approved": 3,
    "approved_percent": 50.0,
    "approved_words": 31,
    "approved_words_percent": 43.6,
    "approved_chars": 200,
    "approved_chars_percent": 40.8,
    "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/upgrade_error_check/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/upgrade_error_check/es/"
}