Translation components API.

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

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

{
    "total": 5,
    "total_words": 30,
    "total_chars": 408,
    "last_change": "2024-02-27T15:31:38.398867Z",
    "recent_changes": 1,
    "translated": 4,
    "translated_words": 26,
    "translated_percent": 80.0,
    "translated_words_percent": 86.6,
    "translated_chars": 340,
    "translated_chars_percent": 83.3,
    "fuzzy": 1,
    "fuzzy_percent": 20.0,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 13.3,
    "fuzzy_chars": 68,
    "fuzzy_chars_percent": 16.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 4,
    "approved_percent": 80.0,
    "approved_words": 26,
    "approved_words_percent": 86.6,
    "approved_chars": 340,
    "approved_chars_percent": 83.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/encryption_and_privacyindex/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/encryption_and_privacyindex/es/"
}