Translation components API.

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

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

{
    "total": 1065,
    "total_words": 17320,
    "last_change": "2020-07-01T09:05:45.209324Z",
    "recent_changes": 22,
    "translated": 116,
    "translated_words": 1871,
    "translated_percent": 10.8,
    "translated_words_percent": 10.8,
    "translated_chars": 12303,
    "translated_chars_percent": 10.6,
    "total_chars": 115308,
    "fuzzy": 212,
    "fuzzy_percent": 19.9,
    "failing": 11,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/i-master/cs/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/i-master/cs/"
}