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

← Gym Challenge 1st Edition
Lt. Surge's Secret Plan

Lt. Surge's Secret Plan

Rare #107 Trainer
Illustrator
Ken Sugimori
Expansion
Gym Challenge 1st Edition · Gym
Language
English
TCGplayer
86867
GET /api/v1/pokemon/cards/gym2-107v1e?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym2-107v1e",
    "name": "Lt. Surge's Secret Plan",
    "number": "107",
    "printed_number": "107",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/107v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/107v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/107v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "gym2-1st-edition",
      "name": "Gym Challenge 1st Edition",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Gym",
      "printed_total": 132,
      "release_date": "2000/10/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86867",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/107v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/107v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/107v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 9.87,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.87
        },
        {
          "condition": "LP",
          "price": 7.48
        },
        {
          "condition": "MP",
          "price": 4.41
        },
        {
          "condition": "HP",
          "price": 4.15
        },
        {
          "condition": "DMG",
          "price": 2.49
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 57,
          "low": 48.45,
          "high": 65.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24.05,
          "low": 28.99,
          "high": 28.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26.53,
          "low": 36.95,
          "high": 36.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:48:56.915Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.59
      }
    }
  }
}