Translation components API.

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

GET /api/translations/dnf/dnf-rhel-8/ca/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 875,
    "total_words": 4785,
    "total_chars": 31658,
    "last_change": "2025-03-03T10:52:40.215946Z",
    "recent_changes": 0,
    "translated": 557,
    "translated_words": 2504,
    "translated_percent": 63.6,
    "translated_words_percent": 52.3,
    "translated_chars": 16346,
    "translated_chars_percent": 51.6,
    "fuzzy": 21,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 130,
    "fuzzy_words_percent": 2.7,
    "fuzzy_chars": 810,
    "fuzzy_chars_percent": 2.5,
    "failing": 21,
    "failing_percent": 2.4,
    "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": 128,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://translate.fedoraproject.org/projects/dnf/dnf-rhel-8/ca/",
    "translate_url": "https://translate.fedoraproject.org/translate/dnf/dnf-rhel-8/ca/"
}