Translation components API.

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

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

{
    "total": 114,
    "total_words": 988,
    "last_change": "2019-09-26T00:06:49.400499Z",
    "recent_changes": 9,
    "translated": 63,
    "translated_words": 273,
    "translated_percent": 55.2,
    "translated_words_percent": 27.6,
    "translated_chars": 1816,
    "translated_chars_percent": 27.5,
    "total_chars": 6595,
    "fuzzy": 15,
    "fuzzy_percent": 13.1,
    "failing": 2,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://l10n.opensuse.org/projects/yast-control/master/da/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-control/master/da/"
}