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

← Astral Radiance
Starmie V

Starmie V

Rare Ultra #166 Pokémon BasicV HP 190
Types
Water
Illustrator
Eske Yoshinob
Expansion
Astral Radiance · Sword & Shield
Language
English
TCGplayer
272418

Attacks

Swift 50
Colorless · Colorless

This attack's damage isn't affected by Weakness or Resistance, or by any effects on your opponent's Active Pokémon.

Energy Spiral 50
Water · Water

This attack does 50 damage for each Energy attached to all of your opponent's Pokémon.

GET /api/v1/pokemon/cards/swsh10-166vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10-166vh",
    "name": "Starmie V",
    "number": "166",
    "printed_number": "166",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/166vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/166vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/166vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10",
      "name": "Astral Radiance",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "ASR",
      "printed_total": 189,
      "release_date": "2022/05/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "272418",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/166vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/166vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/166vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Water"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Swift",
        "text": "This attack's damage isn't affected by Weakness or Resistance, or by any effects on your opponent's Active Pokémon.",
        "damage": "50"
      },
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Energy Spiral",
        "text": "This attack does 50 damage for each Energy attached to all of your opponent's Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare Ultra",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 4.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.19
        },
        {
          "condition": "LP",
          "price": 3.1
        },
        {
          "condition": "MP",
          "price": 2.16
        },
        {
          "condition": "HP",
          "price": 2.39
        },
        {
          "condition": "DMG",
          "price": 2.34
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 24.08,
          "low": 20.47,
          "high": 27.69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 20.34,
          "low": 21.49,
          "high": 25.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10.5,
          "low": 9.5,
          "high": 10.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 56.04,
          "low": 48.4,
          "high": 67.56,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.01,
          "low": 10.01,
          "high": 10.64,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.43,
          "low": 18.4,
          "high": 18.4,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:53:05.614Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.48
      }
    }
  }
}