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

← Dragons Exalted
Ninetales

Ninetales

Rare Holo #19 Pokémon Stage 1 HP 90
Types
Fire
Illustrator
Hideaki Hakozaki
Expansion
Dragons Exalted · Black & White
Language
English
TCGplayer
87778

Attacks

Hexed Flame 20
Fire

Does 50 more damage for each Special Condition affecting the Defending Pokémon.

GET /api/v1/pokemon/cards/bw6-19vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6-19vrh",
    "name": "Ninetales",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/19vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/19vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/19vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6",
      "name": "Dragons Exalted",
      "total": 128,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DRX",
      "printed_total": 124,
      "release_date": "2012/08/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87778",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/19vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/19vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/19vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Bright Look",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon, you may switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Hexed Flame",
        "text": "Does 50 more damage for each Special Condition affecting the Defending Pokémon.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Hideaki Hakozaki",
    "pricing": {
      "currency": "USD",
      "market": 12.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.98
        },
        {
          "condition": "LP",
          "price": 9.23
        },
        {
          "condition": "MP",
          "price": 6.65
        },
        {
          "condition": "HP",
          "price": 4.39
        },
        {
          "condition": "DMG",
          "price": 4.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 91.2,
          "low": 91.2,
          "high": 91.2,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 39,
          "low": 33.15,
          "high": 44.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 237.5,
          "low": 201.88,
          "high": 273.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22.01,
          "low": 15.82,
          "high": 150.82,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "6.5",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:21:06.790Z",
      "trend_7d": {
        "direction": "up",
        "percent": 12.87
      }
    }
  }
}