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

← Challenge from the Darkness
Blaine's Magmar

Blaine's Magmar

Uncommon #126 Pokémon Basic HP 60
Types
Fire
Illustrator
Ken Sugimori
Expansion
Challenge from the Darkness · Gym
Language
Japanese
TCGplayer

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/gym2_ja-31?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym2_ja-31",
    "name": "Blaine's Magmar",
    "number": "126",
    "printed_number": "126",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-31.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-31.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-31.large.webp"
      }
    ],
    "expansion": {
      "id": "gym2_ja",
      "name": "Challenge from the Darkness",
      "total": 98,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Gym",
      "printed_total": 98,
      "release_date": "1999/06/25",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Challenge from the Darkness"
        }
      }
    },
    "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/gym2_ja-31.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-31.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym2_ja-31.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": 3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3
        },
        {
          "condition": "LP",
          "price": 0.75
        },
        {
          "condition": "MP",
          "price": 0.74
        },
        {
          "condition": "HP",
          "price": 0.5
        },
        {
          "condition": "DMG",
          "price": 0.6
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 67.2,
          "low": 20.5,
          "high": 71.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 152.93,
          "low": 156.5,
          "high": 156.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "3",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 20.38,
          "low": 20.32,
          "high": 20.44,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22.5,
          "low": 22.5,
          "high": 25.97,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.5,
          "low": 19.7,
          "high": 22.1,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T03:43:24.710Z",
      "trend_7d": {
        "direction": "down",
        "percent": -12.28
      }
    }
  }
}