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

← Holon Phantoms
Claw Fossil

Claw Fossil

Common #91 Trainer Item HP 40
Illustrator
Ryo Ueda
Expansion
Holon Phantoms · EX
Language
English
TCGplayer
84330
GET /api/v1/pokemon/cards/ex13-91vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex13-91vrh",
    "name": "Claw Fossil",
    "number": "91",
    "printed_number": "91",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/91vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/91vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/91vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex13",
      "name": "Holon Phantoms",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "HP",
      "printed_total": 110,
      "release_date": "2006/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex13.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex13.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84330",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/91vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/91vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/91vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "hp": "40",
    "abilities": [
      {
        "name": "Jagged Stone",
        "text": "If Claw Fossil is your Active Pokémon and is damaged by an opponent's attack (even if Claw Fossil is Knocked Out), put 1 damage counter on the Attacking Pokémon.",
        "type": "Poké-Body"
      }
    ],
    "rarity": "Common",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 5.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.17
        },
        {
          "condition": "LP",
          "price": 2.92
        },
        {
          "condition": "MP",
          "price": 2.23
        },
        {
          "condition": "HP",
          "price": 0.99
        },
        {
          "condition": "DMG",
          "price": 1.15
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 7,
          "low": 6,
          "high": 7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 12.5,
          "low": 9,
          "high": 16,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 44,
          "low": 37.4,
          "high": 50.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:30:19.103Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.19
      }
    }
  }
}