Translation components API.

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

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

{
    "total": 179,
    "total_words": 3109,
    "total_chars": 21974,
    "last_change": "2025-01-29T23:18:41.935249Z",
    "recent_changes": 1,
    "translated": 100,
    "translated_words": 1686,
    "translated_percent": 55.8,
    "translated_words_percent": 54.2,
    "translated_chars": 11688,
    "translated_chars_percent": 53.1,
    "fuzzy": 24,
    "fuzzy_percent": 13.4,
    "fuzzy_words": 408,
    "fuzzy_words_percent": 13.1,
    "fuzzy_chars": 3242,
    "fuzzy_chars_percent": 14.7,
    "failing": 5,
    "failing_percent": 2.7,
    "approved": 99,
    "approved_percent": 55.3,
    "approved_words": 1685,
    "approved_words_percent": 54.1,
    "approved_chars": 11681,
    "approved_chars_percent": 53.1,
    "readonly": 1,
    "readonly_percent": 0.5,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 7,
    "readonly_chars_percent": 0.1,
    "suggestions": 3,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.net/projects/tails/faq/es/",
    "translate_url": "https://translate.tails.net/translate/tails/faq/es/"
}