Translation components API.

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

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

{
    "total": 18,
    "total_words": 405,
    "total_chars": 2688,
    "last_change": "2025-04-28T22:31:12.671876Z",
    "recent_changes": 1,
    "translated": 17,
    "translated_words": 378,
    "translated_percent": 94.4,
    "translated_words_percent": 93.3,
    "translated_chars": 2422,
    "translated_chars_percent": 90.1,
    "fuzzy": 1,
    "fuzzy_percent": 5.5,
    "fuzzy_words": 27,
    "fuzzy_words_percent": 6.6,
    "fuzzy_chars": 266,
    "fuzzy_chars_percent": 9.8,
    "failing": 1,
    "failing_percent": 5.5,
    "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": 0,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-coreos/masterpagesupdate-streams/pt_BR/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagesupdate-streams/pt_BR/"
}