Translation components API.

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

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

{
    "total": 1204,
    "total_words": 23337,
    "last_change": "2018-04-30T13:56:15.665085Z",
    "recent_changes": 9,
    "translated": 739,
    "translated_words": 11561,
    "translated_percent": 61.3,
    "translated_words_percent": 49.5,
    "translated_chars": 73338,
    "translated_chars_percent": 49.1,
    "total_chars": 149175,
    "fuzzy": 129,
    "fuzzy_percent": 10.7,
    "failing": 42,
    "failing_percent": 3.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://l10n.opensuse.org/projects/packages-i18n/x-master/it/",
    "translate_url": "https://l10n.opensuse.org/translate/packages-i18n/x-master/it/"
}