Translation components API.

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

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

{
    "total": 1441,
    "total_words": 17050,
    "last_change": "2017-11-14T12:56:07.197186Z",
    "recent_changes": 1,
    "translated": 3,
    "translated_words": 14,
    "translated_percent": 0.2,
    "translated_words_percent": 0.1,
    "translated_chars": 77,
    "translated_chars_percent": 0.1,
    "total_chars": 110142,
    "fuzzy": 745,
    "fuzzy_percent": 51.7,
    "failing": 193,
    "failing_percent": 13.3,
    "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/q-master/cs/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/q-master/cs/"
}