Translation components API.

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

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

{
    "total": 86,
    "total_words": 244,
    "total_chars": 3987,
    "last_change": "2025-04-02T22:32:57.348913Z",
    "recent_changes": 1,
    "translated": 58,
    "translated_words": 161,
    "translated_percent": 67.4,
    "translated_words_percent": 65.9,
    "translated_chars": 2673,
    "translated_chars_percent": 67.0,
    "fuzzy": 23,
    "fuzzy_percent": 26.7,
    "fuzzy_words": 72,
    "fuzzy_words_percent": 29.5,
    "fuzzy_chars": 1142,
    "fuzzy_chars_percent": 28.6,
    "failing": 5,
    "failing_percent": 5.8,
    "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": 4,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-coreos/nav/pt_BR/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/nav/pt_BR/"
}