Translation components API.

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

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

{
    "total": 161,
    "total_words": 2902,
    "total_chars": 20401,
    "last_change": "2024-05-03T11:13:12.007059Z",
    "recent_changes": 2,
    "translated": 110,
    "translated_words": 2223,
    "translated_percent": 68.3,
    "translated_words_percent": 76.6,
    "translated_chars": 15870,
    "translated_chars_percent": 77.7,
    "fuzzy": 31,
    "fuzzy_percent": 19.2,
    "fuzzy_words": 356,
    "fuzzy_words_percent": 12.2,
    "fuzzy_chars": 2431,
    "fuzzy_chars_percent": 11.9,
    "failing": 5,
    "failing_percent": 3.1,
    "approved": 108,
    "approved_percent": 67.0,
    "approved_words": 2212,
    "approved_words_percent": 76.2,
    "approved_chars": 15714,
    "approved_chars_percent": 77.0,
    "readonly": 1,
    "readonly_percent": 0.6,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 7,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 2,
    "code": "fr",
    "name": "French",
    "url": "https://translate.tails.boum.org/projects/tails/faq/fr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/faq/fr/"
}