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
Claw Fossil

Claw Fossil

Common #84 Trainer Item HP 40
Illustrator
Ryo Ueda
Expansion
Power Keepers · EX
Language
English
TCGplayer
84331
GET /api/v1/pokemon/cards/ex16-84vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex16-84vrh",
    "name": "Claw Fossil",
    "number": "84",
    "printed_number": "84",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/84vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/84vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/84vrh.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": "84331",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/84vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/84vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/84vrh.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": 2.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        },
        {
          "condition": "LP",
          "price": 1.58
        },
        {
          "condition": "MP",
          "price": 1.44
        },
        {
          "condition": "HP",
          "price": 0.7
        },
        {
          "condition": "DMG",
          "price": 1.78
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "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": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 52,
          "low": 44.2,
          "high": 59.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 28.15,
          "low": 31.99,
          "high": 31.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-06T02:29:07.483Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}