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

Claw Fossil

Common #78 Trainer Item HP 40
Illustrator
Ryo Ueda
Expansion
Legend Maker · EX
Language
English
TCGplayer
84329
GET /api/v1/pokemon/cards/ex12-78?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex12-78",
    "name": "Claw Fossil",
    "number": "78",
    "printed_number": "78",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/78.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/78.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/78.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": "84329",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/78.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/78.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/78.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": 0.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.24
        },
        {
          "condition": "MP",
          "price": 0.19
        },
        {
          "condition": "HP",
          "price": 0.13
        },
        {
          "condition": "DMG",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11,
          "low": 11,
          "high": 13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 59,
          "low": 50.15,
          "high": 67.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 31.75,
          "low": 10.51,
          "high": 44.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-11T08:04:36.806Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}