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

← Dragon Vault
Super Rod

Super Rod

Rare Holo #20 Trainer Item
Illustrator
5ban Graphics
Expansion
Dragon Vault · Black & White
Language
English
TCGplayer
89632
GET /api/v1/pokemon/cards/dv1-20vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dv1-20vh",
    "name": "Super Rod",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/20vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/20vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/20vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dv1",
      "name": "Dragon Vault",
      "total": 21,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DRV",
      "printed_total": 20,
      "release_date": "2012/10/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dv1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dv1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89632",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/20vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/20vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/20vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Rare Holo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 5.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.51
        },
        {
          "condition": "LP",
          "price": 3.97
        },
        {
          "condition": "MP",
          "price": 3.45
        },
        {
          "condition": "HP",
          "price": 3.59
        },
        {
          "condition": "DMG",
          "price": 2.7
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 225.17,
          "low": 191.39,
          "high": 258.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 4.7,
          "low": 3.25,
          "high": 3.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 72.9,
          "low": 63,
          "high": 63,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:47:06.103Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.1
      }
    }
  }
}