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 Fire Energy card and attach it to Growlithe. Shuffle your deck afterward.
Growlithe does 10 damage to itself.
/api/v1/pokemon/cards/pl2-63vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "pl2-63vrh",
"name": "Growlithe",
"number": "63",
"printed_number": "63",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/63vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/63vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/63vrh.large.webp"
}
],
"expansion": {
"id": "pl2",
"name": "Rising Rivals",
"total": 120,
"language": "English",
"language_code": "en",
"series": "Platinum",
"code": "RR",
"printed_total": 111,
"release_date": "2009/05/16",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85958",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/63vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/63vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/63vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Stoke",
"text": "Search your deck for a Fire Energy card and attach it to Growlithe. Shuffle your deck afterward."
},
{
"cost": [
"Fire",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Take Down",
"text": "Growlithe does 10 damage to itself.",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Water",
"value": "+20"
}
],
"rarity": "Common",
"artist": "Naoyo Kimura",
"pricing": {
"currency": "USD",
"market": 19.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 19.99
},
{
"condition": "LP",
"price": 13.27
},
{
"condition": "MP",
"price": 9.11
},
{
"condition": "HP",
"price": 3.2
},
{
"condition": "DMG",
"price": 10
}
],
"graded": [
{
"company": "CGC",
"grade": "9",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 32,
"low": 27.2,
"high": 36.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 30,
"low": 25.5,
"high": 34.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:21:30.919Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}