Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Brave Stars (Charm)
Infernape

Infernape

Rare #011/127 Pokémon Stage 2 HP 150
Types
Fire
Illustrator
Anesaki Dynamic
Expansion
Brave Stars (Charm) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Infernal Vortex 80
Colorless

Reveal the top 5 cards of your deck. This attack does 80 damage for each Energy card you find there. Then, discard those Energy cards and shuffle the other cards back into your deck.

Burning Kick 160
Colorless · Colorless

Discard all Energy from this Pokémon.

GET /api/v1/pokemon/cards/bsch-011?include=prices 200 44ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsch-011",
    "name": "Infernape",
    "number": "011/127",
    "printed_number": "011/127",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-011.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-011.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-011.large.webp"
      }
    ],
    "expansion": {
      "id": "bsch",
      "name": "Brave Stars (Charm)",
      "total": 176,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 176,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsch.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Charm)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-011.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-011.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-011.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Infernal Vortex",
        "text": "Reveal the top 5 cards of your deck. This attack does 80 damage for each Energy card you find there. Then, discard those Energy cards and shuffle the other cards back into your deck.",
        "damage": "80"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Burning Kick",
        "text": "Discard all Energy from this Pokémon.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 11.98,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:31:30.019Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}