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 an Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.
Flip a coin until you get tails. This attack does 10 damage times the number of heads.
/api/v1/pokemon/cards/ex12-61?include=prices 200 14ms{
"success": true,
"data": {
"id": "ex12-61",
"name": "Seedot",
"number": "61",
"printed_number": "61",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/61.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/61.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/61.large.webp"
}
],
"expansion": {
"id": "ex12",
"name": "Legend Maker",
"total": 93,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "LM",
"printed_total": 92,
"release_date": "2006/02/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89040",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/61.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/61.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/61.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Grass"
],
"hp": "40",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Drawup Power",
"text": "Search your deck for an Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
},
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Continuous Tumble",
"text": "Flip a coin until you get tails. This attack does 10 damage times the number of heads.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Yuka Morii",
"pricing": {
"currency": "USD",
"market": 1.79,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.79
},
{
"condition": "LP",
"price": 1.62
},
{
"condition": "MP",
"price": 0.97
},
{
"condition": "HP",
"price": 0.58
},
{
"condition": "DMG",
"price": 0.85
}
],
"graded": [
{
"company": "ACE",
"grade": "10",
"value": 47.12,
"low": 47.12,
"high": 47.12,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "10",
"value": 19,
"low": 8,
"high": 20.99,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7.5",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 15,
"low": 12.75,
"high": 17.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 117,
"low": 99.45,
"high": 134.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 45.08,
"low": 21.09,
"high": 28.83,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "TAG",
"grade": "8.5",
"value": 8.99,
"low": 7.64,
"high": 10.34,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:32:31.627Z",
"trend_7d": {
"direction": "up",
"percent": 2.29
}
}
}
}