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

← Legend Maker
Trapinch

Trapinch

Common #67 Pokémon Basic HP 50
Types
Fighting
Illustrator
Tomokazu Komiya
Expansion
Legend Maker · EX
Language
English
TCGplayer
90021

Attacks

Pebble Throw
Colorless

Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Double Pinchers 20
Fighting · Colorless

Flip 2 coins. This attack does 20 damage times the number of heads.

GET /api/v1/pokemon/cards/ex12-67?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex12-67",
    "name": "Trapinch",
    "number": "67",
    "printed_number": "67",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/67.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/67.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/67.large.webp"
      }
    ],
    "expansion": {
      "id": "ex12",
      "name": "Legend Maker",
      "total": 93,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "LM",
      "printed_total": 92,
      "release_date": "2006/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90021",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/67.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/67.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/67.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Pebble Throw",
        "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Double Pinchers",
        "text": "Flip 2 coins. This attack does 20 damage times the number of heads.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2
        },
        {
          "condition": "LP",
          "price": 1.25
        },
        {
          "condition": "MP",
          "price": 0.58
        },
        {
          "condition": "HP",
          "price": 0.5
        },
        {
          "condition": "DMG",
          "price": 0.4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 16.5,
          "low": 16.5,
          "high": 17,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 197,
          "low": 167.45,
          "high": 226.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 53.93,
          "low": 51.59,
          "high": 65.89,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 8,
          "low": 7.38,
          "high": 8,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:32:31.627Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8.7
      }
    }
  }
}