Translation components API.

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

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

{
    "total": 106,
    "total_words": 645,
    "total_chars": 7258,
    "last_change": "2024-02-27T15:30:04.984034Z",
    "recent_changes": 1,
    "translated": 28,
    "translated_words": 138,
    "translated_percent": 26.4,
    "translated_words_percent": 21.3,
    "translated_chars": 1106,
    "translated_chars_percent": 15.2,
    "fuzzy": 48,
    "fuzzy_percent": 45.2,
    "fuzzy_words": 296,
    "fuzzy_words_percent": 45.8,
    "fuzzy_chars": 4189,
    "fuzzy_chars_percent": 57.7,
    "failing": 1,
    "failing_percent": 0.9,
    "approved": 27,
    "approved_percent": 25.4,
    "approved_words": 135,
    "approved_words_percent": 20.9,
    "approved_chars": 1075,
    "approved_chars_percent": 14.8,
    "readonly": 1,
    "readonly_percent": 0.9,
    "readonly_words": 3,
    "readonly_words_percent": 0.4,
    "readonly_chars": 31,
    "readonly_chars_percent": 0.4,
    "suggestions": 46,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/contribute/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/contribute/es/"
}