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, search your deck for a card and put it into your hand. Shuffle your deck afterward.
The Defending Pokémon is now Asleep.
/api/v1/pokemon/cards/bw6f_ja-20?include=prices 200 19ms{
"success": true,
"data": {
"id": "bw6f_ja-20",
"name": "Delibird",
"number": "20",
"printed_number": "20",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/20.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/20.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/20.large.webp"
}
],
"expansion": {
"id": "bw6f_ja",
"name": "Freeze Bolt",
"total": 65,
"language": "Japanese",
"language_code": "ja",
"series": "Black & White",
"code": "BW6",
"printed_total": 59,
"release_date": "2012/07/13",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6f_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6f_ja.symbol.png",
"translation": {
"en": {
"name": "Freeze Bolt"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "601554",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/20.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/20.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/20.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "80",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Present",
"text": "Flip a coin. If heads, search your deck for a card and put it into your hand. Shuffle your deck afterward."
},
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Icy Wind",
"text": "The Defending Pokémon is now Asleep.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Sumiyoshi Kizuki",
"pricing": {
"currency": "USD",
"market": 2.26,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.26
},
{
"condition": "LP",
"price": 1.89
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 45,
"low": 38.25,
"high": 51.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 70.25,
"low": 59.71,
"high": 80.79,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 55,
"low": 46.75,
"high": 63.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 10.5,
"low": 8.92,
"high": 12.08,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 18.99,
"low": 16.14,
"high": 21.84,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-07-16T03:29:43.437Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}