REST access to everything on the site: catalog, revenue estimates, prices, ratings and historical series across seven stores. JSON responses, no SDK needed.
| No key | 60 req/hour | per IP |
| Free account key | 300 req/hour | get a key → |
| Pro key Pro | 5,000 req/hour | + historical series |
Pass the key as an X-API-Key header or ?api_key= query param. Rate-limit state is returned in X-RateLimit-* headers.
/api/v1/gamesPaginated game list with revenue estimates.
/api/v1/games/{slug}Full detail for one game: prices, ratings, followers, estimate range.
/api/v1/searchCross-store search.
/api/v1/storesTracked stores with live game counts.
/api/v1/tagsGenres/tags ranked by total, average and median revenue.
/api/v1/leaderboardsTop games by followers (with 7-day momentum) or by review velocity — rankings not reachable via /v1/games.
curl "https://gamesberry.app/api/v1/games?store=steam&sort=revenue&per_page=5"
curl -H "X-API-Key: gb_..." \
"https://gamesberry.app/api/v1/games/elden-ring?history=1"Money values are integer cents. Estimates are modeled ranges, not official figures — see the reliability tier on every estimate.
Create a free account to get an API key with 5× the anonymous limit.