Translation components API.

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

GET /api/translations/website/index/es/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": "2022-03-21T12:02:54.556269Z",
    "recent_changes": 2,
    "translated": 122,
    "translated_words": 1066,
    "translated_percent": 97.6,
    "translated_words_percent": 95.0,
    "translated_chars": 6668,
    "translated_chars_percent": 95.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 6,
    "failing_percent": 4.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 28,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://l10n.elementary.io/projects/website/index/es/",
    "translate_url": "https://l10n.elementary.io/translate/website/index/es/"
}