/1/items

Arguments
Returns
Notes
Example
{
  "results": [
    [123, "Zho's Mask", 10586],
    [345, "Ravaging Superior Studded Coat", 58]
  ]
}

/1/bulk/items.json

Returns
Notes
Example
{
  "updated": 1374495001000,
  "columns": ["id", "buy", "sell", "supply", "demand"],
  "items": [
    [68, 16, 80, 950, 544],
    [69, 20, 77, 1502, 502],
    ...
  ]
}

/1/bulk/items-names.json

Returns
Example
{
  "items": [
    [68, "Country Coat"],
    [69, "Country Coat"],
    [70, "Superior Studded Coat"],
    ...
  ]
}

/1/bulk/items.csv

Returns
Example
id,name,buy,sell,supply,demand
68,"Country Coat",16,76,935,542
69,"Country Coat",20,98,1488,495
70,"Superior Studded Coat",9,50,1051,507
...