Translation components API.

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

GET /api/translations/yast-autoinst/master/da/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 504,
    "total_words": 3050,
    "total_chars": 20325,
    "last_change": "2023-12-29T02:33:19.676532Z",
    "recent_changes": 0,
    "translated": 385,
    "translated_words": 2510,
    "translated_percent": 76.3,
    "translated_words_percent": 82.2,
    "translated_chars": 16819,
    "translated_chars_percent": 82.7,
    "fuzzy": 60,
    "fuzzy_percent": 11.9,
    "fuzzy_words": 221,
    "fuzzy_words_percent": 7.2,
    "fuzzy_chars": 1490,
    "fuzzy_chars_percent": 7.3,
    "failing": 12,
    "failing_percent": 2.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": 0,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://l10n.opensuse.org/projects/yast-autoinst/master/da/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-autoinst/master/da/"
}