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

← Steam Siege
Persian

Persian

Uncommon #89 Pokémon Stage 1 HP 90
Types
Colorless
Illustrator
Anesaki Dynamic
Expansion
Steam Siege · XY
Language
English
TCGplayer
121215

Attacks

Raid 30
Colorless

If this Pokémon evolved from Meowth during this turn, this attack does 30 more damage.

Fury Swipes 30
Colorless · Colorless

Flip 3 coins. This attack does 30 damage times the number of heads.

GET /api/v1/pokemon/cards/xy11-89?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11-89",
    "name": "Persian",
    "number": "89",
    "printed_number": "89",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/89.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/89.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/89.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11",
      "name": "Steam Siege",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "STS",
      "printed_total": 114,
      "release_date": "2016/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "121215",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/89.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/89.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/89.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Raid",
        "text": "If this Pokémon evolved from Meowth during this turn, this attack does 30 more damage.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Fury Swipes",
        "text": "Flip 3 coins. This attack does 30 damage times the number of heads.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 0.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.23
        },
        {
          "condition": "LP",
          "price": 0.22
        },
        {
          "condition": "MP",
          "price": 0.17
        },
        {
          "condition": "HP",
          "price": 0.17
        },
        {
          "condition": "DMG",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 149.99,
          "low": 127.49,
          "high": 172.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 14,
          "low": 14,
          "high": 14,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:54:36.555Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.17
      }
    }
  }
}