key- key to access the APIquery- raw SQL to be executed. Requires the admin keyitem_name- filter by nametier- filter by tieritem_id- filter by idinternal_id- filter by internal idenchants- filter by comma separated list of enchantsattributes- filter by comma separated list of attributes. Each attribute is formatted as ATTRIBUTE_SHARD_{NAME};{LEVEL}end- filter if end time is after this (epoch timestamp in milliseconds)bin- filter by bin (true) or regular auction (false) or any (do not provide parameter)potato_books- filter by potato books count (hot and fuming potato books are combined)stars- filter by number of starsfarming_for_dummies- filter by farming for dummies counttransmission_tuner- filter by transmission tuner countmana_disintegrator- filter by mana disintegrator countreforge- filter by reforge namerune- filter by runeskin- filter by item skinpower_scroll- filter by power scrolldrill_upgrade_module- filter by drill upgrade moduledrill_fuel_tank- filter by drill fuel tankdrill_engine- filter by drill enginedye- filter by dyeaccessory_enrichment- filter by accessory enrichmentrecombobulated- filter by recombobulator appliedwood_singularity- filter by wood singularity appliedart_of_war= filter by art of war appliedart_of_peace= filter by art of peace appliedetherwarp- filter by etherwarp appliednecron_scrolls- filter by comma separated list of necron scrollsgemstones- filter by comma separated list of gemstones. Each gemstone is formatted as SLOT_GEMSTONE (e.g. JADE_0_FINE_JADE_GEM)bids- filter auctions by the UUID of their bidderssort_by- sort by 'starting_bid' or 'highest_bid', or 'query'. Sorting by query will return a score indicating the number conditions an item matchedsort_order- sort 'ASC' or 'DESC'limit- max number of auctions returned (defaults to 1). Limit of 0 will return return all auctions. Limits not between 0 and 500 require the admin key
key- key to access the APIquery- comma separated list of pet names. Each pet name is formatted as: [LVL_#]_NAME_TIER. For tier boosted pets, append _TB
key- key to access the API
key- key to access the API
key- key to access the APItime- unix timestamp, in seconds, for how far back the average auction prices should be calculated. The most is 5 days backstep- how the auction sales should be averaged. For example, 1 would average it by minute, 60 would average it by hour, 1440 would average it by day, and so oncenter- measure of center used to determine item prices. Supported methods are 'mean', 'median', 'modified_median'percent- percent of median (above and below) to average when using 'modified_median' center
key- key to access the APItime- unix timestamp, in seconds, for how far back the average bin prices should be calculated. The most is 5 days backstep- how the bin sales should be averaged. For example, 1 would average it by minute, 60 would average it by hour, 1440 would average it by day, and so oncenter- measure of center used to determine item prices. Supported methods are 'mean', 'median', 'modified_median'percent- percent of median (above and below) to average when using 'modified_median' center
key- key to access the APItime- unix timestamp, in seconds, for how far back the average auction & bin prices should be calculated. The most is 5 days backstep- how the auction & bin sales should be averaged. For example, 1 would average it by minute, 60 would average it by hour, 1440 would average it by day, and so oncenter- measure of center used to determine item prices. Supported methods are 'mean', 'median', 'modified_median'percent- percent of median (above and below) to average when using 'modified_median' center
key- key to access the API
- Request: /query?key=KEY&bin=true&item_id=POWER_WITHER_CHESTPLATE&recombobulated=true&stars=5&sort_by=starting_bid&sort_order=ASC&limit=50
- Meaning: find the cheapest 50 bins where the item id is POWER_WITHER_CHESTPLATE, is recombobulated, and has 5 stars. Sort by ascending bin price
- Request: /query?key=KEY&bin=true&item_id=POWER_WITHER_CHESTPLATE&recombobulated=true&enchants=GROWTH;6&gemstones=COMBAT_0_FINE_JASPER_GEM&stars=5&sort_by=query&limit=50
- Meaning: find the closest matching bins where the item id is POWER_WITHER_CHESTPLATE, is recombobulated, enchanted with growth 6, have a fine jasper in the combat gemstone slot, and has 5 stars. Sort by ascending bin price and limit to 50 results. Returns a score indicating number of conditions matched
- Request: /pets?key=KEY&query=[LVL_100]_WITHER_SKELETON_LEGENDARY,[LVL_80]_BAL_EPIC,[LVL_96]_ENDER_DRAGON_EPIC_TB
- Meaning: get the average pet prices for a level 100 legendary wither skeleton, a level 80 epic bal, and a level 96 epic ender dragon (tier boosted from epic to legendary)
- Request /lowestbin?key=KEY
- Meaning: get all lowest bins
- Request /underbin?key=KEY
- Meaning: get all new bins that make at least one million in profit compared to the lowest bin of the previous API update. Experimental and still being improved
- Request /average_auction?key=KEY&time=1647830293&step=60
- Meaning: get average auction prices from the unix timestamp 1647830293 to the present. Average sales by hour
- Request /average_bin?key=KEY&time=1647830293&step=60
- Meaning: get average auction bin from the unix timestamp 1647830293 to the present. Average sales by hour
- Request /average?key=KEY&time=1647830293&step=60
- Meaning: get the combined average auctions and average bins from the unix timestamp 1647830293 to the present. Average sales by hour
- Request /query_items?key=KEY
- Meaning: get a list of all current unique auction names