Translation components API.

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

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

{
    "total": 480,
    "total_words": 10805,
    "last_change": "2021-08-01T10:13:52.135366Z",
    "recent_changes": 3,
    "translated": 233,
    "translated_words": 1626,
    "translated_percent": 48.5,
    "translated_words_percent": 15.0,
    "translated_chars": 10890,
    "translated_chars_percent": 15.2,
    "total_chars": 71561,
    "fuzzy": 46,
    "fuzzy_percent": 9.5,
    "failing": 17,
    "failing_percent": 3.5,
    "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/w-master/ru/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/w-master/ru/"
}