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

← Rising Fist
Heracross-EX

Heracross-EX

Super Rare #97 Pokémon BasicEX HP 170
Types
Grass
Illustrator
Ryo Ueda
Expansion
Rising Fist · XY
Language
Japanese
TCGplayer
603478

Attacks

Guard Press 40
Grass · Colorless

During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).

Giga Power 80+
Grass · Grass · Colorless

You may do 40 more damage. If you do, this Pokémon does 20 damage to itself.

GET /api/v1/pokemon/cards/xy3_ja-97vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3_ja-97vh",
    "name": "Heracross-EX",
    "number": "97",
    "printed_number": "97",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/97vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/97vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/97vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3_ja",
      "name": "Rising Fist",
      "total": 105,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY3",
      "printed_total": 96,
      "release_date": "2014/06/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rising Fist"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603478",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/97vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/97vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3_ja/97vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Grass"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Guard Press",
        "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).",
        "damage": "40"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Giga Power",
        "text": "You may do 40 more damage. If you do, this Pokémon does 20 damage to itself.",
        "damage": "80+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 29.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 29.99
        },
        {
          "condition": "LP",
          "price": 24.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 337.38,
          "low": 545,
          "high": 545,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 37.5,
          "low": 31.88,
          "high": 43.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-04-30T07:52:22.727Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}