Translation components API.

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

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

{
    "total": 23,
    "total_words": 469,
    "total_chars": 3016,
    "last_change": "2024-04-23T22:33:39.115235Z",
    "recent_changes": 6,
    "translated": 19,
    "translated_words": 357,
    "translated_percent": 82.6,
    "translated_words_percent": 76.1,
    "translated_chars": 2342,
    "translated_chars_percent": 77.6,
    "fuzzy": 1,
    "fuzzy_percent": 4.3,
    "fuzzy_words": 32,
    "fuzzy_words_percent": 6.8,
    "fuzzy_chars": 175,
    "fuzzy_chars_percent": 5.8,
    "failing": 1,
    "failing_percent": 4.3,
    "approved": 18,
    "approved_percent": 78.2,
    "approved_words": 350,
    "approved_words_percent": 74.6,
    "approved_chars": 2293,
    "approved_chars_percent": 76.0,
    "readonly": 1,
    "readonly_percent": 4.3,
    "readonly_words": 7,
    "readonly_words_percent": 1.4,
    "readonly_chars": 49,
    "readonly_chars_percent": 1.6,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/what_we_do_with_your_money/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/what_we_do_with_your_money/es/"
}