Translation components API.

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

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

{
    "total": 24,
    "total_words": 165,
    "last_change": "2018-01-31T05:05:50.543130Z",
    "recent_changes": 1,
    "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": 3,
    "failing_percent": 12.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://l10n.opensuse.org/projects/yast-authserver/master/ko/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-authserver/master/ko/"
}