Translation components API.

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

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

{
    "total": 88,
    "total_words": 1479,
    "total_chars": 10983,
    "last_change": "2023-12-21T23:21:41.579611Z",
    "recent_changes": 2,
    "translated": 10,
    "translated_words": 40,
    "translated_percent": 11.3,
    "translated_words_percent": 2.7,
    "translated_chars": 403,
    "translated_chars_percent": 3.6,
    "fuzzy": 24,
    "fuzzy_percent": 27.2,
    "fuzzy_words": 364,
    "fuzzy_words_percent": 24.6,
    "fuzzy_chars": 3074,
    "fuzzy_chars_percent": 27.9,
    "failing": 12,
    "failing_percent": 13.6,
    "approved": 6,
    "approved_percent": 6.8,
    "approved_words": 11,
    "approved_words_percent": 0.7,
    "approved_chars": 103,
    "approved_chars_percent": 0.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 14,
    "comments": 0,
    "code": "pt",
    "name": "Portuguese",
    "url": "https://translate.tails.boum.org/projects/tails/tor_browser/pt/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/tor_browser/pt/"
}