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

← PCG Promos
Typhlosion

Typhlosion

Promo #51 Pokémon Stage 2
Types
Fire
Illustrator
Hajime Kusajima
Expansion
PCG Promos · PCG
Language
Japanese
TCGplayer

Attacks

Flickering Flames 20
Fire

The Defending Pokémon is now Asleep.

Rage 50+
Fire · Colorless · Colorless

Does 50 damage plus 10 more damage for each damage counter on Typhlosion.

GET /api/v1/pokemon/cards/pcgp_ja-51vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcgp_ja-51vh",
    "name": "Typhlosion",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/51vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/51vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/51vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pcgp_ja",
      "name": "PCG Promos",
      "total": 153,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 153,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PCG Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/51vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/51vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/51vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "abilities": [
      {
        "name": "Burning Aura",
        "text": "As long as Typhlosion is your Active Pokémon, put 1 damage counter on each Active Pokémon (both yours and your opponent's) between turns.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Flickering Flames",
        "text": "The Defending Pokémon is now Asleep.",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rage",
        "text": "Does 50 damage plus 10 more damage for each damage counter on Typhlosion.",
        "damage": "50+"
      }
    ],
    "rarity": "Promo",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 13.44,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 13.44
        },
        {
          "condition": "DMG",
          "price": 12.61
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "7",
          "value": 16.8,
          "low": 14.28,
          "high": 19.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 252,
          "low": 214.2,
          "high": 289.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-31T04:52:56.277Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}