Translation components API.

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

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

{
    "total": 85,
    "total_words": 331,
    "last_change": "2015-10-17T04:19:00Z",
    "recent_changes": 9,
    "translated": 27,
    "translated_words": 85,
    "translated_percent": 31.7,
    "translated_words_percent": 25.6,
    "translated_chars": 532,
    "translated_chars_percent": 26.5,
    "total_chars": 2004,
    "fuzzy": 23,
    "fuzzy_percent": 27.0,
    "failing": 3,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_TW",
    "name": "Chinese (Taiwan)",
    "url": "https://l10n.opensuse.org/projects/eiciel/master/zh_TW/",
    "translate_url": "https://l10n.opensuse.org/translate/eiciel/master/zh_TW/"
}