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 Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward.
Flip a coin. If heads, this attack does 30 damage plus 30 more damage.
/api/v1/pokemon/cards/ecard3-105?include=prices 200 17ms{
"success": true,
"data": {
"id": "ecard3-105",
"name": "Sunflora",
"number": "105",
"printed_number": "105",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/105.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/105.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/105.large.webp"
}
],
"expansion": {
"id": "ecard3",
"name": "Skyridge",
"total": 182,
"language": "English",
"language_code": "en",
"series": "E-Card",
"code": "SK",
"printed_total": 144,
"release_date": "2003/05/12",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89613",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/105.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/105.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/105.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "70",
"attacks": [
{
"cost": [
"Grass",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Energy Plant",
"text": "Search your deck for a basic Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward."
},
{
"cost": [
"Grass",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Trip Over",
"text": "Flip a coin. If heads, this attack does 30 damage plus 30 more damage.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Water",
"value": "-30"
}
],
"rarity": "Common",
"artist": "Miki Tanaka",
"pricing": {
"currency": "USD",
"market": 17.98,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 17.98
},
{
"condition": "LP",
"price": 13.57
},
{
"condition": "MP",
"price": 8.49
},
{
"condition": "HP",
"price": 3.75
},
{
"condition": "DMG",
"price": 6.87
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 44.65,
"low": 42.5,
"high": 46.8,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 20,
"low": 17,
"high": 23,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 16.49,
"low": 14.02,
"high": 18.96,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "CGC",
"grade": "9.5",
"value": 44.99,
"low": 38.24,
"high": 51.74,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 236.75,
"low": 300,
"high": 300,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 19.54,
"low": 26,
"high": 26,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 171.5,
"low": 71.1,
"high": 197.9,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
}
],
"market_updated_at": "2026-09-22T02:47:10.710Z",
"trend_7d": {
"direction": "up",
"percent": 69.3
}
}
}
}