Skip to content

Asset Downloader


Returns a Roblox asset and a lot of information about itself and the creator

GET /api/roblox/asset-downloader
Terminal window
https://api.cookie-api.com/api/roblox/asset-downloader


URL Parameters
assetRoblox asset ID

curl --location 'https://www.cookie-api.com/api/roblox/asset-downloader?asset=3670737444' \
--header 'Authorization: API_Key'

Responses
{
"asset_id": 3670737444,
"asset_type": 11,
"creator": "Roblox",
"creator_info": {
"created": "2006-02-27T21:06:40.3Z",
"description": "Welcome to the Roblox profile! This is where you can check out the newest items in the catalog, and get a jumpstart on exploring and building on our Imagination Platform. If you want news on updates to the Roblox platform, or great new experiences to play with friends, check out blog.roblox.com. Please note, this is an automated account. If you need to reach Roblox for any customer service needs find help at www.roblox.com/help",
"displayName": "Roblox",
"externalAppDisplayName": null,
"hasVerifiedBadge": true,
"id": 1,
"isBanned": false,
"name": "Roblox"
},
"description": "",
"item_type": "Asset",
"name": "Roblox Shirt - Simple Pattern",
"price": 0,
"purchaseable": true,
"success": true,
"url": "https://images.cookie-api.com/roblox-assets/d53b09d7-e35d-4249-bd3d-c42b193fbc4a.png"
}