Translation components API.

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

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

{
    "total": 1204,
    "total_words": 23337,
    "last_change": "2018-01-15T17:21:07.850942Z",
    "recent_changes": 1,
    "translated": 104,
    "translated_words": 2081,
    "translated_percent": 8.6,
    "translated_words_percent": 8.9,
    "translated_chars": 12634,
    "translated_chars_percent": 8.4,
    "total_chars": 149175,
    "fuzzy": 347,
    "fuzzy_percent": 28.8,
    "failing": 99,
    "failing_percent": 8.2,
    "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/x-master/cs/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/x-master/cs/"
}