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

← Platinum
Ninetales

Ninetales

Rare #36 Pokémon Stage 1 HP 90
Types
Fire
Illustrator
Suwama Chiaki
Expansion
Platinum · Platinum
Language
English
TCGplayer
87773

Attacks

Flame Bash

Flip a coin until you get tails. Search your deck for a number of basic Fire Energy cards up to the number of heads and attach them to any of your Pokémon in any way you like. Shuffle your deck afterward.

Mysterious Flames 40
Fire · Colorless

If you have more Energy in play than your opponent, the Defending Pokémon is now Burned and Confused.

GET /api/v1/pokemon/cards/pl1-36?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl1-36",
    "name": "Ninetales",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/36.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/36.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/36.large.webp"
      }
    ],
    "expansion": {
      "id": "pl1",
      "name": "Platinum",
      "total": 133,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "PL",
      "printed_total": 127,
      "release_date": "2009/02/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87773",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/36.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/36.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/36.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Flame Bash",
        "text": "Flip a coin until you get tails. Search your deck for a number of basic Fire Energy cards up to the number of heads and attach them to any of your Pokémon in any way you like. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mysterious Flames",
        "text": "If you have more Energy in play than your opponent, the Defending Pokémon is now Burned and Confused.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 7.91,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.91
        },
        {
          "condition": "LP",
          "price": 3.73
        },
        {
          "condition": "MP",
          "price": 2.75
        },
        {
          "condition": "HP",
          "price": 1.48
        },
        {
          "condition": "DMG",
          "price": 1.69
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 39.99,
          "low": 34.99,
          "high": 39.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 385,
          "low": 327.25,
          "high": 442.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "2",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 31.5,
          "low": 26.78,
          "high": 36.22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 32.5,
          "low": 27.63,
          "high": 37.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 75,
          "low": 75,
          "high": 88.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:59:05.959Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.13
      }
    }
  }
}