Translation components API.

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

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

{
    "total": 37,
    "total_words": 386,
    "total_chars": 3776,
    "last_change": "2024-05-04T09:09:28.984314Z",
    "recent_changes": 6,
    "translated": 17,
    "translated_words": 81,
    "translated_percent": 45.9,
    "translated_words_percent": 20.9,
    "translated_chars": 921,
    "translated_chars_percent": 24.3,
    "fuzzy": 15,
    "fuzzy_percent": 40.5,
    "fuzzy_words": 251,
    "fuzzy_words_percent": 65.0,
    "fuzzy_chars": 2404,
    "fuzzy_chars_percent": 63.6,
    "failing": 5,
    "failing_percent": 13.5,
    "approved": 15,
    "approved_percent": 40.5,
    "approved_words": 64,
    "approved_words_percent": 16.5,
    "approved_chars": 786,
    "approved_chars_percent": 20.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 9,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcinstallincstepscloneinlinepo/es/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcinstallincstepscloneinlinepo/es/"
}