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/de/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": "2024-11-04T13:46:25.783324Z",
    "recent_changes": 0,
    "translated": 223,
    "translated_words": 1308,
    "translated_percent": 71.2,
    "translated_words_percent": 60.6,
    "translated_chars": 8468,
    "translated_chars_percent": 60.1,
    "fuzzy": 10,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 41,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 278,
    "fuzzy_chars_percent": 1.9,
    "failing": 15,
    "failing_percent": 4.7,
    "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": 55,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.fedoraproject.org/projects/dnf/dnf-plugins-core-rhel-8/de/",
    "translate_url": "https://translate.fedoraproject.org/translate/dnf/dnf-plugins-core-rhel-8/de/"
}