Translation components API.

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

GET /api/translations/packages-i18n/y-master/ru/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 205,
    "total_words": 3576,
    "last_change": "2021-08-05T09:42:54.433294Z",
    "recent_changes": 1,
    "translated": 110,
    "translated_words": 880,
    "translated_percent": 53.6,
    "translated_words_percent": 24.6,
    "translated_chars": 5514,
    "translated_chars_percent": 22.6,
    "total_chars": 24342,
    "fuzzy": 17,
    "fuzzy_percent": 8.2,
    "failing": 8,
    "failing_percent": 3.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/y-master/ru/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/y-master/ru/"
}