Translation components API.

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

GET /api/translations/candlepin/candlepin-4-3-hotfix/ja/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:08.173161Z",
    "recent_changes": 0,
    "translated": 350,
    "translated_words": 2683,
    "translated_percent": 95.6,
    "translated_words_percent": 96.9,
    "translated_chars": 15900,
    "translated_chars_percent": 96.8,
    "fuzzy": 9,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 71,
    "fuzzy_words_percent": 2.5,
    "fuzzy_chars": 410,
    "fuzzy_chars_percent": 2.4,
    "failing": 9,
    "failing_percent": 2.4,
    "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": 9,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://translate.fedoraproject.org/projects/candlepin/candlepin-4-3-hotfix/ja/",
    "translate_url": "https://translate.fedoraproject.org/translate/candlepin/candlepin-4-3-hotfix/ja/"
}