Translation components API.

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

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

{
    "total": 19,
    "total_words": 516,
    "total_chars": 3501,
    "last_change": "2025-01-15T11:39:13.900373Z",
    "recent_changes": 1,
    "translated": 18,
    "translated_words": 502,
    "translated_percent": 94.7,
    "translated_words_percent": 97.2,
    "translated_chars": 3414,
    "translated_chars_percent": 97.5,
    "fuzzy": 1,
    "fuzzy_percent": 5.2,
    "fuzzy_words": 14,
    "fuzzy_words_percent": 2.7,
    "fuzzy_chars": 87,
    "fuzzy_chars_percent": 2.4,
    "failing": 1,
    "failing_percent": 5.2,
    "approved": 7,
    "approved_percent": 36.8,
    "approved_words": 259,
    "approved_words_percent": 50.1,
    "approved_chars": 1533,
    "approved_chars_percent": 43.7,
    "readonly": 1,
    "readonly_percent": 5.2,
    "readonly_words": 7,
    "readonly_words_percent": 1.3,
    "readonly_chars": 49,
    "readonly_chars_percent": 1.3,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.net/projects/tails/mediapart/de/",
    "translate_url": "https://translate.tails.net/translate/tails/mediapart/de/"
}