GET
/
v1
/
assets
curl --request GET \
  --url https://thumbnails.roblox.com/v1/assets
[
  {
    "targetId": 123,
    "state": "<string>",
    "imageUrl": "<string>"
  }
]
This API is third-party and may be subject to different rules.

Query Parameters

assetIds
integer[]
required

The IDs of the thumbnails.

size
enum<string>
required

The size of the thumbnail.

Available options:
30x30,
42x42,
50x50,
60x62,
75x75,
110x110,
140x140,
150x150,
160x100,
160x600,
250x250,
256x144,
300x250,
304x166,
384x216,
396x216,
420x420,
480x270,
512x512,
576x324,
700x700,
728x90,
768x432,
1200x80
format
enum<string>
required

The format of the thumbnail.

Available options:
Png,
Jpeg,
Webp

Response

200
application/json
Asset thumbnail response
targetId
integer
state
string
imageUrl
string