Game Catalog API
Resolve game identities across major platforms and storefronts without a canonical spine. Send any mix of Steam IDs, IGDB IDs, PlayStation IDs, Xbox IDs, and get back the matching IDs in every supported catalog.
14 subscribers
9.6/10 popularity
810 ms avg latency
92% success rate
3 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Game Catalog API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| GET |
Resolve game by ID /v1/catalogs/{catalog}/id/{id} |
Returns the game identified by `{catalog}/{id}` along with its references in every other catalog known to the service. Targets with no mapping are omitted from `references`… |
| GET |
Resolve game by slug /v1/catalogs/{catalog}/slug/{slug} |
Same as resolve-by-id, but keyed by the source catalog's slug. Only catalogs whose `has_slugs` is `true` (`igdb`, `metacritic`, `twitch`) accept this endpoint; others return a… |
| GET |
List available catalogs /v1/catalogs |
Returns every catalog this service can resolve to, with metadata describing whether the catalog exposes slugs and how to build a public URL from a resolution. |
Game Catalog API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $19 / month | 60 / minute |
|
| ULTRA Recommended | $49 / month | 120 / minute |
|
| MEGA | $149 / month | 300 / minute |
|