Translation components API.

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

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

{
    "total": 125,
    "total_words": 1122,
    "total_chars": 7012,
    "last_change": "2018-12-08T22:54:44.438009Z",
    "recent_changes": 3,
    "translated": 26,
    "translated_words": 114,
    "translated_percent": 20.8,
    "translated_words_percent": 10.1,
    "translated_chars": 715,
    "translated_chars_percent": 10.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "code": "da",
    "name": "Danish",
    "url": "https://l10n.elementary.io/projects/website/index/da/",
    "translate_url": "https://l10n.elementary.io/translate/website/index/da/"
}