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
Blaine

Blaine

Rare #100 Trainer
Illustrator
Ken Sugimori
Expansion
Gym Challenge 1st Edition · Gym
Language
English
TCGplayer
83859
GET /api/v1/pokemon/cards/gym2-100v1e?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym2-100v1e",
    "name": "Blaine",
    "number": "100",
    "printed_number": "100",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/100v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/100v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/100v1e.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": "83859",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/100v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/100v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2-1st-edition/100v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 14.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.99
        },
        {
          "condition": "LP",
          "price": 8.19
        },
        {
          "condition": "MP",
          "price": 7.04
        },
        {
          "condition": "HP",
          "price": 6
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 39,
          "low": 33.15,
          "high": 44.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 81,
          "low": 68.85,
          "high": 93.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 41.23,
          "low": 36.36,
          "high": 63.36,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:48:56.915Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}