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

← Noble Victories
Super Rod

Super Rod

Uncommon #95 Trainer Item
Illustrator
5ban Graphics
Expansion
Noble Victories · Black & White
Language
English
TCGplayer
89631
GET /api/v1/pokemon/cards/bw3-95?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3-95",
    "name": "Super Rod",
    "number": "95",
    "printed_number": "95",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/95.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/95.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/95.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3",
      "name": "Noble Victories",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NVI",
      "printed_total": 101,
      "release_date": "2011/11/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89631",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/95.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/95.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/95.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.57
        },
        {
          "condition": "LP",
          "price": 1.18
        },
        {
          "condition": "MP",
          "price": 0.92
        },
        {
          "condition": "HP",
          "price": 0.71
        },
        {
          "condition": "DMG",
          "price": 0.57
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:43:29.787Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.22
      }
    }
  }
}