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

← Chaos Rising
Mega Pyroar ex

Mega Pyroar ex

Ultra Rare #99 Pokémon Stage 1MEGAex HP 340
Types
Fire
Illustrator
Keisuke Azuma
Expansion
Chaos Rising · Mega Evolution
Language
English
TCGplayer
693520

Attacks

Ferocious Bellow 80
Fire · Colorless

During your opponent's next turn, attacks used by the Defending Pokémon do 50 less damage (before applying Weakness and Resistance).

Fiery Big Bang 290-
Fire · Fire · Colorless

This attack does 10 less damage for each damage counter on this Pokémon.

GET /api/v1/pokemon/cards/me4-99vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me4-99vh",
    "name": "Mega Pyroar ex",
    "number": "99",
    "printed_number": "99",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-99vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-99vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-99vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me4",
      "name": "Chaos Rising",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "CRI",
      "printed_total": 86,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/me4/logo-1779247335774.png",
      "symbol": " "
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "693520",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-99vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-99vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-99vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "MEGA",
      "ex"
    ],
    "types": [
      "Fire"
    ],
    "hp": "340",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ferocious Bellow",
        "text": "During your opponent's next turn, attacks used by the Defending Pokémon do 50 less damage (before applying Weakness and Resistance).",
        "damage": "80"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fiery Big Bang",
        "text": "This attack does 10 less damage for each damage counter on this Pokémon.",
        "damage": "290-"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Ultra Rare",
    "artist": "Keisuke Azuma",
    "pricing": {
      "currency": "USD",
      "market": 2.78,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.78
        },
        {
          "condition": "LP",
          "price": 2.49
        },
        {
          "condition": "MP",
          "price": 2.49
        },
        {
          "condition": "DMG",
          "price": 1.46
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 23.94,
          "low": 23.75,
          "high": 24.05,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 10.5,
          "low": 10.5,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 20.5,
          "low": 19.01,
          "high": 20.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 12,
          "low": 12,
          "high": 12,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 11.5,
          "low": 11.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 65.34,
          "low": 51,
          "high": 79.87,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.1,
          "low": 14,
          "high": 23.7,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        }
      ],
      "market_updated_at": "2026-09-21T02:29:05.702Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.85
      }
    }
  }
}