Translation components API.

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

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

{
    "total": 31,
    "total_words": 335,
    "total_chars": 2225,
    "last_change": "2021-12-04T13:49:17.156006Z",
    "recent_changes": 9,
    "translated": 7,
    "translated_words": 38,
    "translated_percent": 22.5,
    "translated_words_percent": 11.3,
    "translated_chars": 205,
    "translated_chars_percent": 9.2,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 14,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://l10n.elementary.io/projects/website/press/sv/",
    "translate_url": "https://l10n.elementary.io/translate/website/press/sv/"
}