Translation components API.

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

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

{
    "total": 11,
    "total_words": 45,
    "total_chars": 272,
    "last_change": "2024-05-04T04:55:23.783178Z",
    "recent_changes": 0,
    "translated": 6,
    "translated_words": 19,
    "translated_percent": 54.5,
    "translated_words_percent": 42.2,
    "translated_chars": 92,
    "translated_chars_percent": 33.8,
    "fuzzy": 2,
    "fuzzy_percent": 18.1,
    "fuzzy_words": 8,
    "fuzzy_words_percent": 17.7,
    "fuzzy_chars": 40,
    "fuzzy_chars_percent": 14.7,
    "failing": 0,
    "failing_percent": 0.0,
    "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": "oc",
    "name": "Occitan",
    "url": "https://l10n.elementary.io/projects/wingpanel/wingpanel-indicator-datetime/oc/",
    "translate_url": "https://l10n.elementary.io/translate/wingpanel/wingpanel-indicator-datetime/oc/"
}