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

← Cosmic Eclipse
Pyroar

Pyroar

Uncommon #37 Pokémon Stage 1 HP 130
Types
Fire
Illustrator
KEIICHIRO ITO
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
201214

Attacks

Swirling Inferno 70
Fire · Fire · Colorless

Discard all Pokémon Tool cards and Special Energy from each of your opponent's Pokémon.

Heat Blast 140
Fire · Fire · Fire · Colorless
GET /api/v1/pokemon/cards/sm12-37?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-37",
    "name": "Pyroar",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/37.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/37.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/37.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201214",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/37.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/37.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/37.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Swirling Inferno",
        "text": "Discard all Pokémon Tool cards and Special Energy from each of your opponent's Pokémon.",
        "damage": "70"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Heat Blast",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "KEIICHIRO ITO",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "LP",
          "price": 0.17
        },
        {
          "condition": "MP",
          "price": 0.09
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:47:33.866Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}