Translation components API.

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

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

{
    "total": 313,
    "total_words": 2156,
    "total_chars": 14087,
    "last_change": "2023-06-04T05:09:30.968559Z",
    "recent_changes": 0,
    "translated": 274,
    "translated_words": 1858,
    "translated_percent": 87.5,
    "translated_words_percent": 86.1,
    "translated_chars": 12150,
    "translated_chars_percent": 86.2,
    "fuzzy": 2,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 8,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 52,
    "fuzzy_chars_percent": 0.3,
    "failing": 1,
    "failing_percent": 0.3,
    "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": 38,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://translate.fedoraproject.org/projects/dnf/dnf-plugins-core-rhel-8/hu/",
    "translate_url": "https://translate.fedoraproject.org/translate/dnf/dnf-plugins-core-rhel-8/hu/"
}