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

← Mystery of the Fossils
Mysterious Fossil

Mysterious Fossil

Common #46 Trainer HP 10
Illustrator
Keiji Kinebuchi
Expansion
Mystery of the Fossils · Original
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/base3_ja-46?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "base3_ja-46",
    "name": "Mysterious Fossil",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base3_ja-46.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base3_ja-46.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base3_ja-46.large.webp"
      }
    ],
    "expansion": {
      "id": "base3_ja",
      "name": "Mystery of the Fossils",
      "total": 48,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Original",
      "printed_total": 48,
      "release_date": "1997/06/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/base3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/base3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mystery of the Fossils"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base3_ja-46.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base3_ja-46.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base3_ja-46.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "hp": "10",
    "rarity": "Common",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 1.22,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-28T22:48:16.112Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}