Translation components API.

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

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

{
    "total": 75,
    "total_words": 562,
    "last_change": "2019-01-28T05:33:14.127125Z",
    "recent_changes": 1,
    "translated": 72,
    "translated_words": 488,
    "translated_percent": 96.0,
    "translated_words_percent": 86.8,
    "translated_chars": 3000,
    "translated_chars_percent": 85.9,
    "total_chars": 3489,
    "fuzzy": 2,
    "fuzzy_percent": 2.6,
    "failing": 2,
    "failing_percent": 2.6,
    "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-nfs/master/ko/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-nfs/master/ko/"
}