Search (Simple)
Full-text search across cards, ordered by relevance. This is the same search that powers gemrate.com, so a query returns the same cards in the same order here as it does on the site.
Results are one entry per card — never one per grading company — and carry the card’s cross-grader totals. Follow gemrate_id to GET /v1/cards/{gemrate_id}/population for the per-grade breakdown.
GET /v1/cards/search/structured returns matches grouped by grading company instead.Authorizations
Query Parameters
The search text — a player, set, year, parallel, card number, or any combination. Must be 1–200 characters.
200"1986 fleer jordan"
Which page of results to return, 1-based. Pages are always 10 cards — there is no page-size parameter, so the next 10 results are the next call. Capped at page 10 (100 cards deep); beyond that, narrow the query.
1 <= x <= 10