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
Trapinch

Trapinch

Common #53 Pokémon Basic HP 60
Types
Fighting
Illustrator
Mizue
Expansion
Furious Fists · XY
Language
English
TCGplayer
92230

Attacks

Mountain Munch
Fighting

Discard the top card of your opponent's deck.

Mud-Slap 10
Colorless · Colorless
GET /api/v1/pokemon/cards/xy3-53vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3-53vrh",
    "name": "Trapinch",
    "number": "53",
    "printed_number": "53",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/53vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/53vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/53vrh.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": "92230",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/53vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/53vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/53vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Mountain Munch",
        "text": "Discard the top card of your opponent's deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mud-Slap",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 0.47,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.47
        },
        {
          "condition": "LP",
          "price": 0.45
        },
        {
          "condition": "MP",
          "price": 0.39
        },
        {
          "condition": "HP",
          "price": 0.25
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "5",
          "value": 17.5,
          "low": 14.88,
          "high": 20.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:01:55.641Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.84
      }
    }
  }
}