Logo Object
Contains logo data.
filenamestring
Logo filename including extension.
Example:
card.png
originalstring
URL to the full-sized logo.
Example:
https://assets.modcdn.io/images/placeholder/card.png
thumb_320x180string
URL to the small logo thumbnail.
Example:
https://assets.modcdn.io/images/placeholder/card.png
thumb_640x360string
URL to the medium logo thumbnail.
Example:
https://assets.modcdn.io/images/placeholder/card.png
thumb_1280x720string
URL to the large logo thumbnail.
Example:
https://assets.modcdn.io/images/placeholder/card.png
Logo Object
{
"filename": "card.png",
"original": "https://assets.modcdn.io/images/placeholder/card.png",
"thumb_320x180": "https://assets.modcdn.io/images/placeholder/card.png",
"thumb_640x360": "https://assets.modcdn.io/images/placeholder/card.png",
"thumb_1280x720": "https://assets.modcdn.io/images/placeholder/card.png"
}