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

← Battle Region
Starmie V

Starmie V

Ultra-premium character #83 Pokémon BasicV HP 190
Types
Water
Illustrator
Akira Komayama
Expansion
Battle Region · Sword & Shield
Language
Japanese
TCGplayer
570653

Attacks

Swift 50
Colorless · Colorless

This attack's damage isn't affected by Weakness, Resistance, or any other 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/swsh9a_ja-83vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh9a_ja-83vh",
    "name": "Starmie V",
    "number": "83",
    "printed_number": "83",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja-83vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja-83vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja-83vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh9a_ja",
      "name": "Battle Region",
      "total": 93,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S9a",
      "printed_total": 67,
      "release_date": "2022/02/25",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Battle Region"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570653",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja-83vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja-83vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9a_ja-83vh.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, Resistance, or any other 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": "Ultra-premium character",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 111.94,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 111.94
        },
        {
          "condition": "LP",
          "price": 90.43
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "9",
          "value": 95,
          "low": 80.75,
          "high": 109.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 86.03,
          "low": 84.3,
          "high": 86.7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 168.88,
          "low": 250,
          "high": 250,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 244.99,
          "low": 186.57,
          "high": 260,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 122.51,
          "low": 104.13,
          "high": 140.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 247.49,
          "low": 163.8,
          "high": 284.49,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 10
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 83.95,
          "low": 90,
          "high": 90,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 99,
          "low": 80,
          "high": 117.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 20
        }
      ],
      "market_updated_at": "2026-09-21T02:16:13.377Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.18
      }
    }
  }
}