Loading API reference...
/v1/setsList the Pokemon sets currently mapped into the Cardmarket Pokemon index. This endpoint is useful for driving set filters in catalog views or validating set slugs before search requests.
Resolved path
/v1/sets?limit=50&offset=0Subscription access
Subscribe to get your key, usage dashboard, invoices, and live request console. The examples here use RapidAPI proxy headers.
SubscribePage size, capped at 200.
Pagination offset.
Generated request
curl "https://pokeprice-lab.p.rapidapi.com/v1/sets?limit=50&offset=0" \
-H "Accept: application/json" \
-H "X-RapidAPI-Key: YOUR_RAPIDAPI_KEY" \
-H "X-RapidAPI-Host: pokeprice-lab.p.rapidapi.com"Response
{
"data": [
{
"id": 182,
"slug": "base-set",
"name": "Base Set",
"market_expansion_id": 120,
"count": 102,
"released_at": "1999-01-09"
},
{
"id": 736,
"slug": "scarlet-violet",
"name": "Scarlet & Violet",
"market_expansion_id": 5072,
"count": 258,
"released_at": "2023-03-31"
}
],
"total": 740,
"limit": 50,
"offset": 0
}