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

← Leaders' Stadium
Brock's Vulpix

Brock's Vulpix

Common #37 Pokémon Basic HP 40
Types
Fire
Illustrator
Ken Sugimori
Expansion
Leaders' Stadium · Gym
Language
Japanese
TCGplayer

Attacks

Flame 20
Fire
Quick Attack 10+
Colorless · Colorless

Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage.

GET /api/v1/pokemon/cards/gym1_ja-17?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym1_ja-17",
    "name": "Brock's Vulpix",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-17.large.webp"
      }
    ],
    "expansion": {
      "id": "gym1_ja",
      "name": "Leaders' Stadium",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Gym",
      "printed_total": 96,
      "release_date": "1998/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Leaders' Stadium"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Flame",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Quick Attack",
        "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage.",
        "damage": "10+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 3.67,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.67
        },
        {
          "condition": "LP",
          "price": 1.08
        },
        {
          "condition": "MP",
          "price": 0.76
        },
        {
          "condition": "HP",
          "price": 0.41
        },
        {
          "condition": "DMG",
          "price": 0.43
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 23.99,
          "low": 23.99,
          "high": 26,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 432.5,
          "low": 359.38,
          "high": 432.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 58.08,
          "low": 49.37,
          "high": 66.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 74.99,
          "low": 63.74,
          "high": 86.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T22:48:55.462Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}