Translation components API.

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

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

{
    "total": 73,
    "total_words": 496,
    "last_change": "2023-01-28T13:36:42.652936Z",
    "recent_changes": 39,
    "translated": 40,
    "translated_words": 118,
    "translated_percent": 54.7,
    "translated_words_percent": 23.7,
    "translated_chars": 808,
    "translated_chars_percent": 25.4,
    "total_chars": 3174,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ka",
    "name": "Georgian",
    "url": "https://l10n.opensuse.org/projects/yast-rear/master/ka/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-rear/master/ka/"
}