Translation components API.

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

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

{
    "total": 1441,
    "total_words": 17050,
    "last_change": "2021-09-21T16:37:59.069453Z",
    "recent_changes": 31,
    "translated": 504,
    "translated_words": 3141,
    "translated_percent": 34.9,
    "translated_words_percent": 18.4,
    "translated_chars": 19386,
    "translated_chars_percent": 17.6,
    "total_chars": 110142,
    "fuzzy": 538,
    "fuzzy_percent": 37.3,
    "failing": 189,
    "failing_percent": 13.1,
    "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/q-master/ru/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/q-master/ru/"
}