Translation components API.

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

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

{
    "total": 95,
    "total_words": 1120,
    "total_chars": 7992,
    "last_change": "2025-02-19T19:03:23.178095Z",
    "recent_changes": 1,
    "translated": 93,
    "translated_words": 1099,
    "translated_percent": 97.8,
    "translated_words_percent": 98.1,
    "translated_chars": 7763,
    "translated_chars_percent": 97.1,
    "fuzzy": 2,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 21,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 229,
    "fuzzy_chars_percent": 2.8,
    "failing": 1,
    "failing_percent": 1.0,
    "approved": 40,
    "approved_percent": 42.1,
    "approved_words": 384,
    "approved_words_percent": 34.2,
    "approved_chars": 2780,
    "approved_chars_percent": 34.7,
    "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/about/de/",
    "translate_url": "https://translate.tails.net/translate/tails/about/de/"
}