Translation components API.

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

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

{
    "total": 24,
    "total_words": 165,
    "last_change": "2018-02-03T15:24:12.702242Z",
    "recent_changes": 8,
    "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": 2,
    "failing_percent": 8.3,
    "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-authserver/master/hu/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-authserver/master/hu/"
}