Translation components API.

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

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

{
    "total": 480,
    "total_words": 10805,
    "last_change": "2017-06-14T13:52:38Z",
    "recent_changes": 1,
    "translated": 47,
    "translated_words": 802,
    "translated_percent": 9.7,
    "translated_words_percent": 7.4,
    "translated_chars": 5117,
    "translated_chars_percent": 7.1,
    "total_chars": 71561,
    "fuzzy": 117,
    "fuzzy_percent": 24.3,
    "failing": 42,
    "failing_percent": 8.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/w-master/es/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/w-master/es/"
}