GET /games
Summary: Search games
Operation ID: searchGames
Auth: unknown
Operation ID: searchGames
Auth: unknown
Description
Search for games by title. Returns game info including the cheapest current price.
Parameters (5)
exact
(integer, query, optional, default: 0)
Exact title match (0 = no, 1 = yes)
Constraints: {'enum': [0, 1]}
id
(string, query, optional)
CheapShark game ID to look up specific game details
limit
(integer, query, optional, default: 60)
Maximum number of results to return
Constraints: {'minimum': 1}
steamAppID
(string, query, optional)
Steam App ID to search for
title
(string, query, optional)
Game title to search for (partial match)
Examples (2)
| Title | Type | URL | Action |
|---|---|---|---|
| Search games | openapi-spec |
https://www.cheapshark.com/api/1.0/games?title=batman&id=612 |
|
| Search games | probe-gate |
https://www.cheapshark.com/api/1.0/games?title=batman&id=612&limit=60&exact=0 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:37:17.916964 | 200 | 264ms | |
| 2026-03-22T13:32:01.826020 | 200 | 224ms |