Translation components API.

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

GET /api/translations/yast-authserver/master/ar/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 24,
    "total_words": 165,
    "last_change": "2017-12-28T04:50:33.299328Z",
    "recent_changes": 10,
    "translated": 7,
    "translated_words": 33,
    "translated_percent": 29.1,
    "translated_words_percent": 20.0,
    "translated_chars": 255,
    "translated_chars_percent": 22.2,
    "total_chars": 1146,
    "fuzzy": 13,
    "fuzzy_percent": 54.1,
    "failing": 4,
    "failing_percent": 16.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://l10n.opensuse.org/projects/yast-authserver/master/ar/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-authserver/master/ar/"
}