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

← Arceus
Helix Fossil

Helix Fossil

Common #93 Trainer Item HP 50
Illustrator
Ryo Ueda
Expansion
Arceus · Platinum
Language
English
TCGplayer
86058
GET /api/v1/pokemon/cards/pl4-93?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl4-93",
    "name": "Helix Fossil",
    "number": "93",
    "printed_number": "93",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/93.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/93.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/93.large.webp"
      }
    ],
    "expansion": {
      "id": "pl4",
      "name": "Arceus",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "AR",
      "printed_total": 99,
      "release_date": "2009/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86058",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/93.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/93.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/93.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "Aqua Reaction",
        "text": "When you attach a Water Energy card from your hand to Helix Fossil (excluding effects of attacks or Poké-Powers), search your deck for a card that evolves from Helix Fossil and put it onto Helix Fossil (this counts as evolving Helix Fossil). Shuffle your deck afterward.",
        "type": "Poké-Body"
      }
    ],
    "rarity": "Common",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        },
        {
          "condition": "LP",
          "price": 0.28
        },
        {
          "condition": "MP",
          "price": 0.33
        },
        {
          "condition": "HP",
          "price": 0.21
        },
        {
          "condition": "DMG",
          "price": 0.17
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:38:37.031Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.78
      }
    }
  }
}