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

← Base Expansion Pack
Ninetales

Ninetales

Rare Holo #104 Pokémon Stage 1
Types
Fire
Illustrator
Atsuko Nishida
Expansion
Base Expansion Pack · E-Card
Language
Japanese
TCGplayer
576028

Attacks

Mislead
Fire · Colorless

Flip 2 coins. If either of them is heads, the Defending Pokémon is now Confused.

Ethereal Flame 30+
Colorless · Colorless · Colorless

Discard all Fire Energy cards attached to Ninetales. This attack does 30 damage plus 20 more damage for each card discarded this way.

GET /api/v1/pokemon/cards/ecard1_ja-104vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard1_ja-104vh",
    "name": "Ninetales",
    "number": "104",
    "printed_number": "104",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/104vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/104vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/104vh.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard1_ja",
      "name": "Base Expansion Pack",
      "total": 128,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 128,
      "release_date": "2001/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Base Expansion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576028",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/104vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/104vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/104vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mislead",
        "text": "Flip 2 coins. If either of them is heads, the Defending Pokémon is now Confused."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Ethereal Flame",
        "text": "Discard all Fire Energy cards attached to Ninetales. This attack does 30 damage plus 20 more damage for each card discarded this way.",
        "damage": "30+"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 183.3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 183.3
        },
        {
          "condition": "LP",
          "price": 75
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 140,
          "low": 119,
          "high": 161,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 82.88,
          "low": 103.5,
          "high": 103.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 37,
          "low": 31.45,
          "high": 42.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 51,
          "low": 43.35,
          "high": 58.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 527.4,
          "low": 710,
          "high": 710,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 49,
          "low": 49,
          "high": 65.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 66.5,
          "low": 66.5,
          "high": 66.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T23:16:43.077Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}