Translation components API.

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

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

{
    "total": 40,
    "total_words": 513,
    "total_chars": 3778,
    "last_change": "2025-04-09T19:34:34.081489Z",
    "recent_changes": 6,
    "translated": 39,
    "translated_words": 497,
    "translated_percent": 97.5,
    "translated_words_percent": 96.8,
    "translated_chars": 3680,
    "translated_chars_percent": 97.4,
    "fuzzy": 1,
    "fuzzy_percent": 2.5,
    "fuzzy_words": 16,
    "fuzzy_words_percent": 3.1,
    "fuzzy_chars": 98,
    "fuzzy_chars_percent": 2.5,
    "failing": 1,
    "failing_percent": 2.5,
    "approved": 38,
    "approved_percent": 95.0,
    "approved_words": 490,
    "approved_words_percent": 95.5,
    "approved_chars": 3631,
    "approved_chars_percent": 96.1,
    "readonly": 1,
    "readonly_percent": 2.5,
    "readonly_words": 7,
    "readonly_words_percent": 1.3,
    "readonly_chars": 49,
    "readonly_chars_percent": 1.2,
    "suggestions": 0,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://translate.tails.net/projects/tails/our_plans_for_2017/ca/",
    "translate_url": "https://translate.tails.net/translate/tails/our_plans_for_2017/ca/"
}