Translation components API.

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

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

{
    "total": 694,
    "total_words": 12956,
    "last_change": "2018-05-17T07:26:08.889965Z",
    "recent_changes": 2,
    "translated": 80,
    "translated_words": 1225,
    "translated_percent": 11.5,
    "translated_words_percent": 9.4,
    "translated_chars": 8242,
    "translated_chars_percent": 9.6,
    "total_chars": 85142,
    "fuzzy": 149,
    "fuzzy_percent": 21.4,
    "failing": 15,
    "failing_percent": 2.1,
    "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/u-master/it/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/u-master/it/"
}