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

← HS—Unleashed
Ninetales

Ninetales

Rare #20 Pokémon Stage 1 HP 90
Types
Fire
Illustrator
Hajime Kusajima
Expansion
HS—Unleashed · HeartGold & SoulSilver
Language
English
TCGplayer
87776

Attacks

Heat Acceleration
Fire

Search your discard pile for up to 3 Fire Energy cards and attach them to 1 of your Pokémon.

Searing Flame 30
Fire · Colorless

The Defending Pokémon is now Burned.

GET /api/v1/pokemon/cards/hgss2-20?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss2-20",
    "name": "Ninetales",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/20.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/20.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/20.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss2",
      "name": "HS—Unleashed",
      "total": 96,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "UL",
      "printed_total": 95,
      "release_date": "2010/05/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87776",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/20.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/20.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/20.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Heat Acceleration",
        "text": "Search your discard pile for up to 3 Fire Energy cards and attach them to 1 of your Pokémon."
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Searing Flame",
        "text": "The Defending Pokémon is now Burned.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 14.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.26
        },
        {
          "condition": "LP",
          "price": 6.72
        },
        {
          "condition": "MP",
          "price": 4.88
        },
        {
          "condition": "HP",
          "price": 3.44
        },
        {
          "condition": "DMG",
          "price": 2.72
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "6",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 28.5,
          "low": 24.23,
          "high": 32.78,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:49:53.759Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.26
      }
    }
  }
}