Translation components API.

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

GET /api/translations/tails/faq/de/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-02-27T15:34:59.376110Z",
    "recent_changes": 5,
    "translated": 23,
    "translated_words": 213,
    "translated_percent": 14.2,
    "translated_words_percent": 7.3,
    "translated_chars": 1625,
    "translated_chars_percent": 7.9,
    "fuzzy": 10,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 70,
    "fuzzy_words_percent": 2.4,
    "fuzzy_chars": 509,
    "fuzzy_chars_percent": 2.4,
    "failing": 1,
    "failing_percent": 0.6,
    "approved": 13,
    "approved_percent": 8.0,
    "approved_words": 102,
    "approved_words_percent": 3.5,
    "approved_chars": 842,
    "approved_chars_percent": 4.1,
    "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": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/faq/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/faq/de/"
}