Translation components API.

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

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

{
    "total": 271,
    "total_words": 2295,
    "last_change": "2017-01-29T06:53:06Z",
    "recent_changes": 15,
    "translated": 26,
    "translated_words": 66,
    "translated_percent": 9.5,
    "translated_words_percent": 2.8,
    "translated_chars": 508,
    "translated_chars_percent": 3.1,
    "total_chars": 16048,
    "fuzzy": 116,
    "fuzzy_percent": 42.8,
    "failing": 49,
    "failing_percent": 18.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "nb",
    "name": "Norwegian Bokmål",
    "url": "https://l10n.opensuse.org/projects/yast-registration/master/nb/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-registration/master/nb/"
}