icon_id | Integer | A number identifying the icon. |
vector_sizes | List of vector size objects | Contains the download URLs for the icon if the icon is vector format. |
raster_sizes | List of raster size objects | Contains the download URLs and preview URLs for the icon in different sizes if the icon is raster format. |
tags | List of strings | A list of tags for the icon. |
styles | List of Style objects | Information on the styles used in the iconset that the icon belongs to. |
categories | List of Category objects | Information on the categories used in the iconset that the icon belongs to. |
is_premium | Boolean | True if icon is premium and False if it is free. |
prices | List | Contains information about the price and license details of the icon. |
is_purchased | Boolean | True if the icon has already been bought. |
published_at | Date | A timestamp indicating when the icon was made available for download. |
type | Integer | An integer indicating the icon type - 1 for vector formats and 0 for raster formats. |
iconset | An Iconset object | Contains information about the iconset. |
containers | List | List of container formats. Container formats are specialized icon formats containing possibly multiple raster sizes of an icon. Currently, the Windows specific ICO and Mac specific ICNS formats are supported. Also contains the download URLs for these formats. |
is_icon_glyph | Boolean | True if the icon is made in glyph style. |