Translation components API.

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

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

{
    "total": 41,
    "total_words": 176,
    "total_chars": 1813,
    "last_change": "2024-04-24T19:53:14.572052Z",
    "recent_changes": 1,
    "translated": 36,
    "translated_words": 152,
    "translated_percent": 87.8,
    "translated_words_percent": 86.3,
    "translated_chars": 1658,
    "translated_chars_percent": 91.4,
    "fuzzy": 5,
    "fuzzy_percent": 12.1,
    "fuzzy_words": 24,
    "fuzzy_words_percent": 13.6,
    "fuzzy_chars": 155,
    "fuzzy_chars_percent": 8.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 34,
    "approved_percent": 82.9,
    "approved_words": 146,
    "approved_words_percent": 82.9,
    "approved_chars": 1592,
    "approved_chars_percent": 87.8,
    "readonly": 1,
    "readonly_percent": 2.4,
    "readonly_words": 2,
    "readonly_words_percent": 1.1,
    "readonly_chars": 21,
    "readonly_chars_percent": 1.1,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.tails.boum.org/projects/tails/doc/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/doc/fr/"
}