Translation components API.

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

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

{
    "total": 292,
    "total_words": 2704,
    "total_chars": 21594,
    "last_change": "2022-10-13T15:50:06.742482Z",
    "recent_changes": 14,
    "translated": 180,
    "translated_words": 1809,
    "translated_percent": 61.6,
    "translated_words_percent": 66.9,
    "translated_chars": 14089,
    "translated_chars_percent": 65.2,
    "fuzzy": 112,
    "fuzzy_percent": 38.3,
    "fuzzy_words": 895,
    "fuzzy_words_percent": 33.0,
    "fuzzy_chars": 7505,
    "fuzzy_chars_percent": 34.7,
    "failing": 5,
    "failing_percent": 1.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": "it",
    "name": "Italian",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/libreoffice-master/it/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/libreoffice-master/it/"
}