Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 230,
            "total_words": 1079,
            "last_change": null,
            "recent_changes": 0,
            "translated": 230,
            "translated_words": 1079,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 7240,
            "translated_chars_percent": 100.0,
            "total_chars": 7240,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 24,
            "failing_percent": 10.4,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/generic-addons-17-0/generic_condition/en/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-17-0/generic_condition/en/"
        },
        {
            "total": 230,
            "total_words": 1079,
            "last_change": null,
            "recent_changes": 0,
            "translated": 166,
            "translated_words": 727,
            "translated_percent": 72.1,
            "translated_words_percent": 67.3,
            "translated_chars": 4659,
            "translated_chars_percent": 64.3,
            "total_chars": 7240,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 27,
            "failing_percent": 11.7,
            "code": "ru",
            "name": "ru (generated)",
            "url": "http://weblate.crnd.pro/projects/generic-addons-17-0/generic_condition/ru/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-17-0/generic_condition/ru/"
        },
        {
            "total": 230,
            "total_words": 1079,
            "last_change": null,
            "recent_changes": 0,
            "translated": 164,
            "translated_words": 708,
            "translated_percent": 71.3,
            "translated_words_percent": 65.6,
            "translated_chars": 4549,
            "translated_chars_percent": 62.8,
            "total_chars": 7240,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 26,
            "failing_percent": 11.3,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/generic-addons-17-0/generic_condition/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-17-0/generic_condition/uk/"
        }
    ]
}