GET /api/game/prices
Supported formats: json
Games have a price
in their object which is the lowest listed price across all stores. This call returns all the prices, stores, and links for every retail store linked to the game.
Returns a list of Price Objects
linked in order of when they were uploaded of newest to oldest. A gameid
must be specified to get prices.
Example
This is an example where the list returns all the additional images for the game Pandemic
GEThttps://api.boardgameatlas.com/api/game/prices?game_id=6FmFeux5xH&client_id=
Parameters
These are all the posible parameters to add to the request to filter or change the results based on how each function.
Parameter | Type | Example | Details |
---|---|---|---|
pretty | Boolean | true | Formats the json to be easier to read. |
game_id | String | GP7Y2xOUzj | The id of a specific game |