Translation components API.

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

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

{
    "total": 1018,
    "total_words": 2653,
    "total_chars": 16746,
    "last_change": "2024-04-30T22:11:10.181480Z",
    "recent_changes": 0,
    "translated": 469,
    "translated_words": 898,
    "translated_percent": 46.0,
    "translated_words_percent": 33.8,
    "translated_chars": 5420,
    "translated_chars_percent": 32.3,
    "fuzzy": 332,
    "fuzzy_percent": 32.6,
    "fuzzy_words": 1003,
    "fuzzy_words_percent": 37.8,
    "fuzzy_chars": 6753,
    "fuzzy_chars_percent": 40.3,
    "failing": 122,
    "failing_percent": 11.9,
    "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": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tryton.org/projects/tryton/ir/it/",
    "translate_url": "https://translate.tryton.org/translate/tryton/ir/it/"
}