Skip to main content

Icon Object

Contains icon data.

filenamestring

Icon filename including extension.

Example: icon.png
originalstring

URL to the full-sized icon.

Example: https://assets.modcdn.io/images/placeholder/icon.png
thumb_64x64string

URL to the small icon thumbnail.

Example: https://assets.modcdn.io/images/placeholder/icon.png
thumb_128x128string

URL to the medium icon thumbnail.

Example: https://assets.modcdn.io/images/placeholder/icon.png
thumb_256x256string

URL to the large icon thumbnail.

Example: https://assets.modcdn.io/images/placeholder/icon.png
Icon Object
{
"filename": "icon.png",
"original": "https://assets.modcdn.io/images/placeholder/icon.png",
"thumb_64x64": "https://assets.modcdn.io/images/placeholder/icon.png",
"thumb_128x128": "https://assets.modcdn.io/images/placeholder/icon.png",
"thumb_256x256": "https://assets.modcdn.io/images/placeholder/icon.png"
}