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 M Rayquaza-EX, reveal it, and put it into your hand. Shuffle your deck afterward.
Flip a coin. If tails, discard 2 Energy attached to this Pokémon.
/api/v1/pokemon/cards/xyp_ja-123vh?include=prices 200 20ms{
"success": true,
"data": {
"id": "xyp_ja-123vh",
"name": "Rayquaza-EX",
"number": "123",
"printed_number": "123",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/123vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/123vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/123vh.large.webp"
}
],
"expansion": {
"id": "xyp_ja",
"name": "XY Promos",
"total": 299,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"printed_total": 299,
"release_date": "2013/08/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.symbol.png",
"translation": {
"en": {
"name": "XY Promos"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/123vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/123vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/123vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"EX"
],
"types": [
"Colorless"
],
"hp": "170",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Mega Ascension",
"text": "Search your deck for M Rayquaza-EX, reveal it, and put it into your hand. Shuffle your deck afterward."
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Aeroscream",
"text": "Flip a coin. If tails, discard 2 Energy attached to this Pokémon.",
"damage": "130"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Promo",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 129.75,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 129.75
},
{
"condition": "LP",
"price": 31.16
},
{
"condition": "MP",
"price": 20
},
{
"condition": "HP",
"price": 30
},
{
"condition": "DMG",
"price": 23
}
],
"graded": [
{
"company": "BGS",
"grade": "9.5",
"value": 360,
"low": 360,
"high": 360,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "10",
"value": 417.79,
"low": 272.35,
"high": 474.71,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "CGC",
"grade": "8.5",
"value": 87.99,
"low": 74.79,
"high": 101.19,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 880.5,
"low": 760,
"high": 1446.8,
"confidence": "high",
"value_kind": "sold",
"sold_count": 28,
"trend": {
"direction": "down",
"percent": -22.1
}
},
{
"company": "PSA",
"grade": "8",
"value": 201.5,
"low": 197.18,
"high": 216.29,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
}
],
"market_updated_at": "2026-09-08T02:13:58.729Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}