Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

Search your deck for a Basic Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward.
Flip a coin. If heads, the Defending Pokémon is now Poisoned.
/api/v1/pokemon/cards/dp7-79vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "dp7-79vrh",
"name": "Treecko",
"number": "79",
"printed_number": "79",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/79vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/79vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/79vrh.large.webp"
}
],
"expansion": {
"id": "dp7",
"name": "Stormfront",
"total": 106,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "SF",
"printed_total": 100,
"release_date": "2008/11/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp7.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "90040",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/79vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/79vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp7/79vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Call for Friends",
"text": "Search your deck for a Basic Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
},
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Poison Breath",
"text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned."
}
],
"weaknesses": [
{
"type": "Fire",
"value": "+10"
}
],
"resistances": [
{
"type": "Water",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Naoyo Kimura",
"pricing": {
"currency": "USD",
"market": 8,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 8
},
{
"condition": "MP",
"price": 2.65
},
{
"condition": "HP",
"price": 2.29
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 39,
"low": 33.15,
"high": 44.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 15,
"low": 12.75,
"high": 17.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 34.75,
"low": 34.09,
"high": 35.79,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-08-22T03:22:58.728Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}