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

← Scarlet & Violet Black Star Promos
Team Rocket's Persian ex

Team Rocket's Persian ex

Promo #218 Pokémon Stage 1ex HP 260
Types
Colorless
Illustrator
5ban Graphics
Expansion
Scarlet & Violet Black Star Promos · Scarlet & Violet
Language
English
TCGplayer
653259

Attacks

Haughty Order
Colorless · Colorless

Reveal the top 10 cards of your opponent's deck. You may choose an attack from a Pokémon you find there and use it as this attack. Shuffle the revealed cards into your opponent's deck.

Cruel Slash 140
Colorless · Colorless · Colorless

Your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/svp-218vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp-218vh",
    "name": "Team Rocket's Persian ex",
    "number": "218",
    "printed_number": "218",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/218vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/218vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/218vh.large.webp"
      }
    ],
    "expansion": {
      "id": "svp",
      "name": "Scarlet & Violet Black Star Promos",
      "total": 225,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVP",
      "printed_total": 224,
      "release_date": "2023/01/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "653259",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/218vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/218vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/218vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "260",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Haughty Order",
        "text": "Reveal the top 10 cards of your opponent's deck. You may choose an attack from a Pokémon you find there and use it as this attack. Shuffle the revealed cards into your opponent's deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Cruel Slash",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.14
        },
        {
          "condition": "HP",
          "price": 0.75
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 8.88,
          "low": 8,
          "high": 8,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 12,
          "low": 12,
          "high": 12,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 60,
          "low": 30.6,
          "high": 66.4,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.72,
          "low": 25,
          "high": 25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:53:34.082Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.64
      }
    }
  }
}