Translation components API.

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

GET /api/components/generic-addons-17-0/generic_tag/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 94,
            "total_words": 382,
            "last_change": null,
            "recent_changes": 0,
            "translated": 94,
            "translated_words": 382,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2150,
            "translated_chars_percent": 100.0,
            "total_chars": 2150,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 21,
            "failing_percent": 22.3,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/generic-addons-17-0/generic_tag/en/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-17-0/generic_tag/en/"
        },
        {
            "total": 94,
            "total_words": 382,
            "last_change": null,
            "recent_changes": 0,
            "translated": 68,
            "translated_words": 296,
            "translated_percent": 72.3,
            "translated_words_percent": 77.4,
            "translated_chars": 1661,
            "translated_chars_percent": 77.2,
            "total_chars": 2150,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 19,
            "failing_percent": 20.2,
            "code": "ru",
            "name": "ru (generated)",
            "url": "http://weblate.crnd.pro/projects/generic-addons-17-0/generic_tag/ru/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-17-0/generic_tag/ru/"
        },
        {
            "total": 94,
            "total_words": 382,
            "last_change": null,
            "recent_changes": 0,
            "translated": 68,
            "translated_words": 302,
            "translated_percent": 72.3,
            "translated_words_percent": 79.0,
            "translated_chars": 1688,
            "translated_chars_percent": 78.5,
            "total_chars": 2150,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 19,
            "failing_percent": 20.2,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/generic-addons-17-0/generic_tag/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-17-0/generic_tag/uk/"
        }
    ]
}