Translation components API.

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

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

{
    "total": 24,
    "total_words": 165,
    "total_chars": 1473,
    "last_change": "2024-02-27T15:33:42.757646Z",
    "recent_changes": 1,
    "translated": 12,
    "translated_words": 48,
    "translated_percent": 50.0,
    "translated_words_percent": 29.0,
    "translated_chars": 391,
    "translated_chars_percent": 26.5,
    "fuzzy": 10,
    "fuzzy_percent": 41.6,
    "fuzzy_words": 96,
    "fuzzy_words_percent": 58.1,
    "fuzzy_chars": 878,
    "fuzzy_chars_percent": 59.6,
    "failing": 2,
    "failing_percent": 8.3,
    "approved": 3,
    "approved_percent": 12.5,
    "approved_words": 11,
    "approved_words_percent": 6.6,
    "approved_chars": 108,
    "approved_chars_percent": 7.3,
    "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/support/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/support/de/"
}