Skip to main content

Image Object

Contains images data.

filenamestring

Image filename including extension.

Example: card.png
originalstring

URL to the full-sized image.

Example: https://assets.modcdn.io/images/placeholder/card.png
thumb_320x180string

URL to the image thumbnail.

Example: https://assets.modcdn.io/images/placeholder/card.png
thumb_1280x720string

URL to the image thumbnail.

Example: https://assets.modcdn.io/images/placeholder/card.png
Image Object
{
"filename": "card.png",
"original": "https://assets.modcdn.io/images/placeholder/card.png",
"thumb_320x180": "https://assets.modcdn.io/images/placeholder/card.png",
"thumb_1280x720": "https://assets.modcdn.io/images/placeholder/card.png"
}