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

← Dream League
Lana's Fishing Rod

Lana's Fishing Rod

Ultra Rare #73 Trainer Item
Illustrator
Eske Yoshinob
Expansion
Dream League · Sun & Moon
Language
Japanese
TCGplayer
574895
GET /api/v1/pokemon/cards/sm11b_ja-73vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11b_ja-73vh",
    "name": "Lana's Fishing Rod",
    "number": "73",
    "printed_number": "73",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/73vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/73vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/73vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11b_ja",
      "name": "Dream League",
      "total": 75,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM11b",
      "printed_total": 49,
      "release_date": "2019/08/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dream League"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574895",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/73vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/73vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11b_ja/73vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Ultra Rare",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 4.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.45
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 33.38,
          "low": 33.37,
          "high": 33.37,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T04:05:03.237Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.98
      }
    }
  }
}