Translation components API.

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

GET /api/translations/candlepin/candlepin-4-3-hotfix/pt_BR/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:15.708660Z",
    "recent_changes": 0,
    "translated": 192,
    "translated_words": 1303,
    "translated_percent": 52.4,
    "translated_words_percent": 47.0,
    "translated_chars": 7648,
    "translated_chars_percent": 46.5,
    "fuzzy": 16,
    "fuzzy_percent": 4.3,
    "fuzzy_words": 131,
    "fuzzy_words_percent": 4.7,
    "fuzzy_chars": 839,
    "fuzzy_chars_percent": 5.1,
    "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": 20,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.fedoraproject.org/projects/candlepin/candlepin-4-3-hotfix/pt_BR/",
    "translate_url": "https://translate.fedoraproject.org/translate/candlepin/candlepin-4-3-hotfix/pt_BR/"
}