Translation components API.

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

GET /api/translations/website/press/cs/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": "2023-08-29T11:58:14.617714Z",
    "recent_changes": 3,
    "translated": 24,
    "translated_words": 212,
    "translated_percent": 77.4,
    "translated_words_percent": 63.2,
    "translated_chars": 1434,
    "translated_chars_percent": 64.4,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 6.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 6,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://l10n.elementary.io/projects/website/press/cs/",
    "translate_url": "https://l10n.elementary.io/translate/website/press/cs/"
}