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 cards and put them into your hand. Then, shuffle your deck.
/api/v1/pokemon/cards/sm11b_ja-51vh?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm11b_ja-51vh",
"name": "Weavile",
"number": "51",
"printed_number": "51",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/51vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/51vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/51vh.large.webp"
}
],
"expansion": {
"id": "sm11b_ja",
"name": "Dream League",
"total": 75,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM11b",
"printed_total": 49,
"release_date": "2019/08/02",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11b_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11b_ja.symbol.png",
"translation": {
"en": {
"name": "Dream League"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "574948",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/51vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/51vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/51vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "90",
"attacks": [
{
"cost": [
"Darkness"
],
"converted_energy_cost": 1,
"name": "Nasty Plot",
"text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck."
},
{
"cost": [
"Darkness",
"Darkness",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Slashing Claw",
"damage": "110"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"rarity": "Character Rare",
"artist": "nagimiso",
"pricing": {
"currency": "USD",
"market": 9.51,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 9.51
},
{
"condition": "LP",
"price": 6.48
},
{
"condition": "MP",
"price": 4.7
},
{
"condition": "DMG",
"price": 2.19
}
],
"graded": [
{
"company": "ACE",
"grade": "10",
"value": 43.62,
"low": 43.62,
"high": 53.89,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "BGS",
"grade": "10",
"value": 24,
"low": 21.5,
"high": 50,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 20,
"low": 16,
"high": 31.5,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 5.99,
"low": 5.09,
"high": 6.89,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 14.75,
"low": 14.75,
"high": 15.81,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 31,
"low": 25.2,
"high": 54,
"confidence": "high",
"value_kind": "sold",
"sold_count": 7,
"trend": {
"direction": "down",
"percent": -36.7
}
},
{
"company": "PSA",
"grade": "9",
"value": 28,
"low": 23.8,
"high": 32.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "TAG",
"grade": "10",
"value": 85,
"low": 72.25,
"high": 97.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:31:31.261Z",
"trend_7d": {
"direction": "down",
"percent": -1.04
}
}
}
}