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

← Power Keepers
Trapinch

Trapinch

Common #68 Pokémon Basic HP 50
Types
Fighting
Illustrator
Sachiko Adachi
Expansion
Power Keepers · EX
Language
English
TCGplayer
90022

Attacks

Surprise Attack 20
Colorless

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/ex16-68?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex16-68",
    "name": "Trapinch",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/68.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/68.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/68.large.webp"
      }
    ],
    "expansion": {
      "id": "ex16",
      "name": "Power Keepers",
      "total": 108,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "PK",
      "printed_total": 108,
      "release_date": "2007/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90022",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/68.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/68.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/68.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Surprise Attack",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Sachiko Adachi",
    "pricing": {
      "currency": "USD",
      "market": 1.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.64
        },
        {
          "condition": "LP",
          "price": 0.85
        },
        {
          "condition": "MP",
          "price": 0.38
        },
        {
          "condition": "HP",
          "price": 0.42
        },
        {
          "condition": "DMG",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 52.9,
          "low": 87,
          "high": 87,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.65,
          "low": 15.01,
          "high": 15.01,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:09:57.202Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.29
      }
    }
  }
}