Translation components API.

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

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

{
    "total": 37,
    "total_words": 545,
    "total_chars": 3626,
    "last_change": "2024-05-02T22:29:29.386347Z",
    "recent_changes": 3,
    "translated": 30,
    "translated_words": 414,
    "translated_percent": 81.0,
    "translated_words_percent": 75.9,
    "translated_chars": 2751,
    "translated_chars_percent": 75.8,
    "fuzzy": 3,
    "fuzzy_percent": 8.1,
    "fuzzy_words": 64,
    "fuzzy_words_percent": 11.7,
    "fuzzy_chars": 369,
    "fuzzy_chars_percent": 10.1,
    "failing": 1,
    "failing_percent": 2.7,
    "approved": 16,
    "approved_percent": 43.2,
    "approved_words": 261,
    "approved_words_percent": 47.8,
    "approved_chars": 1743,
    "approved_chars_percent": 48.0,
    "readonly": 3,
    "readonly_percent": 8.1,
    "readonly_words": 6,
    "readonly_words_percent": 1.1,
    "readonly_chars": 59,
    "readonly_chars_percent": 1.6,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/virtualization/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/virtualization/de/"
}