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

← Majestic Dawn
Infernape

Infernape

Rare #22 Pokémon Stage 2 HP 110
Types
Fire
Illustrator
Daisuke Ito
Expansion
Majestic Dawn · Diamond & Pearl
Language
English
TCGplayer
86275

Attacks

Mach Punch 30
Colorless

Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Mega Bravo 40
Fire

Discard all Fire Energy attached to Infernape. This attack does 40 damage times the amount of Fire Energy you discarded.

GET /api/v1/pokemon/cards/dp5-22?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5-22",
    "name": "Infernape",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/22.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/22.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/22.large.webp"
      }
    ],
    "expansion": {
      "id": "dp5",
      "name": "Majestic Dawn",
      "total": 100,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MD",
      "printed_total": 100,
      "release_date": "2008/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86275",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/22.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/22.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/22.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Mach Punch",
        "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "30"
      },
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Mega Bravo",
        "text": "Discard all Fire Energy attached to Infernape. This attack does 40 damage times the amount of Fire Energy you discarded.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+30"
      }
    ],
    "rarity": "Rare",
    "artist": "Daisuke Ito",
    "pricing": {
      "currency": "USD",
      "market": 15.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.98
        },
        {
          "condition": "LP",
          "price": 5.16
        },
        {
          "condition": "MP",
          "price": 3.64
        },
        {
          "condition": "HP",
          "price": 3.21
        },
        {
          "condition": "DMG",
          "price": 2.34
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 133,
          "low": 113.05,
          "high": 152.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 65,
          "low": 55.25,
          "high": 74.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 65,
          "low": 55.25,
          "high": 74.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:36:44.623Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}