Translation components API.

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

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

{
    "total": 24,
    "total_words": 354,
    "total_chars": 2743,
    "last_change": "2024-04-23T22:33:39.289732Z",
    "recent_changes": 6,
    "translated": 10,
    "translated_words": 53,
    "translated_percent": 41.6,
    "translated_words_percent": 14.9,
    "translated_chars": 384,
    "translated_chars_percent": 13.9,
    "fuzzy": 1,
    "fuzzy_percent": 4.1,
    "fuzzy_words": 13,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 141,
    "fuzzy_chars_percent": 5.1,
    "failing": 1,
    "failing_percent": 4.1,
    "approved": 9,
    "approved_percent": 37.5,
    "approved_words": 46,
    "approved_words_percent": 12.9,
    "approved_chars": 336,
    "approved_chars_percent": 12.2,
    "readonly": 1,
    "readonly_percent": 4.1,
    "readonly_words": 7,
    "readonly_words_percent": 1.9,
    "readonly_chars": 48,
    "readonly_chars_percent": 1.7,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/our_plans_for_2018/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/our_plans_for_2018/es/"
}