Welcome to the CS2 Inspect API service. This API provides real-time inspection data for CS2 items including float values, pattern indexes, and sticker information.
Inspect a CS2 item using various input methods.
link - Steam inspect links - param S from inspect linka - param A from inspect linkd - param D from inspect linkm - param M from inspect linkrefresh - (optional) Set to true to refresh sticker data (if enabled)GET /inspect?url=steam://rungame/730/76561202255233023/+csgo_econ_action_preview%20S76561198023809011A40368145941D14586214085613790969
GET /inspect?s=76561198023809011&a=40368145941&d=14586214085613790969
{
"iteminfo": {
"defindex": 16,
"paintindex": 309,
"rarity": 7,
"quality": 4,
"origin": 8,
"floatvalue": 0.1572919487953186,
"paintseed": 826,
"wear_name": "Field-Tested",
"market_hash_name": "M4A4 | Howl (Field-Tested)"
}
}Process multiple CS2 items in a single request for bulk inspection.
{
"items": [
{
"s": "76561198023809011",
"a": "40368145941",
"d": "14586214085613790969",
"m": "0",
"refresh": false
}
],
"waitForAll": false,
"lowPriority": false,
"password": "optional-password"
}items - Array of items to inspect (max 50)waitForAll - (optional) If true, wait for all inspections to complete before respondinglowPriority - (optional) Process items with low prioritypassword - (optional) Password if required