Pokémon TCG Information
The Pokémon TCG API offers comprehensive card and set data, including prices and hi-res images, for developers to build applications.
import requests
url = "https://api.pokemontcg.io/v2/cards?q=name:pikachu"
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)