Translation components API.

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

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

{
    "total": 23,
    "total_words": 329,
    "total_chars": 3553,
    "last_change": "2024-02-08T22:17:58.547208Z",
    "recent_changes": 3,
    "translated": 11,
    "translated_words": 122,
    "translated_percent": 47.8,
    "translated_words_percent": 37.0,
    "translated_chars": 1482,
    "translated_chars_percent": 41.7,
    "fuzzy": 11,
    "fuzzy_percent": 47.8,
    "fuzzy_words": 172,
    "fuzzy_words_percent": 52.2,
    "fuzzy_chars": 1757,
    "fuzzy_chars_percent": 49.4,
    "failing": 5,
    "failing_percent": 21.7,
    "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": 4.3,
    "readonly_words": 2,
    "readonly_words_percent": 0.6,
    "readonly_chars": 53,
    "readonly_chars_percent": 1.4,
    "suggestions": 3,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-coreos/masterpagesrunning-containers/pt_BR/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagesrunning-containers/pt_BR/"
}