Translation components API.

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

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

{
    "total": 114,
    "total_words": 988,
    "total_chars": 6595,
    "last_change": "2024-03-26T02:32:42.012480Z",
    "recent_changes": 0,
    "translated": 79,
    "translated_words": 480,
    "translated_percent": 69.2,
    "translated_words_percent": 48.5,
    "translated_chars": 3162,
    "translated_chars_percent": 47.9,
    "fuzzy": 28,
    "fuzzy_percent": 24.5,
    "fuzzy_words": 412,
    "fuzzy_words_percent": 41.7,
    "fuzzy_chars": 2716,
    "fuzzy_chars_percent": 41.1,
    "failing": 6,
    "failing_percent": 5.2,
    "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": "ar",
    "name": "Arabic",
    "url": "https://l10n.opensuse.org/projects/yast-control/master/ar/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-control/master/ar/"
}