v1

latestOpenAPI 3.1.02026-07-26290137.0 KB

Get Listed Items

Get a list of all items listed on the withdrawals page

get/trading/items

Query parameters

per_pageinteger required

Number of items to fetch per page. Min is 1 and max is 200 for guests and 2500 for authenticated users.

pageinteger required

Page number to fetch.

auctionstring

Auction only items, yes or no.

sortstring

Sort in ascending or descending order.

searchstring

Item market name to search. 2 characters minimum.

orderstring

Use this to choose the sorting order. Supported fields: market_value

price_mininteger

Minimum item price.

price_maxinteger

Max item price.

price_max_aboveinteger

Maximum item percentage to show.

delivery_time_long_mininteger

Minimum delivery time average for the last 100 items.

delivery_time_long_maxinteger

Maximum delivery time average for the last 100 items.

wear_minstring

Number (0-1). Minimum float wear value.

wear_maxstring

Number (0-1). Maximum float wear value.

has_stickersstring

Yes/no. Filters for items that have stickers.

is_commoditystring

Yes/no. Filters for items that are commodities. Cannot have wear/sticker based filters enabled at the same time.

Response

200

current_pageinteger
first_page_urlstring
frominteger
last_pageinteger
last_page_urlstring
next_page_urlstring
pathstring
per_pageinteger
{"stackTrail":"paths:/trading/items:get:responses:200:content:application/json:schema:properties:prev_page_url","oasType":"schema","type":"unknown"}
successboolean
tointeger
totalinteger

Example response

{
  "current_page": 1,
  "data": [
    {
      "above_recommended_price": -6,
      "auction_ends_at": 1738082771,
      "depositor_stats": {
        "user_online_status": 1
      },
      "icon_url": "-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXI5BVcJos7pwgSW0nRV-uj6J6cWF5LMhRZibekKFYw7OfBfTgMtdq1kYKIxaGjN-PTxWkF7ZB13L6Z9t-tjgPh8hc6MW36J9TGIwI5ZEaQpAYS66Di9g",
      "id": 288772289,
      "market_name": "Charm | Backsplash",
      "market_value": 26,
      "name_color": "D2D2D2",
      "published_at": "2025-01-28T16:43:11.842618Z",
      "purchase_price": 26,
      "suggested_price": 28
    }
  ],
  "first_page_url": "http://csgoempire.com/api/trading/items?per_page=2&page=1",
  "from": 1,
  "last_page": 11164,
  "last_page_url": "http://csgoempire.com/api/trading/items?per_page=2&page=11164",
  "links": [
    {
      "label": "« Previous"
    }
  ],
  "next_page_url": "http://csgoempire.com/api/trading/items?per_page=2&page=2",
  "path": "http://csgoempire.com/api/trading/items",
  "per_page": 2,
  "success": true,
  "to": 2,
  "total": 22328
}