Translation components API.

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

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

{
    "total": 1498,
    "total_words": 25291,
    "last_change": "2020-05-26T17:47:40.926146Z",
    "recent_changes": 66,
    "translated": 637,
    "translated_words": 4672,
    "translated_percent": 42.5,
    "translated_words_percent": 18.4,
    "translated_chars": 31536,
    "translated_chars_percent": 18.6,
    "total_chars": 169503,
    "fuzzy": 255,
    "fuzzy_percent": 17.0,
    "failing": 84,
    "failing_percent": 5.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/f-master/ru/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/f-master/ru/"
}