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 Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.
/api/v1/pokemon/cards/xy10-29vrh?include=prices 200 18ms{
"success": true,
"data": {
"id": "xy10-29vrh",
"name": "Mew",
"number": "29",
"printed_number": "29",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/29vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/29vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/29vrh.large.webp"
}
],
"expansion": {
"id": "xy10",
"name": "Fates Collide",
"total": 129,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "FCO",
"printed_total": 124,
"release_date": "2016/05/02",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "117789",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/29vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/29vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/29vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "50",
"abilities": [
{
"name": "Memories of Dawn",
"text": "This Pokémon can use the attacks of any of your Basic Pokémon in play. (You still need the necessary Energy to use each attack.)",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Encounter",
"text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward."
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Rare Holo",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": 17.36,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 17.36
},
{
"condition": "LP",
"price": 9.76
},
{
"condition": "MP",
"price": 5.62
},
{
"condition": "HP",
"price": 3.4
},
{
"condition": "DMG",
"price": 4.39
}
],
"graded": [
{
"company": "BGS",
"grade": "9",
"value": 30.8,
"low": 33,
"high": 33,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "10",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 25.24,
"low": 17,
"high": 17,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "8.5",
"value": 21.31,
"low": 21.45,
"high": 29.05,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "CGC",
"grade": "9",
"value": 48.7,
"low": 46.4,
"high": 49.6,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "1",
"value": 59.99,
"low": 50.99,
"high": 68.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 65,
"low": 65,
"high": 342.81,
"confidence": "low",
"value_kind": "feed",
"sold_count": 6
},
{
"company": "PSA",
"grade": "4",
"value": 19.99,
"low": 16.99,
"high": 22.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 13.98,
"low": 11.5,
"high": 11.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "7",
"value": 30,
"low": 29.2,
"high": 37.99,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "8",
"value": 47.5,
"low": 35.69,
"high": 70.3,
"confidence": "high",
"value_kind": "sold",
"sold_count": 10,
"trend": {
"direction": "up",
"percent": 21.8
}
},
{
"company": "PSA",
"grade": "9",
"value": 99.99,
"low": 52.9,
"high": 110.5,
"confidence": "high",
"value_kind": "sold",
"sold_count": 14,
"trend": {
"direction": "up",
"percent": 44.9
}
}
],
"market_updated_at": "2026-09-21T02:50:16.099Z",
"trend_7d": {
"direction": "down",
"percent": -6.77
}
}
}
}