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-132?include=prices 200 16ms{
"success": true,
"data": {
"id": "sv9-132",
"name": "Greedent",
"number": "132",
"printed_number": "132",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/132.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/132.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/132.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": "623559",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/132.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/132.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9/132.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Colorless"
],
"hp": "120",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Gluttonous Tail",
"text": "Draw 2 cards.",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Jerky",
"pricing": {
"currency": "USD",
"market": 0.09,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.09
}
],
"graded": [
{
"company": "PSA",
"grade": "7",
"value": 9.95,
"low": 8.46,
"high": 11.44,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T19:22:43.569Z",
"trend_7d": {
"direction": "up",
"percent": 28.57
}
}
}
}