Translation components API.

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

GET /api/translations/candlepin/candlepin-4-3-hotfix/ta/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 366,
    "total_words": 2767,
    "total_chars": 16417,
    "last_change": "2024-01-25T07:02:18.731408Z",
    "recent_changes": 0,
    "translated": 141,
    "translated_words": 889,
    "translated_percent": 38.5,
    "translated_words_percent": 32.1,
    "translated_chars": 5201,
    "translated_chars_percent": 31.6,
    "fuzzy": 5,
    "fuzzy_percent": 1.3,
    "fuzzy_words": 34,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 219,
    "fuzzy_chars_percent": 1.3,
    "failing": 6,
    "failing_percent": 1.6,
    "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": 13,
    "comments": 0,
    "code": "ta",
    "name": "Tamil",
    "url": "https://translate.fedoraproject.org/projects/candlepin/candlepin-4-3-hotfix/ta/",
    "translate_url": "https://translate.fedoraproject.org/translate/candlepin/candlepin-4-3-hotfix/ta/"
}