Loading API reference...
/v1/setsList the Pokemon sets currently mapped into the EU European 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=0API key
Loading account session…
Page size, capped at 200.
Pagination offset.
Generated request
curl "https://api.pokepricelab.com/api/v1/sets?limit=50&offset=0" \
-H "Accept: application/json" \
-H "X-API-Key: YOUR_API_KEY"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
}