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

You may search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.
/api/v1/pokemon/cards/swsh7r_ja-12vh?include=prices 200 18ms{
"success": true,
"data": {
"id": "swsh7r_ja-12vh",
"name": "Victini",
"number": "12",
"printed_number": "12",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/12vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/12vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/12vh.large.webp"
}
],
"expansion": {
"id": "swsh7r_ja",
"name": "Blue Sky Stream",
"total": 90,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "S7R",
"printed_total": 67,
"release_date": "2021/07/09",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7r_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7r_ja.symbol.png",
"translation": {
"en": {
"name": "Blue Sky Stream"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "569424",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/12vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/12vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7r_ja/12vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Victory Dive",
"text": "You may search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Teeziro",
"pricing": {
"currency": "USD",
"market": 2.41,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.41
},
{
"condition": "LP",
"price": 2.25
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 45,
"low": 38.25,
"high": 51.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 24,
"low": 20.4,
"high": 27.6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:34:41.209Z",
"trend_7d": {
"direction": "up",
"percent": 85.38
}
}
}
}