Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 114,
            "total_words": 313,
            "last_change": null,
            "recent_changes": 0,
            "translated": 114,
            "translated_words": 313,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 2142,
            "translated_chars_percent": 100.0,
            "total_chars": 2142,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 29,
            "failing_percent": 25.4,
            "code": "en",
            "name": "English",
            "url": "http://weblate.crnd.pro/projects/generic-addons-17-0/generic_location/en/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-17-0/generic_location/en/"
        },
        {
            "total": 114,
            "total_words": 313,
            "last_change": null,
            "recent_changes": 0,
            "translated": 27,
            "translated_words": 66,
            "translated_percent": 23.6,
            "translated_words_percent": 21.0,
            "translated_chars": 440,
            "translated_chars_percent": 20.5,
            "total_chars": 2142,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 28,
            "failing_percent": 24.5,
            "code": "ru",
            "name": "ru (generated)",
            "url": "http://weblate.crnd.pro/projects/generic-addons-17-0/generic_location/ru/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-17-0/generic_location/ru/"
        },
        {
            "total": 114,
            "total_words": 313,
            "last_change": null,
            "recent_changes": 0,
            "translated": 30,
            "translated_words": 84,
            "translated_percent": 26.3,
            "translated_words_percent": 26.8,
            "translated_chars": 562,
            "translated_chars_percent": 26.2,
            "total_chars": 2142,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 26,
            "failing_percent": 22.8,
            "code": "uk",
            "name": "Ukrainian",
            "url": "http://weblate.crnd.pro/projects/generic-addons-17-0/generic_location/uk/",
            "translate_url": "http://weblate.crnd.pro/translate/generic-addons-17-0/generic_location/uk/"
        }
    ]
}