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

← Flashfire
Pyroar

Pyroar

Rare Holo #20 Pokémon Stage 1 HP 110
Types
Fire
Illustrator
5ban Graphics
Expansion
Flashfire · XY
Language
English
TCGplayer
91153

Attacks

Scorching Fang 60
Fire · Colorless · Colorless

You may discard a Fire Energy attached to this Pokémon. If you do, this attack does 30 more damage.

GET /api/v1/pokemon/cards/xy2-20vh?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2-20vh",
    "name": "Pyroar",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/20vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/20vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/20vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy2",
      "name": "Flashfire",
      "total": 110,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FLF",
      "printed_total": 106,
      "release_date": "2014/05/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "91153",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/20vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/20vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/20vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Intimidating Mane",
        "text": "Prevent all damage done to this Pokémon by attacks from your opponent's Basic Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Scorching Fang",
        "text": "You may discard a Fire Energy attached to this Pokémon. If you do, this attack does 30 more damage.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.82,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.82
        },
        {
          "condition": "LP",
          "price": 0.8
        },
        {
          "condition": "MP",
          "price": 0.56
        },
        {
          "condition": "HP",
          "price": 0.4
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 115.5,
          "low": 98.18,
          "high": 132.82,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 10.5,
          "low": 10.5,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7.75,
          "low": 7.75,
          "high": 8.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 9,
          "high": 24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:37:40.580Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.8
      }
    }
  }
}