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

Discard the top card of your deck.
/api/v1/pokemon/cards/sv6pt5-45vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "sv6pt5-45vrh",
"name": "Fraxure",
"number": "45",
"printed_number": "45",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/45vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/45vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/45vrh.large.webp"
}
],
"expansion": {
"id": "sv6pt5",
"name": "Shrouded Fable",
"total": 99,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "SFA",
"printed_total": 64,
"release_date": "2024/08/02",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6pt5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6pt5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "560355",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/45vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/45vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/45vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Dragon"
],
"hp": "100",
"abilities": [
{
"name": "Unnerve",
"text": "Whenever your opponent plays an Item or Supporter card from their hand, prevent all effects of that card done to this Pokémon.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Fighting",
"Metal"
],
"converted_energy_cost": 2,
"name": "Dragon Pulse",
"text": "Discard the top card of your deck.",
"damage": "80"
}
],
"rarity": "Common",
"artist": "Uninori",
"pricing": {
"currency": "USD",
"market": 0.19,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.19
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:50:01.182Z",
"trend_7d": {
"direction": "down",
"percent": -5
}
}
}
}