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 a Trainer card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.
/api/v1/pokemon/cards/ex2-31?include=prices 200 19ms{
"success": true,
"data": {
"id": "ex2-31",
"name": "Azurill",
"number": "31",
"printed_number": "31",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/31.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/31.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/31.large.webp"
}
],
"expansion": {
"id": "ex2",
"name": "Sandstorm",
"total": 100,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "SS",
"printed_total": 100,
"release_date": "2003/09/18",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "83688",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/31.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/31.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex2/31.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "40",
"abilities": [
{
"name": "Baby Evolution",
"text": "Once during your turn (before your attack), you may put Marill from your hand onto Azurill (this counts as evolving Azurill), and remove all damage counters from Azurill.",
"type": "Poké-Power"
}
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Jump Catch",
"text": "Search your deck for a Trainer card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 8.49,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 8.49
},
{
"condition": "LP",
"price": 8.19
},
{
"condition": "MP",
"price": 7.25
},
{
"condition": "HP",
"price": 5.08
},
{
"condition": "DMG",
"price": 4.79
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 19.5,
"low": 19.38,
"high": 23,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 9.5,
"low": 8.07,
"high": 10.93,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 250,
"low": 212.5,
"high": 287.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 11.5,
"low": 9.78,
"high": 13.23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 11.5,
"low": 11.5,
"high": 14.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 2
}
],
"market_updated_at": "2026-09-21T02:24:18.603Z",
"trend_7d": {
"direction": "down",
"percent": -10.44
}
}
}
}