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

← McDonald's Collection 2019
Magmar

Magmar

Common #3 Pokémon Basic HP 80
Types
Fire
Illustrator
Yumi
Expansion
McDonald's Collection 2019 · Other
Language
English
TCGplayer
200963

Attacks

Controlled Burn
Fire

Discard the top card of your opponent's deck.

Flamethrower 80
Fire · Fire · Colorless

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/mcd19-3vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd19-3vh",
    "name": "Magmar",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/3vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/3vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/3vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd19",
      "name": "McDonald's Collection 2019",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2019/10/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd19.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd19.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "200963",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/3vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/3vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd19/3vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Controlled Burn",
        "text": "Discard the top card of your opponent's deck."
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Flamethrower",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Yumi",
    "pricing": {
      "currency": "USD",
      "market": 10.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.52
        },
        {
          "condition": "LP",
          "price": 5.02
        },
        {
          "condition": "MP",
          "price": 2.27
        },
        {
          "condition": "HP",
          "price": 1.85
        },
        {
          "condition": "DMG",
          "price": 0.9
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.74,
          "low": 7.5,
          "high": 15.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 37,
          "low": 31.45,
          "high": 42.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "3",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:23:38.971Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.93
      }
    }
  }
}