Translation components API.

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

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

{
    "total": 16,
    "total_words": 82,
    "total_chars": 1235,
    "last_change": "2023-07-29T21:02:33.180941Z",
    "recent_changes": 4,
    "translated": 12,
    "translated_words": 44,
    "translated_percent": 75.0,
    "translated_words_percent": 53.6,
    "translated_chars": 882,
    "translated_chars_percent": 71.4,
    "fuzzy": 1,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 6.0,
    "fuzzy_chars": 103,
    "fuzzy_chars_percent": 8.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 6,
    "approved_percent": 37.5,
    "approved_words": 20,
    "approved_words_percent": 24.3,
    "approved_chars": 393,
    "approved_chars_percent": 31.8,
    "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": "tr",
    "name": "Turkish",
    "url": "https://translate.tails.boum.org/projects/tails/upgrade-tails/tr/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/upgrade-tails/tr/"
}