Translation components API.

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

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

{
    "total": 17,
    "total_words": 292,
    "total_chars": 1846,
    "last_change": "2025-03-24T22:38:04.900421Z",
    "recent_changes": 10,
    "translated": 7,
    "translated_words": 62,
    "translated_percent": 41.1,
    "translated_words_percent": 21.2,
    "translated_chars": 387,
    "translated_chars_percent": 20.9,
    "fuzzy": 10,
    "fuzzy_percent": 58.8,
    "fuzzy_words": 230,
    "fuzzy_words_percent": 78.7,
    "fuzzy_chars": 1459,
    "fuzzy_chars_percent": 79.0,
    "failing": 3,
    "failing_percent": 17.6,
    "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": 5.8,
    "readonly_words": 2,
    "readonly_words_percent": 0.6,
    "readonly_chars": 13,
    "readonly_chars_percent": 0.7,
    "suggestions": 4,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-coreos/masterpagesdebugging-with-toolbox/pt_BR/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagesdebugging-with-toolbox/pt_BR/"
}