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

← Pokémon TCG Classic - Blastoise
Starmie

Starmie

Common #5 Pokémon Stage 1 HP 90
Types
Water
Illustrator
Shin Nagasawa
Expansion
Pokémon TCG Classic - Blastoise · Other
Language
English
TCGplayer
201140

Attacks

Confuse Ray
Colorless

Your opponent's Active Pokémon is now Confused.

Swift 50
Water

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

GET /api/v1/pokemon/cards/clb-5vh?include=prices 200 24ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clb-5vh",
    "name": "Starmie",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/5vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/5vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/5vh.large.webp"
      }
    ],
    "expansion": {
      "id": "clb",
      "name": "Pokémon TCG Classic - Blastoise",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "code": "CLB",
      "printed_total": 34,
      "release_date": "2023/11/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clb.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clb.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201140",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/5vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/5vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/5vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Confuse Ray",
        "text": "Your opponent's Active Pokémon is now Confused."
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "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"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 2.87,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.87
        },
        {
          "condition": "LP",
          "price": 2.24
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 14.99,
          "low": 12.74,
          "high": 17.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "AGS",
          "grade": "9.5",
          "value": 8.65,
          "low": 12.5,
          "high": 12.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 16.54,
          "low": 12.95,
          "high": 45.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 12,
          "low": 9.6,
          "high": 241.6,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10.26,
          "low": 9.5,
          "high": 9.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 35.53,
          "low": 59.99,
          "high": 59.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 115.44,
          "low": 98.12,
          "high": 132.76,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 119.6,
          "low": 101.66,
          "high": 137.54,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24.99,
          "low": 24.99,
          "high": 24.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:29:19.270Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.01
      }
    }
  }
}