Translation components API.

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

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

{
    "total": 24,
    "total_words": 162,
    "total_chars": 1461,
    "last_change": "2025-01-15T11:39:18.718983Z",
    "recent_changes": 1,
    "translated": 18,
    "translated_words": 94,
    "translated_percent": 75.0,
    "translated_words_percent": 58.0,
    "translated_chars": 758,
    "translated_chars_percent": 51.8,
    "fuzzy": 3,
    "fuzzy_percent": 12.5,
    "fuzzy_words": 33,
    "fuzzy_words_percent": 20.3,
    "fuzzy_chars": 223,
    "fuzzy_chars_percent": 15.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 16,
    "approved_percent": 66.6,
    "approved_words": 79,
    "approved_words_percent": 48.7,
    "approved_chars": 627,
    "approved_chars_percent": 42.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 2,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.net/projects/tails/support/ru/",
    "translate_url": "https://translate.tails.net/translate/tails/support/ru/"
}