Translation components API.

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

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

{
    "total": 5,
    "total_words": 43,
    "total_chars": 425,
    "last_change": "2024-02-08T04:20:45.346005Z",
    "recent_changes": 1,
    "translated": 2,
    "translated_words": 13,
    "translated_percent": 40.0,
    "translated_words_percent": 30.2,
    "translated_chars": 84,
    "translated_chars_percent": 19.7,
    "fuzzy": 2,
    "fuzzy_percent": 40.0,
    "fuzzy_words": 26,
    "fuzzy_words_percent": 60.4,
    "fuzzy_chars": 305,
    "fuzzy_chars_percent": 71.7,
    "failing": 1,
    "failing_percent": 20.0,
    "approved": 2,
    "approved_percent": 40.0,
    "approved_words": 13,
    "approved_words_percent": 30.2,
    "approved_chars": 84,
    "approved_chars_percent": 19.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": "fr",
    "name": "French",
    "url": "https://translate.tails.boum.org/projects/tails/news/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/news/fr/"
}