Translation components API.

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

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

{
    "total": 36,
    "total_words": 184,
    "total_chars": 3073,
    "last_change": "2025-06-10T12:31:36.783836Z",
    "recent_changes": 23,
    "translated": 13,
    "translated_words": 153,
    "translated_percent": 36.1,
    "translated_words_percent": 83.1,
    "translated_chars": 1350,
    "translated_chars_percent": 43.9,
    "fuzzy": 23,
    "fuzzy_percent": 63.8,
    "fuzzy_words": 31,
    "fuzzy_words_percent": 16.8,
    "fuzzy_chars": 1723,
    "fuzzy_chars_percent": 56.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 7,
    "approved_percent": 19.4,
    "approved_words": 93,
    "approved_words_percent": 50.5,
    "approved_chars": 806,
    "approved_chars_percent": 26.2,
    "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": "de",
    "name": "German",
    "url": "https://translate.tails.net/projects/tails/acknowledgments_and_similar_projects/de/",
    "translate_url": "https://translate.tails.net/translate/tails/acknowledgments_and_similar_projects/de/"
}