PUBG items price API


GetItemsList V2

Get full list of sellable PUBG items, their properties and prices.


  • Sorted in alphabetical order
  • List is refreshing every 8 hours.
GET http://pubg.csgobackpack.net/api/GetItemsList/v2/
Name Required Description
key
details Shows a list of items with details such as icon, standard deviation, lowest price, highest price, date of first sale.
currency Convert to another currency. Use ISO 4217 code
no_prices Don't show items prices
no_details Don't show items properties
prettyprint Makes json easier to read

URL:

http://pubg.csgobackpack.net/api/GetItemsList/v2/

Response example (part):

{"success":true,"currency":"USD","timestamp":1524151244,"items_list":{"Aviator Goggles":{"name":"Aviator Goggles","marketable":1,"tradable":1,"classid":"2662539705","icon_url":"1MrIl4MIJ_pNBhReTwBpxJ8G4GM4OekG2V3huqL5LCqk1i0eEBQwwm_zt8cl-xrtvDXIxynVGhd-5BiafXaCNlpqEsCh9FmnAVt8MQQ","icon_url_large":"1MrIl4MIJ_pNBhReTwBpxJ8G4GM4OekG2V3huqL5LCqk1i0eEBQwwm_zt8cl-xrtvDXIxynVGhd-5BiafXaCNlpqEsCh9FmnAVt8MQQ","price":{"24_hours":{"average":17.12,"median":17.2,"sold":"123","standard_deviation":"4.99","lowest_price":14.24,"highest_price":18.28},"7_days":{"average":17.95,"median":17.94,"sold":"731","standard_deviation":"6.21","lowest_price":14.1,"highest_price":20.08},"30_days":{"average":18.76,"median":18.63,"sold":"2995","standard_deviation":"8.65","lowest_price":9.34,"highest_price":22.47},"all_time":{"average":29.27,"median":18.92,"sold":"8814","standard_deviation":"24.24","lowest_price":9.34,"highest_price":102.18},"opskins_average":15.35},"first_sale_date":"1515711600"}

GetItemPrice

Get average price and amount of sold items.


GET http://pubg.csgobackpack.net/api/GetItemPrice/
Name Required Description
id Name of item. Example: 'School Jacket'
time default = 7 Get average and median from past X days
extend The 'time' parameter will be extended up to 180 days if the item has not been sold at least once within a specified time period.
full Get full sales history
currency default = USD Convert to another currency. Use ISO 4217 code
icon Show url of thumbnail
key Max requests per hour without key: 100

Example URL:

https://pubg.csgobackpack.net/api/GetItemPrice/?id=GAMESCOM%20INVITATIONAL%20CRATE&time=7&icon=1

Response example:

{"success":true,"average_price":"2.3","median_price":"2.54","amount_sold":"67201","standard_deviation":"11.76","lowest_price":"1.92","highest_price":"2.79","first_sale_date":"1501797600","time":"7","icon":"http:\/\/cdn.steamcommunity.com\/economy\/image\/1MrIl4MIJ_pNBhReTwBpxJ8G4GM4OekG2V3huqL5LCqk1i0eEBQwwm_zt8cl-xrtvDXIxynVGhd-5Biaf3OCPlpqEsKh9FmnH2Nm_eM\/","currency":"USD"}

You need full access? Add me on Steam.