Translation components API.

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

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

{
    "total": 480,
    "total_words": 10805,
    "last_change": "2017-11-14T13:06:54.286588Z",
    "recent_changes": 2,
    "translated": 35,
    "translated_words": 643,
    "translated_percent": 7.2,
    "translated_words_percent": 5.9,
    "translated_chars": 4061,
    "translated_chars_percent": 5.6,
    "total_chars": 71561,
    "fuzzy": 114,
    "fuzzy_percent": 23.7,
    "failing": 29,
    "failing_percent": 6.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/w-master/cs/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/w-master/cs/"
}