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

Discard a Fire Energy card attached to Growlithe.
/api/v1/pokemon/cards/ecard2-51?include=prices 200 17ms{
"success": true,
"data": {
"id": "ecard2-51",
"name": "Growlithe",
"number": "51",
"printed_number": "51",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/51.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/51.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/51.large.webp"
}
],
"expansion": {
"id": "ecard2",
"name": "Aquapolis",
"total": 182,
"language": "English",
"language_code": "en",
"series": "E-Card",
"code": "AQ",
"printed_total": 147,
"release_date": "2003/01/15",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85949",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/51.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/51.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/51.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "60",
"attacks": [
{
"cost": [
"Fire",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Ember",
"text": "Discard a Fire Energy card attached to Growlithe.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Kyoko Umemoto",
"pricing": {
"currency": "USD",
"market": 32.36,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 32.36
},
{
"condition": "MP",
"price": 28.9
},
{
"condition": "HP",
"price": 29.1
},
{
"condition": "DMG",
"price": 23.99
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 70.2,
"low": 59.67,
"high": 80.73,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7.5",
"value": 17.5,
"low": 14.88,
"high": 20.13,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 187.5,
"low": 159.38,
"high": 215.62,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 33,
"low": 28.05,
"high": 37.95,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 54.27,
"low": 83.33,
"high": 83.33,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 74,
"low": 74,
"high": 74,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T02:25:58.336Z",
"trend_7d": {
"direction": "down",
"percent": -24.06
}
}
}
}