Translation components API.

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

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

{
    "total": 480,
    "total_words": 10805,
    "last_change": "2022-10-15T20:26:36.858977Z",
    "recent_changes": 4,
    "translated": 212,
    "translated_words": 4809,
    "translated_percent": 44.1,
    "translated_words_percent": 44.5,
    "translated_chars": 31095,
    "translated_chars_percent": 43.4,
    "total_chars": 71561,
    "fuzzy": 59,
    "fuzzy_percent": 12.2,
    "failing": 17,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/w-master/it/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/w-master/it/"
}