Translation components API.

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

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

{
    "total": 52,
    "total_words": 443,
    "total_chars": 4980,
    "last_change": "2024-04-26T10:20:02.653305Z",
    "recent_changes": 31,
    "translated": 50,
    "translated_words": 413,
    "translated_percent": 96.1,
    "translated_words_percent": 93.2,
    "translated_chars": 4620,
    "translated_chars_percent": 92.7,
    "fuzzy": 2,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 30,
    "fuzzy_words_percent": 6.7,
    "fuzzy_chars": 360,
    "fuzzy_chars_percent": 7.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 20,
    "approved_percent": 38.4,
    "approved_words": 142,
    "approved_words_percent": 32.0,
    "approved_chars": 1618,
    "approved_chars_percent": 32.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://translate.tails.boum.org/projects/tails/features/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/features/fr/"
}