Translation components API.

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

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

{
    "total": 6,
    "total_words": 22,
    "total_chars": 360,
    "last_change": "2024-04-24T14:09:37.964811Z",
    "recent_changes": 4,
    "translated": 2,
    "translated_words": 8,
    "translated_percent": 33.3,
    "translated_words_percent": 36.3,
    "translated_chars": 114,
    "translated_chars_percent": 31.6,
    "fuzzy": 4,
    "fuzzy_percent": 66.6,
    "fuzzy_words": 14,
    "fuzzy_words_percent": 63.6,
    "fuzzy_chars": 246,
    "fuzzy_chars_percent": 68.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 2,
    "approved_percent": 33.3,
    "approved_words": 8,
    "approved_words_percent": 36.3,
    "approved_chars": 114,
    "approved_chars_percent": 31.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/sensitive_documentsindex/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/sensitive_documentsindex/es/"
}