Translation components API.

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

GET /api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 14,
    "total_words": 298,
    "total_chars": 2501,
    "last_change": "2025-01-13T22:29:51.553926Z",
    "recent_changes": 1,
    "translated": 13,
    "translated_words": 258,
    "translated_percent": 92.8,
    "translated_words_percent": 86.5,
    "translated_chars": 2148,
    "translated_chars_percent": 85.8,
    "fuzzy": 1,
    "fuzzy_percent": 7.1,
    "fuzzy_words": 40,
    "fuzzy_words_percent": 13.4,
    "fuzzy_chars": 353,
    "fuzzy_chars_percent": 14.1,
    "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": 1,
    "readonly_percent": 7.1,
    "readonly_words": 15,
    "readonly_words_percent": 5.0,
    "readonly_chars": 292,
    "readonly_chars_percent": 11.6,
    "suggestions": 1,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-libvirt/pt_BR/"
}