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 Heroes 1st Edition
Blaine's Magmar

Blaine's Magmar

Uncommon #37 Pokémon Basic HP 60
Types
Fire
Illustrator
Ken Sugimori
Expansion
Gym Heroes 1st Edition · Gym
Language
English
TCGplayer
83873

Attacks

Firebreathing 10+
Fire

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

Lava Burst 20×
Fire · Fire · Fire

Discard the top 5 cards of your deck. (If there are fewer than 5 cards in your deck, discard all of them.) This attack does 20 damage for each Fire Energy card you discarded in this way.

GET /api/v1/pokemon/cards/gym1-37v1e?include=prices 200 25ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym1-37v1e",
    "name": "Blaine's Magmar",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/37v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/37v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/37v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "gym1-1st-edition",
      "name": "Gym Heroes 1st Edition",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Gym",
      "printed_total": 132,
      "release_date": "2000/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/gym1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83873",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/37v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/37v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1-1st-edition/37v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Firebreathing",
        "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage; if tails, this attack does 10 damage.",
        "damage": "10+"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 3,
        "name": "Lava Burst",
        "text": "Discard the top 5 cards of your deck. (If there are fewer than 5 cards in your deck, discard all of them.) This attack does 20 damage for each Fire Energy card you discarded in this way.",
        "damage": "20×"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 9.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.5
        },
        {
          "condition": "LP",
          "price": 4.96
        },
        {
          "condition": "MP",
          "price": 3.53
        },
        {
          "condition": "HP",
          "price": 3.22
        },
        {
          "condition": "DMG",
          "price": 2.28
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 44,
          "low": 37.4,
          "high": 50.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 96.5,
          "low": 82.03,
          "high": 110.98,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 40,
          "low": 37.2,
          "high": 55,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 58.22,
          "low": 63.8,
          "high": 78.19,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:05:15.870Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.93
      }
    }
  }
}