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

Search your deck for up to 2 basic Energy cards of different types and attach them to your Pokémon in any way you like. Then, shuffle your deck.
/api/v1/pokemon/cards/sm12a_ja-20vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm12a_ja-20vrh",
"name": "Victini",
"number": "20",
"printed_number": "20",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/20vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/20vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/20vrh.large.webp"
}
],
"expansion": {
"id": "sm12a_ja",
"name": "TAG TEAM GX: Tag All Stars",
"total": 226,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM12a",
"printed_total": 173,
"release_date": "2019/10/04",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12a_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12a_ja.symbol.png",
"translation": {
"en": {
"name": "TAG TEAM GX: Tag All Stars"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "572674",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/20vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/20vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12a_ja/20vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "70",
"attacks": [
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Victory Sign",
"text": "Search your deck for up to 2 basic Energy cards of different types and attach them to your Pokémon in any way you like. Then, shuffle your deck."
},
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Flare",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Mizue",
"pricing": {
"currency": "USD",
"market": 3.82,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.82
},
{
"condition": "LP",
"price": 0.79
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 13.2,
"low": 12,
"high": 20,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 7.57,
"low": 9.99,
"high": 9.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "9",
"value": 4,
"low": 3.4,
"high": 4.6,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 45,
"low": 38.39,
"high": 45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 8
},
{
"company": "PSA",
"grade": "9",
"value": 12.47,
"low": 16.08,
"high": 16.08,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T04:05:18.749Z",
"trend_7d": {
"direction": "down",
"percent": -1.8
}
}
}
}