Get all games by search term (See it)
/api/games?search=cyperpunk2077
Get a random 30 games (See it)
/api/games
Note: To get data about a game, send a get request using the appid returned above to the following. This endpoint is rate limited though and abusing it may get you banned:
https://store.steampowered.com/api/appdetails?appids=${appid}
Deploy to Vercel by pressing the button below