Translation components API.

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

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

{
    "total": 24,
    "total_words": 89,
    "total_chars": 593,
    "last_change": "2024-04-30T22:38:41.470524Z",
    "recent_changes": 0,
    "translated": 4,
    "translated_words": 15,
    "translated_percent": 16.6,
    "translated_words_percent": 16.8,
    "translated_chars": 98,
    "translated_chars_percent": 16.5,
    "fuzzy": 2,
    "fuzzy_percent": 8.3,
    "fuzzy_words": 6,
    "fuzzy_words_percent": 6.7,
    "fuzzy_chars": 39,
    "fuzzy_chars_percent": 6.5,
    "failing": 0,
    "failing_percent": 0.0,
    "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": 15,
    "comments": 0,
    "code": "es_419",
    "name": "Spanish (Latin America)",
    "url": "https://translate.tryton.org/projects/tryton/account_credit_limit/es_419/",
    "translate_url": "https://translate.tryton.org/translate/tryton/account_credit_limit/es_419/"
}