Translation components API.

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

GET /api/translations/appcenter/appcenter/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 269,
    "total_words": 1209,
    "total_chars": 7722,
    "last_change": "2024-03-19T02:41:31.599661Z",
    "recent_changes": 1,
    "translated": 176,
    "translated_words": 672,
    "translated_percent": 65.4,
    "translated_words_percent": 55.5,
    "translated_chars": 4328,
    "translated_chars_percent": 56.0,
    "fuzzy": 27,
    "fuzzy_percent": 10.0,
    "fuzzy_words": 134,
    "fuzzy_words_percent": 11.0,
    "fuzzy_chars": 853,
    "fuzzy_chars_percent": 11.0,
    "failing": 16,
    "failing_percent": 5.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": 80,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://l10n.elementary.io/projects/appcenter/appcenter/it/",
    "translate_url": "https://l10n.elementary.io/translate/appcenter/appcenter/it/"
}