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

You may move a Fire Energy card attached to 1 of your Benched Pokémon to Camerupt.
Flip 3 coins. For each tails, discard the top card of your deck. Ignore this effect if your opponent has any Water Pokémon in play.
/api/v1/pokemon/cards/pl3-18?include=prices 200 16ms{
"success": true,
"data": {
"id": "pl3-18",
"name": "Camerupt",
"number": "18",
"printed_number": "18",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/18.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/18.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/18.large.webp"
}
],
"expansion": {
"id": "pl3",
"name": "Supreme Victors",
"total": 153,
"language": "English",
"language_code": "en",
"series": "Platinum",
"code": "SV",
"printed_total": 147,
"release_date": "2009/08/19",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84094",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/18.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/18.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/18.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fire"
],
"hp": "120",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Moving Fire",
"text": "You may move a Fire Energy card attached to 1 of your Benched Pokémon to Camerupt.",
"damage": "30"
},
{
"cost": [
"Fire",
"Fire",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Volcanic Crash",
"text": "Flip 3 coins. For each tails, discard the top card of your deck. Ignore this effect if your opponent has any Water Pokémon in play.",
"damage": "100"
}
],
"weaknesses": [
{
"type": "Water",
"value": "+30"
}
],
"rarity": "Rare",
"artist": "Yukiko Baba",
"pricing": {
"currency": "USD",
"market": 1.26,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.26
},
{
"condition": "LP",
"price": 1.15
},
{
"condition": "MP",
"price": 0.81
},
{
"condition": "HP",
"price": 0.4
},
{
"condition": "DMG",
"price": 0.97
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 4,
"low": 3.4,
"high": 4.6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 5.5,
"low": 4.68,
"high": 6.32,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 50,
"low": 42.5,
"high": 57.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 21,
"low": 17.85,
"high": 24.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:56:00.782Z",
"trend_7d": {
"direction": "up",
"percent": 3.28
}
}
}
}