Translation components API.

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

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

{
    "total": 116,
    "total_words": 523,
    "last_change": "2020-10-29T20:31:09.247019Z",
    "recent_changes": 45,
    "translated": 48,
    "translated_words": 130,
    "translated_percent": 41.3,
    "translated_words_percent": 24.8,
    "translated_chars": 864,
    "translated_chars_percent": 25.5,
    "total_chars": 3382,
    "fuzzy": 21,
    "fuzzy_percent": 18.1,
    "failing": 3,
    "failing_percent": 2.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://l10n.opensuse.org/projects/software-o-o/master/bg/",
    "translate_url": "https://l10n.opensuse.org/translate/software-o-o/master/bg/"
}