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

← XY Black Star Promos
Shaymin

Shaymin

Promo #XY188 Pokémon Basic HP 70
Types
Grass
Illustrator
Ken Sugimori
Expansion
XY Black Star Promos · XY
Language
English
TCGplayer
127136

Attacks

Aromatherapy
Colorless · Colorless

Heal 30 damage from each of your Pokémon.

Magical Leaf 40
Grass · Colorless · Colorless

Flip a coin. If heads, this attack does 20 more damage and heal 20 damage from this Pokémon.

GET /api/v1/pokemon/cards/xyp-XY188vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp-XY188vh",
    "name": "Shaymin",
    "number": "XY188",
    "printed_number": "XY188",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY188vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY188vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY188vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp",
      "name": "XY Black Star Promos",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PR-XY",
      "printed_total": 211,
      "release_date": "2013/10/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "127136",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY188vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY188vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY188vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Aromatherapy",
        "text": "Heal 30 damage from each of your Pokémon."
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Magical Leaf",
        "text": "Flip a coin. If heads, this attack does 20 more damage and heal 20 damage from this Pokémon.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 12.83,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.83
        },
        {
          "condition": "LP",
          "price": 6.73
        },
        {
          "condition": "MP",
          "price": 3.87
        },
        {
          "condition": "HP",
          "price": 2.53
        },
        {
          "condition": "DMG",
          "price": 2.41
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 10.2,
          "low": 8.67,
          "high": 11.73,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 84.95,
          "low": 84.95,
          "high": 84.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 158.75,
          "low": 158.75,
          "high": 199.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T04:02:51.277Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.47
      }
    }
  }
}