Translation components API.

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

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

{
    "total": 265,
    "total_words": 2244,
    "total_chars": 15071,
    "last_change": "2022-02-01T02:56:07.072252Z",
    "recent_changes": 0,
    "translated": 118,
    "translated_words": 477,
    "translated_percent": 44.5,
    "translated_words_percent": 21.2,
    "translated_chars": 3090,
    "translated_chars_percent": 20.5,
    "fuzzy": 99,
    "fuzzy_percent": 37.3,
    "fuzzy_words": 756,
    "fuzzy_words_percent": 33.6,
    "fuzzy_chars": 5198,
    "fuzzy_chars_percent": 34.4,
    "failing": 33,
    "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": "hr",
    "name": "Croatian",
    "url": "https://l10n.opensuse.org/projects/yast-samba-server/master/hr/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-samba-server/master/hr/"
}