API Reference
Get Games
GET/v1/games
Fetches a list of currently active deals. Primarily focuses on 100% off (free) games from Steam and Epic Games.
Query Parameters
storestringFilter results by storefront. Allowed values: steam, epic.
Default:
allResponse
Returns a JSON object containing an array of games.
status_codenumberHTTP equivalent status code (e.g. 200).
gamesGame[]Array of game objects.
Game Object
titlestringThe title of the game.
descriptionstringShort description of the game.
headerImagestringURL to the game's capsule image.
urlstringDirect link to the store page.
discountstringDiscount percentage (e.g. "100").
pricesobjectMap of regional prices (e.g. PLN, EUR, USD).
appIdstringUnique store identifier.
developerstringName of the developer/publisher.
tagsstring[]List of game tags/genres.
storestringPlatform (steam or epic).
promotionEndstringISO Date string of when the deal expires.
Example
json