Translation components API.

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

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

{
    "total": 875,
    "total_words": 4791,
    "total_chars": 31658,
    "last_change": "2024-11-03T11:25:18.698779Z",
    "recent_changes": 0,
    "translated": 88,
    "translated_words": 299,
    "translated_percent": 10.0,
    "translated_words_percent": 6.2,
    "translated_chars": 1837,
    "translated_chars_percent": 5.8,
    "fuzzy": 5,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 33,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 186,
    "fuzzy_chars_percent": 0.5,
    "failing": 9,
    "failing_percent": 1.0,
    "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": 150,
    "comments": 0,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://translate.fedoraproject.org/projects/dnf/dnf-rhel-8/nb_NO/",
    "translate_url": "https://translate.fedoraproject.org/translate/dnf/dnf-rhel-8/nb_NO/"
}