Translation components API.

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

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

{
    "total": 12,
    "total_words": 67,
    "total_chars": 834,
    "last_change": "2023-12-30T10:43:18.912197Z",
    "recent_changes": 3,
    "translated": 2,
    "translated_words": 3,
    "translated_percent": 16.6,
    "translated_words_percent": 4.4,
    "translated_chars": 112,
    "translated_chars_percent": 13.4,
    "fuzzy": 10,
    "fuzzy_percent": 83.3,
    "fuzzy_words": 64,
    "fuzzy_words_percent": 95.5,
    "fuzzy_chars": 722,
    "fuzzy_chars_percent": 86.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 2,
    "approved_percent": 16.6,
    "approved_words": 3,
    "approved_words_percent": 4.4,
    "approved_chars": 112,
    "approved_chars_percent": 13.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 10,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/advanced_topicsindex/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/advanced_topicsindex/es/"
}