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

← Furious Fists
Hawlucha-EX

Hawlucha-EX

Rare Holo EX #64 Pokémon BasicEX HP 130
Types
Fighting
Illustrator
5ban Graphics
Expansion
Furious Fists · XY
Language
English
TCGplayer
92241

Attacks

Moonsault Stomp 60
Fighting · Colorless · Colorless

If there is any Stadium card in play, this attack does 40 more damage.

GET /api/v1/pokemon/cards/xy3-64vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3-64vh",
    "name": "Hawlucha-EX",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/64vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/64vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/64vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3",
      "name": "Furious Fists",
      "total": 114,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FFI",
      "printed_total": 111,
      "release_date": "2014/08/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "92241",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/64vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/64vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/64vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Counterattack",
        "text": "If this Pokémon is your Active Pokémon and is damaged by an opponent's attack (even if this Pokémon is Knocked Out), put 2 damage counters on the Attacking Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Moonsault Stomp",
        "text": "If there is any Stadium card in play, this attack does 40 more damage.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo EX",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 25.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 25.23
        },
        {
          "condition": "LP",
          "price": 9.87
        },
        {
          "condition": "MP",
          "price": 7.25
        },
        {
          "condition": "HP",
          "price": 3.71
        },
        {
          "condition": "DMG",
          "price": 2.21
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 13.5,
          "low": 11.48,
          "high": 15.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24.49,
          "low": 20.82,
          "high": 28.16,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 50.37,
          "low": 59.99,
          "high": 59.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:39:13.477Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.21
      }
    }
  }
}