Translation components API.

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

GET /api/translations/tails/tor_browser/de/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": "2024-02-27T15:31:13.545546Z",
    "recent_changes": 1,
    "translated": 27,
    "translated_words": 218,
    "translated_percent": 30.6,
    "translated_words_percent": 14.7,
    "translated_chars": 2006,
    "translated_chars_percent": 18.2,
    "fuzzy": 24,
    "fuzzy_percent": 27.2,
    "fuzzy_words": 436,
    "fuzzy_words_percent": 29.4,
    "fuzzy_chars": 3383,
    "fuzzy_chars_percent": 30.8,
    "failing": 2,
    "failing_percent": 2.2,
    "approved": 24,
    "approved_percent": 27.2,
    "approved_words": 184,
    "approved_words_percent": 12.4,
    "approved_chars": 1623,
    "approved_chars_percent": 14.7,
    "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.boum.org/projects/tails/tor_browser/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/tor_browser/de/"
}