Translation components API.

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

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

{
    "total": 161,
    "total_words": 2902,
    "total_chars": 20401,
    "last_change": "2024-05-02T23:29:22.174209Z",
    "recent_changes": 2,
    "translated": 81,
    "translated_words": 1533,
    "translated_percent": 50.3,
    "translated_words_percent": 52.8,
    "translated_chars": 10655,
    "translated_chars_percent": 52.2,
    "fuzzy": 38,
    "fuzzy_percent": 23.6,
    "fuzzy_words": 556,
    "fuzzy_words_percent": 19.1,
    "fuzzy_chars": 4322,
    "fuzzy_chars_percent": 21.1,
    "failing": 7,
    "failing_percent": 4.3,
    "approved": 77,
    "approved_percent": 47.8,
    "approved_words": 1512,
    "approved_words_percent": 52.1,
    "approved_chars": 10503,
    "approved_chars_percent": 51.4,
    "readonly": 1,
    "readonly_percent": 0.6,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 7,
    "readonly_chars_percent": 0.1,
    "suggestions": 14,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/faq/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/faq/es/"
}