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 cached item's thumbnail

GET
https://itemdb.com.br/api/v1/cache/items/{image_id}.gif
Gets the cached item image. Userful when neo's servers are weird

Request

Path Params
image_id
string 
required
Item's image_id
Query Params
refresh
boolean 
optional
Forces the cache to refresh

Responses

🟢200OK
Returns the gif image
This response does not have a body.
Modified at 2025-03-02 21:26:13
Previous
Get wearable preview
Built with