Translation components API.

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

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

{
    "total": 20,
    "total_words": 188,
    "last_change": "2018-04-07T10:57:10.986377Z",
    "recent_changes": 5,
    "translated": 5,
    "translated_words": 68,
    "translated_percent": 25.0,
    "translated_words_percent": 36.1,
    "translated_chars": 399,
    "translated_chars_percent": 35.2,
    "total_chars": 1133,
    "fuzzy": 2,
    "fuzzy_percent": 10.0,
    "failing": 1,
    "failing_percent": 5.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "hi",
    "name": "Hindi",
    "url": "https://l10n.opensuse.org/projects/yast-caasp/master/hi/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-caasp/master/hi/"
}