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

← Advent of Arceus
Helix Fossil

Helix Fossil

Non #81 Trainer Item HP 50
Illustrator
Ryo Ueda
Expansion
Advent of Arceus · Platinum
Language
Japanese
TCGplayer
607688
GET /api/v1/pokemon/cards/pt4_ja-81?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt4_ja-81",
    "name": "Helix Fossil",
    "number": "81",
    "printed_number": "81",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/81.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/81.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/81.large.webp"
      }
    ],
    "expansion": {
      "id": "pt4_ja",
      "name": "Advent of Arceus",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT4",
      "printed_total": 90,
      "release_date": "2009/07/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Advent of Arceus"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607688",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/81.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/81.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt4_ja/81.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": "Non",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 0.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 62,
          "low": 52.7,
          "high": 71.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:24:40.707Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}