Translation components API.

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

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

{
    "total": 116,
    "total_words": 523,
    "last_change": "2023-07-21T04:57:20.194430Z",
    "recent_changes": 1,
    "translated": 95,
    "translated_words": 321,
    "translated_percent": 81.8,
    "translated_words_percent": 61.3,
    "translated_chars": 2182,
    "translated_chars_percent": 64.5,
    "total_chars": 3382,
    "fuzzy": 5,
    "fuzzy_percent": 4.3,
    "failing": 1,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://l10n.opensuse.org/projects/software-o-o/master/es/",
    "translate_url": "https://l10n.opensuse.org/translate/software-o-o/master/es/"
}