{"Message": "This is the directory for the Path of Exile item stash. This will show you the ways in which you can access the items that you want as well as the way you can use the URL's.", "Paths": {"Item": {"MethodGet": {"Description": "This will use URL query string paramaters, to retrive an item from the main table you will need to have: 'ilvl' and 'item'", "Link": "https://8bhualkjzk.execute-api.us-east-1.amazonaws.com/v5/item"}, "MethodPut": {"Description": "This will use URL query string paramaters, to put an item from the main table you will need to have: 'ilvl' and 'item'", "Link": "https://8bhualkjzk.execute-api.us-east-1.amazonaws.com/v5/item"}, "MethodDelete": {"Description": "This will use URL query string paramaters, to delete an item from the main table you will need to have: 'ilvl' and 'item'", "Link": "https://8bhualkjzk.execute-api.us-east-1.amazonaws.com/v5/item"}}, "Item/Top": {"MethodGet": {"Description": "This will use query string paramaters to retrieve the top quantity from the PoE Stash by ilvl.", "Link": "https://8bhualkjzk.execute-api.us-east-1.amazonaws.com/v5/item/top"}}, "Item/Top/{quantity}": {"MethodGet": {"Description": "This will use URL resources to retrieve the Top {quantity} items from the table", "Link": "https://8bhualkjzk.execute-api.us-east-1.amazonaws.com/v5/item/top/{quantity}"}}, "Item/{item}/{ilvl}": {"MethodGet": {"Description": "This will use URL resources to retrieve an item, {item} and {ilvl} from the table", "Link": "https://8bhualkjzk.execute-api.us-east-1.amazonaws.com/v5/item/{item}/{ilvl}"}, "MethodDelete": {"Description": "This will use URL resources to delete an item, {item} and {ilvl} from the table", "Link": "https://8bhualkjzk.execute-api.us-east-1.amazonaws.com/v5/item/{item}/{ilvl}"}, "MethodPut": {"Description": "This will use URL resources to put an item, {item} and {ilvl} from the table", "Link": "https://8bhualkjzk.execute-api.us-east-1.amazonaws.com/v5/item/{item}/{ilvl}"}}}}