Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 137,
            "total_words": 452,
            "last_change": null,
            "recent_changes": 0,
            "translated": 137,
            "translated_words": 452,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2972,
            "translated_chars_percent": 100.0,
            "total_chars": 2972,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 27,
            "failing_percent": 19.7,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/generic-addons-17-0/generic_resource/en/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-17-0/generic_resource/en/"
        },
        {
            "total": 137,
            "total_words": 452,
            "last_change": null,
            "recent_changes": 0,
            "translated": 96,
            "translated_words": 298,
            "translated_percent": 70.0,
            "translated_words_percent": 65.9,
            "translated_chars": 1928,
            "translated_chars_percent": 64.8,
            "total_chars": 2972,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 30,
            "failing_percent": 21.8,
            "code": "ru",
            "name": "ru (generated)",
            "url": "http://weblate.crnd.pro/projects/generic-addons-17-0/generic_resource/ru/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-17-0/generic_resource/ru/"
        },
        {
            "total": 137,
            "total_words": 452,
            "last_change": null,
            "recent_changes": 0,
            "translated": 99,
            "translated_words": 310,
            "translated_percent": 72.2,
            "translated_words_percent": 68.5,
            "translated_chars": 2017,
            "translated_chars_percent": 67.8,
            "total_chars": 2972,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 29,
            "failing_percent": 21.1,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/generic-addons-17-0/generic_resource/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-17-0/generic_resource/uk/"
        }
    ]
}