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, you may search your deck for a Basic Pokémon with Misty in its name and put it onto your Bench. (You can't use this attack if your Bench is full.) Shuffle your deck afterward.
/api/v1/pokemon/cards/gym1-54v1e?include=prices 200 21ms{
"success": true,
"data": {
"id": "gym1-54v1e",
"name": "Misty's Psyduck",
"number": "54",
"printed_number": "54",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/54v1e.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/54v1e.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/54v1e.large.webp"
}
],
"expansion": {
"id": "gym1-1st-edition",
"name": "Gym Heroes 1st Edition",
"total": 132,
"language": "English",
"language_code": "en",
"series": "Gym",
"printed_total": 132,
"release_date": "2000/08/14",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87539",
"variants": [
{
"name": "firstEdition",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/54v1e.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/54v1e.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/54v1e.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Scratch",
"damage": "10"
},
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Call for Friend",
"text": "Flip a coin. If heads, you may search your deck for a Basic Pokémon with Misty in its name and put it onto your Bench. (You can't use this attack if your Bench is full.) Shuffle your deck afterward."
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Atsuko Nishida",
"pricing": {
"currency": "USD",
"market": 34.93,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 34.93
},
{
"condition": "LP",
"price": 24.6
},
{
"condition": "MP",
"price": 21.64
},
{
"condition": "HP",
"price": 5.84
},
{
"condition": "DMG",
"price": 8.02
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 55.2,
"low": 46.92,
"high": 63.48,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "4.5",
"value": 15,
"low": 12.75,
"high": 17.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 34.65,
"low": 54.99,
"high": 54.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "9",
"value": 53.37,
"low": 65.99,
"high": 73.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "CGC",
"grade": "9.5",
"value": 63.97,
"low": 99.99,
"high": 99.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 208.5,
"low": 177.23,
"high": 239.77,
"confidence": "low",
"value_kind": "feed",
"sold_count": 2
},
{
"company": "PSA",
"grade": "6",
"value": 21.49,
"low": 18.27,
"high": 24.71,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 11.5,
"low": 7,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 33.4,
"low": 51,
"high": 51,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 41.5,
"low": 35.28,
"high": 47.72,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:41:39.429Z",
"trend_7d": {
"direction": "flat",
"percent": -0.2
}
}
}
}