Translation components API.

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

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

{
    "total": 17,
    "total_words": 47,
    "total_chars": 317,
    "last_change": "2024-05-04T06:43:30.281950Z",
    "recent_changes": 0,
    "translated": 13,
    "translated_words": 37,
    "translated_percent": 76.4,
    "translated_words_percent": 78.7,
    "translated_chars": 261,
    "translated_chars_percent": 82.3,
    "fuzzy": 2,
    "fuzzy_percent": 11.7,
    "fuzzy_words": 6,
    "fuzzy_words_percent": 12.7,
    "fuzzy_chars": 38,
    "fuzzy_chars_percent": 11.9,
    "failing": 2,
    "failing_percent": 11.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": 0,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://l10n.elementary.io/projects/wingpanel/wingpanel-indicator-notifications/ar/",
    "translate_url": "https://l10n.elementary.io/translate/wingpanel/wingpanel-indicator-notifications/ar/"
}