Examples using cURL:
It is clear from the docs how to grab cards from a set with a single word name:
fetch(`https://api.pokemontcg.io/v2/cards?q=set.name:generations`
,{
"method": "GET",
"headers": {
"X-Api-Key": API_KEY,
"content-type": "application/json",
"accept": "application/json"
},
})
However, what about Sword & Shield? Crown Zenith?
Examples using cURL:
It is clear from the docs how to grab cards from a set with a single word name:
However, what about Sword & Shield? Crown Zenith?