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 Frontiers
Old Rod

Old Rod

Uncommon #78 Trainer Item
Illustrator
Shizurow
Expansion
Dragon Frontiers · EX
Language
English
TCGplayer
87852
GET /api/v1/pokemon/cards/ex15-78vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex15-78vrh",
    "name": "Old Rod",
    "number": "78",
    "printed_number": "78",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex15/78vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex15/78vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex15/78vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex15",
      "name": "Dragon Frontiers",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "DF",
      "printed_total": 101,
      "release_date": "2006/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex15.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex15.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87852",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex15/78vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex15/78vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex15/78vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "Shizurow",
    "pricing": {
      "currency": "USD",
      "market": 5.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.99
        },
        {
          "condition": "LP",
          "price": 2.64
        },
        {
          "condition": "MP",
          "price": 1.07
        },
        {
          "condition": "HP",
          "price": 0.91
        },
        {
          "condition": "DMG",
          "price": 0.64
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 39.99,
          "low": 33.99,
          "high": 45.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 39,
          "low": 33.15,
          "high": 44.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 37,
          "low": 31.45,
          "high": 42.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 41.28,
          "low": 41,
          "high": 41,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:28:21.202Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}