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

← Crimson Haze
Infernape

Infernape

Rare #17 Pokémon Stage 2 HP 140
Types
Fire
Illustrator
Takumi Wada
Expansion
Crimson Haze · Scarlet & Violet
Language
Japanese
TCGplayer
566072

Attacks

Scorching Fire 200
Fire · Fire · Colorless

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/sv5a_ja-17vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5a_ja-17vh",
    "name": "Infernape",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5a_ja/17vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5a_ja/17vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5a_ja/17vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5a_ja",
      "name": "Crimson Haze",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV5a",
      "printed_total": 66,
      "release_date": "2024/03/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Crimson Haze"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "566072",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5a_ja/17vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5a_ja/17vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5a_ja/17vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Fire Dance",
        "text": "Once during your turn, you may attach a Basic Fire Energy card, a Basic Fighting Energy card, or 1 of each from your hand to your Pokémon in any way you like.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Scorching Fire",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Takumi Wada",
    "pricing": {
      "currency": "USD",
      "market": 0.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.28
        },
        {
          "condition": "LP",
          "price": 0.14
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 29.49,
          "low": 19,
          "high": 30.36,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 57.4,
          "low": 48.79,
          "high": 66.01,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 165.25,
          "low": 140.46,
          "high": 190.04,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:15:00.849Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.45
      }
    }
  }
}