itemdb API Guide
  1. Misc
itemdb API Guide
  • Getting Started
  • Slugs
  • Widget
  • Widget Tabs Exemple
  • Item
    • Get latest items
      GET
    • Get an item
      GET
    • Get item's price history
      GET
    • Get item's auction history
      GET
    • Get item's restock history
      GET
    • Get item's trade history
      GET
    • Get items color palette
      GET
    • Get item's color palette
      POST
    • Get many items
      GET
    • Get many items
      POST
    • Get Item Drops Data
      GET
    • Get Dyeworks Variants
      GET
    • Get MME Paths
      GET
    • Get Item Effects
      GET
    • Get Cooking Pot Recipes
      GET
  • Search
    • Search for an item
      GET
  • Lists
    • Get List Info
      GET
    • Get List Item Info
      GET
    • Get List Item Data
      GET
  • Misc
    • Get all ways to change a Pet Color/Species
      GET
    • Get wearable preview
      GET
    • Get cached item's thumbnail
      GET
  1. Misc

Get wearable preview

GET
https://itemdb.com.br/api/v1/cache/preview/{image_id}.png
Gets a cached version of a preview image of a wearable item from Dress to Impress
If there is no cached image, one will be generated using Dress to Impress data.
Pet species and color are random.

Request

Path Params
image_id
string 
required
Item's image_id
Query Params
refresh
boolean 
optional
Forces the server to regenerate an image. A new pet-species combo can be chosen

Responses

🟢200OK
Returns a png image with the item preview.
If the Dress to Impress servers are unresponsive, an error image will be returned instead.
Headers
Error-Image
string 
optional
If present, it means it is an placeholder error image
This response does not have a body.
Modified at 2025-03-02 21:26:12
Previous
Get all ways to change a Pet Color/Species
Next
Get cached item's thumbnail
Built with