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 tails, this Pokémon can't use Dragon Strike during your next turn.
/api/v1/pokemon/cards/cp5_ja-34?include=prices 200 17ms{
"success": true,
"data": {
"id": "cp5_ja-34",
"name": "Rayquaza-EX",
"number": "34",
"printed_number": "34",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/34.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/34.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/34.large.webp"
}
],
"expansion": {
"id": "cp5_ja",
"name": "Mythical & Legendary Dream Shine Collection",
"total": 38,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "CP5",
"printed_total": 36,
"release_date": "2016/07/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.symbol.png",
"translation": {
"en": {
"name": "Mythical & Legendary Dream Shine Collection"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "606046",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/34.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/34.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/34.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"EX"
],
"types": [
"Dragon"
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Dragon Claw",
"damage": "30"
},
{
"cost": [
"Fire",
"Fire",
"Lightning",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Dragon Strike",
"text": "flip a coin. If tails, this Pokémon can't use Dragon Strike during your next turn.",
"damage": "130"
}
],
"rarity": "Common",
"artist": "PLANETA",
"pricing": {
"currency": "USD",
"market": 318,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 318
},
{
"condition": "LP",
"price": 43.08
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 53,
"low": 45.05,
"high": 60.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 95,
"low": 80.75,
"high": 109.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 4
},
{
"company": "PSA",
"grade": "9",
"value": 70.5,
"low": 59.93,
"high": 81.07,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:58:28.927Z",
"trend_7d": {
"direction": "down",
"percent": -1.85
}
}
}
}