Translation components API.

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

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

{
    "total": 11,
    "total_words": 66,
    "total_chars": 776,
    "last_change": "2024-03-06T13:34:12.060687Z",
    "recent_changes": 1,
    "translated": 3,
    "translated_words": 10,
    "translated_percent": 27.2,
    "translated_words_percent": 15.1,
    "translated_chars": 187,
    "translated_chars_percent": 24.0,
    "fuzzy": 8,
    "fuzzy_percent": 72.7,
    "fuzzy_words": 56,
    "fuzzy_words_percent": 84.8,
    "fuzzy_chars": 589,
    "fuzzy_chars_percent": 75.9,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 3,
    "approved_percent": 27.2,
    "approved_words": 10,
    "approved_words_percent": 15.1,
    "approved_chars": 187,
    "approved_chars_percent": 24.0,
    "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": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/advanced_topicsindex/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/advanced_topicsindex/de/"
}