Translation components API.

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

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

{
    "total": 93,
    "total_words": 615,
    "total_chars": 6610,
    "last_change": "2025-04-04T18:26:51.234720Z",
    "recent_changes": 6,
    "translated": 90,
    "translated_words": 569,
    "translated_percent": 96.7,
    "translated_words_percent": 92.5,
    "translated_chars": 5957,
    "translated_chars_percent": 90.1,
    "fuzzy": 3,
    "fuzzy_percent": 3.2,
    "fuzzy_words": 46,
    "fuzzy_words_percent": 7.4,
    "fuzzy_chars": 653,
    "fuzzy_chars_percent": 9.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 72,
    "approved_percent": 77.4,
    "approved_words": 436,
    "approved_words_percent": 70.8,
    "approved_chars": 4644,
    "approved_chars_percent": 70.2,
    "readonly": 1,
    "readonly_percent": 1.0,
    "readonly_words": 3,
    "readonly_words_percent": 0.4,
    "readonly_chars": 31,
    "readonly_chars_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.net/projects/tails/contribute/de/",
    "translate_url": "https://translate.tails.net/translate/tails/contribute/de/"
}