I am fetching this api through JavaScript/Node.js: https://api.steamapis.com/market/items/730?api_key=****
The documentation for the API says that if I use the query parameter ?format=compact I should recieve a more compact json with less information that I don't need in return.
How would I go about adding this to my API call as I have been randomly pasting it into the link to no avail.