Translation components API.

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

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

{
    "total": 99,
    "total_words": 982,
    "total_chars": 7827,
    "last_change": "2024-07-16T13:49:27.175298Z",
    "recent_changes": 2,
    "translated": 56,
    "translated_words": 396,
    "translated_percent": 56.5,
    "translated_words_percent": 40.3,
    "translated_chars": 3056,
    "translated_chars_percent": 39.0,
    "fuzzy": 15,
    "fuzzy_percent": 15.1,
    "fuzzy_words": 184,
    "fuzzy_words_percent": 18.7,
    "fuzzy_chars": 1786,
    "fuzzy_chars_percent": 22.8,
    "failing": 5,
    "failing_percent": 5.0,
    "approved": 54,
    "approved_percent": 54.5,
    "approved_words": 381,
    "approved_words_percent": 38.7,
    "approved_chars": 2949,
    "approved_chars_percent": 37.6,
    "readonly": 1,
    "readonly_percent": 1.0,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 12,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.net/projects/tails/support-known_issues-graphics/es/",
    "translate_url": "https://translate.tails.net/translate/tails/support-known_issues-graphics/es/"
}