Translation components API.

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

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

{
    "total": 400,
    "total_words": 935,
    "total_chars": 5600,
    "last_change": "2024-04-10T09:27:57.109303Z",
    "recent_changes": 0,
    "translated": 54,
    "translated_words": 121,
    "translated_percent": 13.5,
    "translated_words_percent": 12.9,
    "translated_chars": 743,
    "translated_chars_percent": 13.2,
    "fuzzy": 7,
    "fuzzy_percent": 1.7,
    "fuzzy_words": 13,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 83,
    "fuzzy_chars_percent": 1.4,
    "failing": 5,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://translate.tryton.org/projects/tryton/tryton/ar/",
    "translate_url": "https://translate.tryton.org/translate/tryton/tryton/ar/"
}