SteamAnalyst.com
Skinsmonkey
TradeIt

Web API Endpoint Reference

Our Web API endpoints give external applications access to our database.


Web API Base URL: https://api.steamanalyst.com

Endpoints

Get data for all items

GET https://api.steamanalyst.com/v2/{API_KEY}


Request Parameters

Parameter
Value
{API_KEY}
Your personal API key

Example

curl -X GET "https://api.steamanalyst.com/v2/{API_KEY}"

Response Format

On success, the HTTP status code in the response header is 200 OK and the response body contains an item object in JSON format. On error, the header status code is an error code.


CS:GO Items under $400
{
  "market_name": "AK-47 | Fire Serpent (Field-Tested)",
  "avg_price_7_days": "193.25",
  "avg_price_7_days_raw": 193.24617,
  "avg_price_30_days": "202.42",
  "avg_price_30_days_raw": 202.41661,
  "link": "http://csgo.steamanalyst.com/id/1032/",
  "current_price": "208.55",
  "current_price_last_checked": "2017-05-30 10:40:06",
  "sold_last_24h": "8",
  "sold_last_7d": "81",
  "avg_daily_volume": "12",
  "img": "https://steamcommunity-a.akamaihd.net/economy/image/-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgpot7HxfDhjxszOeC9H_9mkhIWFg8j1OO-GqWlD6dN-teTE8YXghWu4qgE7NnfzdtCTIQM-ZFnWqFLqyb270ZHt6MyanHMxvHYitHzVzBHk1RtOarc8m7XAHlYw1xU4",
  "rarity": "Covert Rifle",
  "ongoing_price_manipulation": "0"
}
Rare Items (over $400)
{
  "market_name": "★ Karambit | Fade (Factory New)",
  "suggested_amount_avg": "583.75",
  "suggested_amount_avg_raw": 583.75,
  "suggested_amount_min": "567.50",
  "suggested_amount_min_raw": 567.5,
  "suggested_amount_max": "600.00",
  "suggested_amount_max_raw": 600,
  "link": "http://csgo.steamanalyst.com/id/17462/",
  "current_price": "553.53",
  "current_price_last_checked": "2017-05-30 10:09:09",
  "sold_last_24h": "1",
  "sold_last_7d": "20",
  "avg_daily_volume": "3",
  "img": "https://steamcommunity-a.akamaihd.net/economy/image/fWFc82js0fmoRAP-qOIPu5THSWqfSmTELLqcUywGkijVjZYMUrsm1j-9xgEObwgfEh_nvjlWhNzZCveCDfIBj98xqodQ2CZknz5wOuqzNQhscxbDDKJXSMo79TfqCCM318tqU9-iyLcHO1u6qtHPMrYkMIxLGsOBDqWEMFqu7x5sgvRZKsHY9iLu2HvvbmpbCRbrqGwa2LjQGA46XOw",
  "rarity": "★ Covert Knife",
  "ongoing_price_manipulation": "0"
}
Doppler and Gamma Doppler Knives (if applicable)
{
  "market_name": "★ StatTrak™ Gut Knife | Gamma Doppler (Factory New)",
  "suggested_amount_avg": "468.75",
  "suggested_amount_avg_raw": 468.75,
  "suggested_amount_min": "187.50",
  "suggested_amount_min_raw": 187.5,
  "suggested_amount_max": "750.00",
  "suggested_amount_max_raw": 750,
  "phases": {
    "Emerald": {
      "min": 581.25,
      "max": 643.75,
      "avg": 612.5
    },
    "Phase 1": {
      "min": 190.47619047619,
      "max": 210,
      "avg": 200.2380952381
    },
    "Phase 2": {
      "min": 190.47619047619,
      "max": 210,
      "avg": 200.2380952381
    },
    "Phase 3": {
      "min": 205.98095238095,
      "max": 227.094,
      "avg": 216.53747619048
    }
  },
  "link": "http://csgo.steamanalyst.com/id/289999534/",
  "current_price": "267.91",
  "current_price_last_checked": "2017-05-30 10:28:37",
  "sold_last_24h": 0,
  "sold_last_7d": "5",
  "avg_daily_volume": "1",
  "img": "https://steamcommunity-a.akamaihd.net/economy/image/-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZ...",
  "rarity": "★ StatTrak™ Covert Knife",
  "ongoing_price_manipulation": "0"
},
{
  "market_name": "★ Bayonet | Doppler (Factory New)",
  "suggested_amount_avg": "952.50",
  "suggested_amount_avg_raw": 952.5,
  "suggested_amount_min": "217.50",
  "suggested_amount_min_raw": 217.5,
  "suggested_amount_max": "1,687.50",
  "suggested_amount_max_raw": 1687.5,
  "phases": {
    "Black Pearl": {
      "min": 694.45,
      "max": 937.5,
      "avg": 815.975
    },
    "Phase 1": {
      "min": 221.7,
      "max": 228.5,
      "avg": 225.1
    },
    "Phase 2": {
      "min": 234.44,
      "max": 252.93,
      "avg": 243.685
    },
    "Phase 3": {
      "min": 221.4,
      "max": 223.46,
      "avg": 222.43
    },
    "Phase 4": {
      "min": 224.45,
      "max": 244.24,
      "avg": 234.345
    },
    "Ruby": {
      "min": 1065.28,
      "max": 1150,
      "avg": 1107.64
    },
    "Sapphire": {
      "min": 1268.75,
      "max": 1555.63,
      "avg": 1412.19
    }
  },
  "link": "http://csgo.steamanalyst.com/id/60491877/",
  "current_price": "229.42",
  "current_price_last_checked": "2017-05-30 10:25:12",
  "sold_last_24h": "27",
  "sold_last_7d": "190",
  "avg_daily_volume": "27",
  "img": "https://steamcommunity-a.akamaihd.net/economy/image/-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwK...",
  "rarity": "★ Covert Knife",
  "ongoing_price_manipulation": "0"
}
Price Manipulation
{
	market_name: "XM1014 | Jungle (Well-Worn)",
	safe_price: "0.58",
	safe_price_raw: 0.58323,
	link: "https://csgo.steamanalyst.com/id/249/",
	current_price: "5.18",
	current_price_last_checked: "2016-08-30 05:16:16",
	sold_last_24h: 3,
	sold_last_7d: 56,
	avg_daily_volume: 8,
	img: "https://steamcommunity-a.akamaihd.net/economy/image/-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZL...",
	ongoing_price_manipulation: "1"
}

Key Value Description
market_name Market Hash Name of Item
avg_price_7_days Average price for the last 7 days (as show on SteamAnalyst.com). Use this value for your CS:GO Project.
avg_price_7_days_raw Same as "avg_price_7_days" without formatting.
avg_price_30_days Average price for the last 30 days (as show on SteamAnalyst.com).
avg_price_30_days_raw Same as "avg_price_30_days" without formatting.
safe_price Returns a safe price to use if there is an ongoing price manipulation.
safe_price_raw Same as "safe_price" without formatting.
avg7_1yr Average price for 7 days exactly 1 year ago. Can be used to come up with your own solution against price manipulation.
avg30_1yr Average price for 30 days exactly 1 year ago. Can be used to come up with your own solution against price manipulation.
avg60_1yr Average price for 60 days exactly 1 year ago. Can be used to come up with your own solution against price manipulation.
suggested_amount_avg Average Price of Rare item as suggested by our community and other various sources. Use at your own risk for items such as fade, doppler, gamma doppler, etc... as they vary greatly.
suggested_amount_min Minimum Price of Rare item as suggested by our community and other various sources. This usually represents low tier patterns, fades, phases. This should be used for most projects.
suggested_amount_max Maximum Price of Rare item as suggested by our community and other various sources. This usually represents high tier patterns, fades, phases.
phases Only available for Doppler and Gamma Doppler knives. This value can be null or 0 for some items.
link Link to item's page on SteamAnalyst.com
current_price Current lowest price of item on Steam Market. Do not use this value for your CS:GO project. Use "avg_price_7_days" instead.
current_price_last_checked Date when Steam Market price was last checked
sold_last_24h Units sold on Steam Market last 24 hours (if available)
sold_last_7d Units sold on Steam Market last 7 days (if available)
avg_daily_volume Average daily volume sold on Steam Market for the last 7 days
img Image URL of item on Steam Community
rarity Rarity of an item
ongoing_price_manipulation Indicates if we have detected a price manipulation on Steam Market. Returns 0 or 1. If set to 1, "avg_price_7_days" will no longer be returned. "safe_price" should be used in your CS:GO project.
suspicious This item has an unusually high price for its wear. Consider assigning a price manually.