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

Hawlucha

Rare Holo #63 Pokémon Basic HP 70
Types
Fighting
Illustrator
5ban Graphics
Expansion
Furious Fists · XY
Language
English
TCGplayer
92240

Attacks

Flying Press 60
Fighting

If your opponent's Active Pokémon isn't a Pokémon-EX, this attack does nothing.

GET /api/v1/pokemon/cards/xy3-63vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3-63vrh",
    "name": "Hawlucha",
    "number": "63",
    "printed_number": "63",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/xy3/xy3-63vrh.small.jpeg?v=1776640617844",
        "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/xy3/xy3-63vrh.small.jpeg?v=1776640617844",
        "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/xy3/xy3-63vrh.small.jpeg?v=1776640617844"
      }
    ],
    "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": "92240",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/web-images/cards/xy3/xy3-63vrh.small.jpeg?v=1776640617844",
            "medium": "https://api.rip.fun/storage/v1/object/public/web-images/cards/xy3/xy3-63vrh.small.jpeg?v=1776640617844",
            "large": "https://api.rip.fun/storage/v1/object/public/web-images/cards/xy3/xy3-63vrh.small.jpeg?v=1776640617844"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Shining Spirit",
        "text": "Damage from this Pokémon's attacks isn't affected by Weakness or Resistance.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Flying Press",
        "text": "If your opponent's Active Pokémon isn't a Pokémon-EX, this attack does nothing.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.11
        },
        {
          "condition": "LP",
          "price": 0.94
        },
        {
          "condition": "HP",
          "price": 0.88
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 89,
          "low": 75.65,
          "high": 102.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9.53,
          "low": 12,
          "high": 12,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:39:13.477Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.91
      }
    }
  }
}