Translation components API.

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

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

{
    "total": 205,
    "total_words": 3576,
    "last_change": "2018-06-12T07:43:15.863859Z",
    "recent_changes": 1,
    "translated": 118,
    "translated_words": 2220,
    "translated_percent": 57.5,
    "translated_words_percent": 62.0,
    "translated_chars": 15263,
    "translated_chars_percent": 62.7,
    "total_chars": 24342,
    "fuzzy": 26,
    "fuzzy_percent": 12.6,
    "failing": 6,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "code": "it",
    "name": "Italian",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/y-master/it/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/y-master/it/"
}