Translation components API.

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

GET /api/translations/yast-autoinst/master/fa/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 504,
    "total_words": 3050,
    "total_chars": 20325,
    "last_change": "2023-12-29T02:33:24.817833Z",
    "recent_changes": 0,
    "translated": 13,
    "translated_words": 13,
    "translated_percent": 2.5,
    "translated_words_percent": 0.4,
    "translated_chars": 84,
    "translated_chars_percent": 0.4,
    "fuzzy": 24,
    "fuzzy_percent": 4.7,
    "fuzzy_words": 78,
    "fuzzy_words_percent": 2.5,
    "fuzzy_chars": 518,
    "fuzzy_chars_percent": 2.5,
    "failing": 12,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://l10n.opensuse.org/projects/yast-autoinst/master/fa/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-autoinst/master/fa/"
}