Translation components API.

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

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

{
    "total": 117,
    "total_words": 1437,
    "total_chars": 10054,
    "last_change": "2023-04-14T02:33:37.063420Z",
    "recent_changes": 0,
    "translated": 9,
    "translated_words": 44,
    "translated_percent": 7.6,
    "translated_words_percent": 3.0,
    "translated_chars": 370,
    "translated_chars_percent": 3.6,
    "fuzzy": 70,
    "fuzzy_percent": 59.8,
    "fuzzy_words": 323,
    "fuzzy_words_percent": 22.4,
    "fuzzy_chars": 2670,
    "fuzzy_chars_percent": 26.5,
    "failing": 21,
    "failing_percent": 17.9,
    "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": "sl",
    "name": "Slovenian",
    "url": "https://l10n.opensuse.org/projects/yast-drbd/master/sl/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-drbd/master/sl/"
}