Translation components API.

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

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

{
    "total": 530,
    "total_words": 3805,
    "total_chars": 25870,
    "last_change": "2024-01-09T02:37:41.854416Z",
    "recent_changes": 0,
    "translated": 35,
    "translated_words": 66,
    "translated_percent": 6.6,
    "translated_words_percent": 1.7,
    "translated_chars": 488,
    "translated_chars_percent": 1.8,
    "fuzzy": 193,
    "fuzzy_percent": 36.4,
    "fuzzy_words": 608,
    "fuzzy_words_percent": 15.9,
    "fuzzy_chars": 4683,
    "fuzzy_chars_percent": 18.1,
    "failing": 66,
    "failing_percent": 12.4,
    "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": "he",
    "name": "Hebrew",
    "url": "https://l10n.opensuse.org/projects/yast-network/master/he/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-network/master/he/"
}