Translation components API.

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

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

{
    "total": 694,
    "total_words": 12956,
    "last_change": "2017-11-14T13:05:48.798446Z",
    "recent_changes": 2,
    "translated": 30,
    "translated_words": 463,
    "translated_percent": 4.3,
    "translated_words_percent": 3.5,
    "translated_chars": 2876,
    "translated_chars_percent": 3.3,
    "total_chars": 85142,
    "fuzzy": 160,
    "fuzzy_percent": 23.0,
    "failing": 30,
    "failing_percent": 4.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/u-master/cs/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/u-master/cs/"
}