Translation components API.

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

GET /api/translations/wingpanel/wingpanel-indicator-power/bg/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 32,
    "total_words": 70,
    "total_chars": 581,
    "last_change": "2021-07-28T06:51:41.951834Z",
    "recent_changes": 1,
    "translated": 19,
    "translated_words": 41,
    "translated_percent": 59.3,
    "translated_words_percent": 58.5,
    "translated_chars": 392,
    "translated_chars_percent": 67.4,
    "fuzzy": 1,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 13,
    "fuzzy_chars_percent": 2.2,
    "failing": 2,
    "failing_percent": 6.2,
    "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": 1,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://l10n.elementary.io/projects/wingpanel/wingpanel-indicator-power/bg/",
    "translate_url": "https://l10n.elementary.io/translate/wingpanel/wingpanel-indicator-power/bg/"
}