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

Flip a coin. If heads, this attack does 30 more damage.
Flip a coin. If tails, this Pokémon does 50 damage to itself.
/api/v1/pokemon/cards/ebb1_ja-21?include=prices 200 17ms{
"success": true,
"data": {
"id": "ebb1_ja-21",
"name": "Reshiram-EX",
"number": "21",
"printed_number": "21",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/21.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/21.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/21.large.webp"
}
],
"expansion": {
"id": "ebb1_ja",
"name": "EX Battle Boost",
"total": 99,
"language": "Japanese",
"language_code": "ja",
"series": "Black & White",
"code": "EBB",
"printed_total": 93,
"release_date": "2013/03/15",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ebb1_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ebb1_ja.symbol.png",
"translation": {
"en": {
"name": "EX Battle Boost"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "603040",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/21.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/21.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/21.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"EX"
],
"types": [
"Fire"
],
"hp": "180",
"attacks": [
{
"cost": [
"Fire",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Glinting Claw",
"text": "Flip a coin. If heads, this attack does 30 more damage.",
"damage": "50+"
},
{
"cost": [
"Fire",
"Fire",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Brave Fire",
"text": "Flip a coin. If tails, this Pokémon does 50 damage to itself.",
"damage": "150"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Shizurow",
"pricing": {
"currency": "USD",
"market": 5,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5
}
],
"graded": [
{
"company": "CGC",
"grade": "6.5",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 160,
"low": 55.05,
"high": 172,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "4",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 31.55,
"low": 42,
"high": 42,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-07-16T02:17:40.475Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}