PRODUCTS
Search products
Retrieve a list of products with optional filtering and pagination.
GET
/
v1
/
products
/
list
Authorizations
Public-Key
string
headerrequiredQuery Parameters
ids
string[]
GET /v1/products/list Parameter
termOrId
string
GET /v1/products/list Parameter
tagName
string
GET /v1/products/list Parameter
orderBy
enum<string>
GET /v1/products/list Parameter
Available options:
createdAt
, name
, price
orderDirection
enum<string>
GET /v1/products/list Parameter
Available options:
ASC
, DESC
skip
number | null
GET /v1/products/list Parameter
take
number | null
GET /v1/products/list Parameter
genres
enum<string>[]
GET /v1/products/list Parameter
Available options:
Action
, Action RPG
, Adventure
, Arcade
, Arcade Racing
, Battle Royale
, Beat 'em up
, Board Game
, Card Game
, Casual
, Co-op
, Educational
, Fighting
, FPS
, Horror
, Indie
, Interactive Story
, Japanese RPG
, Logic Game
, MMO
, Management
, Metroidvania
, Mini-games
, Multiplayer
, Open World
, Party
, Platformer
, Puzzle
, RPG
, Racing
, Real-Time Strategy
, Roguelike
, Rhythm
, Sandbox
, Shooter
, Simulation
, Simulation Racing
, Sports
, Strategy
, Survival
, Tactical RPG
, TPS
, Turn-Based Strategy
, Visual Novel
systems
enum<string>[]
GET /v1/products/list Parameter
Available options:
Windows
, MacOs
, Linux
, PlayStation 4
, PlayStation 5
, Xbox One
, Xbox Series X|S
, iOS
, Android
, Nintendo Switch
, Nintendo 3DS
types
enum<string>[]
GET /v1/products/list Parameter
Available options:
DigitalDownload
, Game
, GiftCard
, SoftwareKey
, VirtualCurrency
, VirtualItem
, Subscription
projectId
string
GET /v1/products/list Parameter
offers
object | null
GET /v1/products/list Parameter
archived
boolean | null
default: falseGET /v1/products/list Parameter
withArchived
boolean | null
default: falseGET /v1/products/list Parameter
notAvailableLast
boolean | null
default: falseGET /v1/products/list Parameter
returnCount
boolean | null
default: falseGET /v1/products/list Parameter
generateMediaUrls
boolean | null
default: falseGET /v1/products/list Parameter
Response
200 - application/json
status
string
requiredAllowed value:
"success"
data
object
required