Translation components API.

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

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

{
    "total": 1364,
    "total_words": 24210,
    "last_change": "2020-05-01T11:40:02.479925Z",
    "recent_changes": 56,
    "translated": 559,
    "translated_words": 5700,
    "translated_percent": 40.9,
    "translated_words_percent": 23.5,
    "translated_chars": 37874,
    "translated_chars_percent": 23.8,
    "total_chars": 159083,
    "fuzzy": 299,
    "fuzzy_percent": 21.9,
    "failing": 131,
    "failing_percent": 9.6,
    "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/d-master/ru/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/d-master/ru/"
}