Documentation
Base URL
https://api.cs2cap.com/v1Items
GET
/itemsList and search items
querywearraritytypemin_pricemax_pricelimitoffset
GET
/items/:idGet item details
GET
/items/:id/pricesGet current prices from all providers
GET
/items/:id/historyGet historical price data
periodinterval
GET
/items/:id/salesGet recent sales
limitoffset
Market
GET
/market/statsGet overall market statistics
GET
/market/trendingGet trending items
limit
GET
/market/moversGet top price movers
directionlimit
Providers
GET
/providersList all supported providers
GET
/providers/:idGet provider details
Example: Get Item Details
Request
GET /items/ak47-redline-ft
Response
{
"data": {
"id": "ak47-redline-ft",
"name": "AK-47 | Redline",
"wear": "Field-Tested",
"rarity": "Classified",
"type": "Rifle",
"collection": "Phoenix Collection",
"float_range": [0.15, 0.38],
"prices": {
"lowest_ask": 14.52,
"highest_bid": 13.80,
"last_sale": 14.25
},
"volume_24h": 1247,
"change_24h": 2.3
}
}