/isthereanydeal/games/history

POST /api/isthereanydeal/games/history

Price: 20 credits

Get the full price history of an IsThereAnyDeal game (by slug, internal id, or URL): a time-ordered log of every store price change, the stores selling it now and the stores that ever listed it, per-store and aggregate price time-series (best price, regular-price band, max discount, running historical low), and sale analytics (how often, how deep and how long the game goes on sale, and the seasonal likelihood of a discount).

How to use it

Get the price history of a game on IsThereAnyDeal. Identify the game by slug, internal game id (UUID), or URL; set country and currency for the regional series. Returns max_price and history_low, a log of price changes (each with id, shop, date in unix seconds, next_change_at and previous_change_at linking to the neighbouring change in the same store, price, price_old, cut, flag N/H/S, currency, previous_price, previous_price_old and previous_cut), the stores currently selling the game (current_shops) and every store that ever listed it (history_shops), price time-series (best_price_series, regular_price_high_series, regular_price_low_series, max_cut_series, history_low_series, and per-store shop_series — each a list of points with time in unix seconds and value), and sale analytics (sale_buckets by discount range with sale_count and duration stats, and sale_probability of a discount by day of year).

Parameters

Request body

Response

Errors

Response headers