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

← Plasma Gale
Infernape

Infernape

Rare #11 Pokémon Stage 2Team Plasma HP 130
Types
Fire
Illustrator
5ban Graphics
Expansion
Plasma Gale · Black & White
Language
Japanese
TCGplayer

Attacks

Torment 30
Colorless

Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.

Malevolent Fire 120
Fire · Colorless

Discard all Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/bw7_ja-11vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw7_ja-11vh",
    "name": "Infernape",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/11vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/11vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/11vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw7_ja",
      "name": "Plasma Gale",
      "total": 79,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW7",
      "printed_total": 70,
      "release_date": "2012/09/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Plasma Gale"
        }
      }
    },
    "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/bw7_ja/11vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/11vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7_ja/11vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "Team Plasma"
    ],
    "types": [
      "Fire"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Torment",
        "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.",
        "damage": "30"
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Malevolent Fire",
        "text": "Discard all Energy attached to this Pokémon.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 6.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.34
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 84.5,
          "low": 71.83,
          "high": 97.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32.63,
          "low": 45,
          "high": 45,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-10T02:34:44.423Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}