Translation components API.

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

GET /api/translations/website/index/ar/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": "2021-08-26T17:49:39.370707Z",
    "recent_changes": 15,
    "translated": 120,
    "translated_words": 1062,
    "translated_percent": 96.0,
    "translated_words_percent": 94.6,
    "translated_chars": 6641,
    "translated_chars_percent": 94.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 8,
    "failing_percent": 6.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 13,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://l10n.elementary.io/projects/website/index/ar/",
    "translate_url": "https://l10n.elementary.io/translate/website/index/ar/"
}