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

← Skyridge
Buried Fossil

Buried Fossil

Common #47 Pokémon Basic HP 30
Types
Colorless
Illustrator
Atsuko Ujiie
Expansion
Skyridge · E-Card
Language
English
TCGplayer
84048
GET /api/v1/pokemon/cards/ecard3-47vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard3-47vrh",
    "name": "Buried Fossil",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/47vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/47vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/47vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard3",
      "name": "Skyridge",
      "total": 182,
      "language": "English",
      "language_code": "en",
      "series": "E-Card",
      "code": "SK",
      "printed_total": 144,
      "release_date": "2003/05/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84048",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/47vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/47vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/47vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "30",
    "abilities": [
      {
        "name": "Reconstruction",
        "text": "Once during your turn (before your attack), if you have a basic Energy card in your hand, you may search your deck for an Omanyte or Kabuto card, show it to your opponent, and put it into your hand. Then put a basic Energy card from your hand into your deck. Shuffle your deck afterward.",
        "type": "Poké-Power"
      }
    ],
    "rarity": "Common",
    "artist": "Atsuko Ujiie",
    "pricing": {
      "currency": "USD",
      "market": 38.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 38.99
        },
        {
          "condition": "MP",
          "price": 34.99
        },
        {
          "condition": "HP",
          "price": 38
        },
        {
          "condition": "DMG",
          "price": 20
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 50,
          "low": 50,
          "high": 50,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 250,
          "low": 200,
          "high": 300,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 387,
          "low": 328.95,
          "high": 445.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 53,
          "low": 53,
          "high": 53,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 31,
          "low": 26.35,
          "high": 35.65,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 120.49,
          "low": 120.49,
          "high": 120.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:47:10.710Z",
      "trend_7d": {
        "direction": "down",
        "percent": -22.41
      }
    }
  }
}