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

← Team Up
Shaymin ◇

Shaymin ◇

Rare Prism Star #10 Pokémon BasicPrism Star HP 80
Types
Grass
Illustrator
kawayoo
Expansion
Team Up · Sun & Moon
Language
English
TCGplayer
183781

Attacks

Flower Storm 30
Grass · Grass

This attack does 30 damage times the amount of basic Energy attached to all of your Pokémon.

GET /api/v1/pokemon/cards/sm9-10vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9-10vh",
    "name": "Shaymin ◇",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/10vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/10vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/10vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9",
      "name": "Team Up",
      "total": 198,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "TEU",
      "printed_total": 181,
      "release_date": "2019/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "183781",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/10vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/10vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9/10vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Prism Star"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass"
        ],
        "converted_energy_cost": 2,
        "name": "Flower Storm",
        "text": "This attack does 30 damage times the amount of basic Energy attached to all of your Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare Prism Star",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 5.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.37
        },
        {
          "condition": "LP",
          "price": 4.55
        },
        {
          "condition": "MP",
          "price": 3.18
        },
        {
          "condition": "HP",
          "price": 1.83
        },
        {
          "condition": "DMG",
          "price": 1.23
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 103.38,
          "low": 107.5,
          "high": 107.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 714.38,
          "low": 569.99,
          "high": 1130,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 8.11,
          "low": 8.25,
          "high": 8.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18.99,
          "low": 16.59,
          "high": 19.79,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25.99,
          "low": 35.92,
          "high": 35.92,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:42:04.828Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.56
      }
    }
  }
}