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

← Majestic Dawn
Helix Fossil

Helix Fossil

Common #91 Trainer Item HP 50
Illustrator
Ryo Ueda
Expansion
Majestic Dawn · Diamond & Pearl
Language
English
TCGplayer
86057
GET /api/v1/pokemon/cards/dp5-91?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5-91",
    "name": "Helix Fossil",
    "number": "91",
    "printed_number": "91",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/91.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/91.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/91.large.webp"
      }
    ],
    "expansion": {
      "id": "dp5",
      "name": "Majestic Dawn",
      "total": 100,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MD",
      "printed_total": 100,
      "release_date": "2008/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86057",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/91.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/91.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/91.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.42,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.42
        },
        {
          "condition": "LP",
          "price": 0.32
        },
        {
          "condition": "MP",
          "price": 0.2
        },
        {
          "condition": "HP",
          "price": 0.4
        },
        {
          "condition": "DMG",
          "price": 0.19
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 21.5,
          "low": 18.27,
          "high": 24.73,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 4.5,
          "low": 3.83,
          "high": 5.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:36:44.623Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.7
      }
    }
  }
}