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

← Miscellaneous Cards & Products
Infernape

Infernape

Rare #026/172 Pokémon Stage 2 HP 150
Types
Fire
Expansion
Miscellaneous Cards & Products · Other
Language
English
TCGplayer
264823

Attacks

Infernal Vortex 80
Fire

Reveal the top 5 cards of your deck. This attack does 80 damage for each Energy card revealed in this way. Then discard those Energy cards and shuffle the other cards back into your deck.

Burning Kick 160
Colorless · Fire

Discard all Energy from this Pokémon.

GET /api/v1/pokemon/cards/fut20-dex-201?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "fut20-dex-201",
    "name": "Infernape",
    "number": "026/172",
    "printed_number": "026/172",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/fut20/fut20-dex-201.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/fut20/fut20-dex-201.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/fut20/fut20-dex-201.large.webp"
      }
    ],
    "expansion": {
      "id": "fut20",
      "name": "Miscellaneous Cards & Products",
      "total": 5,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "code": "FUT20",
      "printed_total": 5,
      "release_date": "2020/09/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/fut20/logo-1774920080320.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/fut20.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "264823",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/fut20/fut20-dex-201.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/fut20/fut20-dex-201.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/fut20/fut20-dex-201.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "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 revealed in this way. Then discard those Energy cards and shuffle the other cards back into your deck.",
        "damage": "80"
      },
      {
        "cost": [
          "Colorless",
          "Fire"
        ],
        "converted_energy_cost": 2,
        "name": "Burning Kick",
        "text": "Discard all Energy from this Pokémon.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "pricing": {
      "currency": "USD",
      "market": 0.27,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-22T02:45:21.651Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.9
      }
    }
  }
}