Translation components API.

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

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

{
    "total": 1660,
    "total_words": 24743,
    "last_change": "2022-01-01T21:04:52.927737Z",
    "recent_changes": 7,
    "translated": 132,
    "translated_words": 2321,
    "translated_percent": 7.9,
    "translated_words_percent": 9.3,
    "translated_chars": 15064,
    "translated_chars_percent": 8.9,
    "total_chars": 168146,
    "fuzzy": 518,
    "fuzzy_percent": 31.2,
    "failing": 255,
    "failing_percent": 15.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/b-master/es/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/b-master/es/"
}