Translation components API.

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

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

{
    "total": 88,
    "total_words": 1479,
    "total_chars": 10983,
    "last_change": "2024-04-26T12:17:00.133784Z",
    "recent_changes": 9,
    "translated": 49,
    "translated_words": 690,
    "translated_percent": 55.6,
    "translated_words_percent": 46.6,
    "translated_chars": 5501,
    "translated_chars_percent": 50.0,
    "fuzzy": 9,
    "fuzzy_percent": 10.2,
    "fuzzy_words": 127,
    "fuzzy_words_percent": 8.5,
    "fuzzy_chars": 1009,
    "fuzzy_chars_percent": 9.1,
    "failing": 5,
    "failing_percent": 5.6,
    "approved": 44,
    "approved_percent": 50.0,
    "approved_words": 654,
    "approved_words_percent": 44.2,
    "approved_chars": 5204,
    "approved_chars_percent": 47.3,
    "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": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/tor_browser/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/tor_browser/es/"
}