Translation components API.

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

GET /api/translations/release-notes-opensuse/leap-15_4/fa/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 98,
    "total_words": 1771,
    "last_change": "2023-10-18T06:49:31.869837Z",
    "recent_changes": 1,
    "translated": 56,
    "translated_words": 856,
    "translated_percent": 57.1,
    "translated_words_percent": 48.3,
    "translated_chars": 6319,
    "translated_chars_percent": 48.0,
    "total_chars": 13156,
    "fuzzy": 13,
    "fuzzy_percent": 13.2,
    "failing": 14,
    "failing_percent": 14.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://l10n.opensuse.org/projects/release-notes-opensuse/leap-15_4/fa/",
    "translate_url": "https://l10n.opensuse.org/translate/release-notes-opensuse/leap-15_4/fa/"
}