avl_item_image

To get the image of a unit, use the following request:

Copied!
http://<host>/avl_item_image/<item_id>/<max_border>/<any.png>

Parameters

The required parameters are marked with an asterisk (*).

Name Description
item_id* Unit ID.
max_border Maximum image size (from 16 to 256 pixels, recommended: 32).
any Any value. Specified if it is necessary to download the image instead of using the cached value.

Response

Returns an image in the PNG format.

If you find a mistake in the text, please select it and press Ctrl+Enter.