Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

/api/v1/pokemon/cards/xy9-51?include=prices 200 20ms{
"success": true,
"data": {
"id": "xy9-51",
"name": "Hypno",
"number": "51",
"printed_number": "51",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/51.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/51.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/51.large.webp"
}
],
"expansion": {
"id": "xy9",
"name": "BREAKpoint",
"total": 126,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "BKP",
"printed_total": 122,
"release_date": "2016/02/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "111593",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/51.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/51.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/51.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Psychic"
],
"hp": "90",
"abilities": [
{
"name": "Goodnight, Babies",
"text": "Once during your turn (before your attack), you may leave both Active Pokémon Asleep.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Psychic",
"Psychic"
],
"converted_energy_cost": 2,
"name": "Zen Headbutt",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Tomokazu Komiya",
"pricing": {
"currency": "USD",
"market": 7.53,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 7.53
},
{
"condition": "LP",
"price": 5.37
},
{
"condition": "MP",
"price": 3.6
},
{
"condition": "HP",
"price": 2.09
},
{
"condition": "DMG",
"price": 1.58
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 510,
"low": 433.5,
"high": 586.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 136,
"low": 179.99,
"high": 179.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 5,
"low": 5,
"high": 49.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T03:49:00.680Z",
"trend_7d": {
"direction": "down",
"percent": -3.09
}
}
}
}