Translation components API.

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

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

{
    "total": 1065,
    "total_words": 17320,
    "last_change": "2020-05-21T09:56:31.924685Z",
    "recent_changes": 3,
    "translated": 86,
    "translated_words": 1292,
    "translated_percent": 8.0,
    "translated_words_percent": 7.4,
    "translated_chars": 8368,
    "translated_chars_percent": 7.2,
    "total_chars": 115308,
    "fuzzy": 225,
    "fuzzy_percent": 21.1,
    "failing": 10,
    "failing_percent": 0.9,
    "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/i-master/es/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/i-master/es/"
}