Translation components API.

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

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

{
    "total": 42,
    "total_words": 479,
    "total_chars": 5151,
    "last_change": "2024-04-26T11:24:59.977529Z",
    "recent_changes": 27,
    "translated": 41,
    "translated_words": 462,
    "translated_percent": 97.6,
    "translated_words_percent": 96.4,
    "translated_chars": 4869,
    "translated_chars_percent": 94.5,
    "fuzzy": 1,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 17,
    "fuzzy_words_percent": 3.5,
    "fuzzy_chars": 282,
    "fuzzy_chars_percent": 5.4,
    "failing": 1,
    "failing_percent": 2.3,
    "approved": 18,
    "approved_percent": 42.8,
    "approved_words": 209,
    "approved_words_percent": 43.6,
    "approved_chars": 1716,
    "approved_chars_percent": 33.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/license/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/license/es/"
}