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/sv9-107vrh?include=prices 200 18ms{
"success": true,
"data": {
"id": "sv9-107vrh",
"name": "Magearna",
"number": "107",
"printed_number": "107",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/107vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/107vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/107vrh.large.webp"
}
],
"expansion": {
"id": "sv9",
"name": "Journey Together",
"total": 190,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "JTG",
"printed_total": 159,
"release_date": "2025/03/28",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv9.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "623534",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/107vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/107vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/107vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Metal"
],
"hp": "90",
"abilities": [
{
"name": "Auto Heal",
"text": "As long as this Pokémon is in the Active Spot, whenever you attach an Energy card from your hand to 1 of your Pokémon, heal 90 damage from that Pokémon.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Spike Draw",
"text": "Draw 2 cards.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Grass",
"value": "-30"
}
],
"rarity": "Rare",
"artist": "riak",
"pricing": {
"currency": "USD",
"market": 0.37,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.37
},
{
"condition": "LP",
"price": 0.36
},
{
"condition": "MP",
"price": 0.28
}
],
"graded": [
{
"company": "CGC",
"grade": "9",
"value": 19.79,
"low": 19.79,
"high": 19.79,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 41,
"low": 41,
"high": 41,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T02:18:25.710Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}