Translation components API.

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

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

{
    "total": 24,
    "total_words": 162,
    "total_chars": 1461,
    "last_change": "2025-01-15T11:39:17.527622Z",
    "recent_changes": 1,
    "translated": 23,
    "translated_words": 160,
    "translated_percent": 95.8,
    "translated_words_percent": 98.7,
    "translated_chars": 1439,
    "translated_chars_percent": 98.4,
    "fuzzy": 1,
    "fuzzy_percent": 4.1,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 22,
    "fuzzy_chars_percent": 1.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 13,
    "approved_percent": 54.1,
    "approved_words": 117,
    "approved_words_percent": 72.2,
    "approved_chars": 1105,
    "approved_chars_percent": 75.6,
    "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.net/projects/tails/support/de/",
    "translate_url": "https://translate.tails.net/translate/tails/support/de/"
}