Translation components API.

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

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

{
    "total": 16,
    "total_words": 516,
    "total_chars": 3164,
    "last_change": "2024-02-13T08:24:15.951378Z",
    "recent_changes": 1,
    "translated": 12,
    "translated_words": 365,
    "translated_percent": 75.0,
    "translated_words_percent": 70.7,
    "translated_chars": 2224,
    "translated_chars_percent": 70.2,
    "fuzzy": 3,
    "fuzzy_percent": 18.7,
    "fuzzy_words": 150,
    "fuzzy_words_percent": 29.0,
    "fuzzy_chars": 930,
    "fuzzy_chars_percent": 29.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 3,
    "approved_percent": 18.7,
    "approved_words": 34,
    "approved_words_percent": 6.5,
    "approved_chars": 285,
    "approved_chars_percent": 9.0,
    "readonly": 1,
    "readonly_percent": 6.2,
    "readonly_words": 7,
    "readonly_words_percent": 1.3,
    "readonly_chars": 49,
    "readonly_chars_percent": 1.5,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.boum.org/projects/tails/many_hands_make_tails/de/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/many_hands_make_tails/de/"
}