Overview
GET /api/1.0/deals
Summary: List of Deals
Get a paged list of deals matching any number of criteria, all the following filtering parameters are optional.
OpenAPI snippet URL
GET /api/1.0/games
Summary: List of Games
Get a list of games that contain a given title or match a steamAppID. Response includes the cheapest current deal for each game.
📌 Note: At least one search criteria must be set to receive a response.
OpenAPI snippet URL
GET /api/1.0/stores
Summary: Stores Info
Returns a full list of store IDs, names, and a flag specifying if store is active.
Response also includes an collection of banner / logo / icon image URLs for each store.
📌 Note: These URLs are relative, and should be appended to the CheapShark domain, for example -
https://www.cheapshark.com{path-to-image}
OpenAPI snippet URL
GET /api/1.0/alerts
Summary: Edit Alert
Set or deletes a price alert.
When setting, returns true for valid email / gameID / price, otherwise false.
When deleting, returns true for valid email / gameID, otherwise false.
OpenAPI snippet URL