My Imp project is to create a custom MTG-focused website using tools such as VScode to add whatever I want to add to my website. I have implemented a button to get 60 random cards from Scryfall’s API. Scryfall is a website that allows you to search all magic cards as well as having a database of all magic cards. The database has prices, legalities, etc. Each card has JSON data. JSON data tells the object what it is. Raw JSON data will have different labels such as “price” then it would show the price of that card. If you want to get the price you would tell the JSON data to give you the value of “price”. You could then tell a text box to display “price.” It would then look up the value of price and display it.