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

Draw 2 cards.
/api/v1/pokemon/cards/me2pt5-68vh?include=prices 200 17ms{
"success": true,
"data": {
"id": "me2pt5-68vh",
"name": "Hop's Pincurchin ex",
"number": "68",
"printed_number": "68",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/68vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/68vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/68vh.large.webp"
}
],
"expansion": {
"id": "me2pt5",
"name": "Ascended Heroes",
"total": 295,
"language": "English",
"language_code": "en",
"series": "Mega Evolution",
"code": "ASC",
"printed_total": 217,
"release_date": "2026/01/30",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "675880",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/68vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/68vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/68vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"ex"
],
"types": [
"Lightning"
],
"hp": "200",
"abilities": [
{
"name": "Counterattack Quills",
"text": "If this Pokémon is in the Active Spot and is damaged by an attack from your opponent's Pokémon (even if this Pokémon is Knocked Out), place 3 damage counters on the Attacking Pokémon.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Lightning",
"Lightning",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Spiky Thunder",
"text": "Draw 2 cards.",
"damage": "120"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Double Rare",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 0.69,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.69
},
{
"condition": "DMG",
"price": 0.49
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 89.99,
"low": 84.99,
"high": 94.99,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 12.17,
"low": 12.01,
"high": 12.34,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:44:22.307Z",
"trend_7d": {
"direction": "down",
"percent": -14.81
}
}
}
}