KevinBatdorf / steam-api

A simple Next.js API to search Steam games and get game data
https://steam-search.vercel.app
8 stars 1 forks source link

Steam API Search

Search game appids

Get all games by search term (See it)

/api/games?search=cyperpunk2077

Get a random 30 games (See it)

/api/games

Game data

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}

Vercel

Deploy to Vercel by pressing the button below

Deploy with Vercel