Translation components API.

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

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

{
    "total": 259,
    "total_words": 4889,
    "last_change": "2018-12-29T01:34:23.304934Z",
    "recent_changes": 6,
    "translated": 118,
    "translated_words": 1208,
    "translated_percent": 45.5,
    "translated_words_percent": 24.7,
    "translated_chars": 8133,
    "translated_chars_percent": 25.1,
    "total_chars": 32301,
    "fuzzy": 36,
    "fuzzy_percent": 13.8,
    "failing": 17,
    "failing_percent": 6.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/z-master/es/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/z-master/es/"
}