Translation components API.

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

GET /api/translations/yast-slide-show/sle-12-sp2/hu/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 60,
    "total_words": 338,
    "last_change": "2016-07-26T16:43:30Z",
    "recent_changes": 9,
    "translated": 51,
    "translated_words": 312,
    "translated_percent": 85.0,
    "translated_words_percent": 92.3,
    "translated_chars": 2099,
    "translated_chars_percent": 92.1,
    "total_chars": 2279,
    "fuzzy": 9,
    "fuzzy_percent": 15.0,
    "failing": 10,
    "failing_percent": 16.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hu",
    "name": "Hungarian",
    "url": "https://l10n.opensuse.org/projects/yast-slide-show/sle-12-sp2/hu/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-slide-show/sle-12-sp2/hu/"
}