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-10-09T10:45:36.285385Z",
    "recent_changes": 1,
    "translated": 32,
    "translated_words": 434,
    "translated_percent": 86.4,
    "translated_words_percent": 79.6,
    "translated_chars": 2880,
    "translated_chars_percent": 79.4,
    "fuzzy": 2,
    "fuzzy_percent": 5.4,
    "fuzzy_words": 49,
    "fuzzy_words_percent": 8.9,
    "fuzzy_chars": 298,
    "fuzzy_chars_percent": 8.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 18,
    "approved_percent": 48.6,
    "approved_words": 281,
    "approved_words_percent": 51.5,
    "approved_chars": 1872,
    "approved_chars_percent": 51.6,
    "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.net/projects/tails/virtualization/de/",
    "translate_url": "https://translate.tails.net/translate/tails/virtualization/de/"
}