Translation components API.

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

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

{
    "total": 24,
    "total_words": 119,
    "total_chars": 1435,
    "last_change": "2022-12-22T09:53:34.014868Z",
    "recent_changes": 1,
    "translated": 11,
    "translated_words": 41,
    "translated_percent": 45.8,
    "translated_words_percent": 34.4,
    "translated_chars": 719,
    "translated_chars_percent": 50.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 10,
    "approved_percent": 41.6,
    "approved_words": 39,
    "approved_words_percent": 32.7,
    "approved_chars": 692,
    "approved_chars_percent": 48.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": "ru",
    "name": "Russian",
    "url": "https://translate.tails.boum.org/projects/tails/install-download/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/install-download/ru/"
}