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

← Remix Bout
Alolan Persian-GX

Alolan Persian-GX

Super Rare #71 Pokémon Stage 1GX HP 200
Types
Darkness
Illustrator
PLANETA Tsuji
Expansion
Remix Bout · Sun & Moon
Language
Japanese
TCGplayer
574961

Attacks

Claw Slash 120
Darkness · Colorless · Colorless
Stalking Claws-GX
Darkness · Colorless · Colorless

This attack does 120 damage to 1 of your opponent's Pokémon. This damage isn't affected by Weakness, Resistance, or any other effects on that Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm11a_ja-71vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11a_ja-71vh",
    "name": "Alolan Persian-GX",
    "number": "71",
    "printed_number": "71",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/71vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/71vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/71vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11a_ja",
      "name": "Remix Bout",
      "total": 80,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM11a",
      "printed_total": 64,
      "release_date": "2019/07/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Remix Bout"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574961",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/71vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/71vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/71vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "GX"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "200",
    "abilities": [
      {
        "name": "Smug Face",
        "text": "Prevent all effects of attacks, including damage, done to this Pokémon by your opponent's TAG TEAM Pokémon and Ultra Beasts, and by your opponent's Pokémon that have any Special Energy attached to them.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Claw Slash",
        "damage": "120"
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Stalking Claws-GX",
        "text": "This attack does 120 damage to 1 of your opponent's Pokémon. This damage isn't affected by Weakness, Resistance, or any other effects on that Pokémon. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Super Rare",
    "artist": "PLANETA Tsuji",
    "pricing": {
      "currency": "USD",
      "market": 3.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.11
        },
        {
          "condition": "LP",
          "price": 2.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 23.3,
          "low": 16.3,
          "high": 37.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:54:39.531Z",
      "trend_7d": {
        "direction": "down",
        "percent": -20.05
      }
    }
  }
}