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

← Split Earth
Starmie

Starmie

Rare #44 Pokémon Stage 1 HP 80
Types
Psychic
Illustrator
Hajime Kusajima
Expansion
Split Earth · E-Card
Language
Japanese
TCGplayer
576241

Attacks

Energy Burst 10×
Psychic

Flip a coin. If heads, this attack does 10 damage times the number of Energy attached to Starmie and the Defending Pokémon.

Star Back 40
Psychic · Colorless · Colorless

Attach a basic Energy card from your discard pile to 1 of your Pokémon.

GET /api/v1/pokemon/cards/ecard4_ja-44?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard4_ja-44",
    "name": "Starmie",
    "number": "44",
    "printed_number": "44",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/44.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/44.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/44.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard4_ja",
      "name": "Split Earth",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 88,
      "release_date": "2002/08/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Split Earth"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576241",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/44.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/44.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/44.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Burst",
        "text": "Flip a coin. If heads, this attack does 10 damage times the number of Energy attached to Starmie and the Defending Pokémon.",
        "damage": "10×"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Star Back",
        "text": "Attach a basic Energy card from your discard pile to 1 of your Pokémon.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 40,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 40
        },
        {
          "condition": "LP",
          "price": 32
        },
        {
          "condition": "DMG",
          "price": 20
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 41.75,
          "low": 35.5,
          "high": 48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 43.9,
          "low": 60.89,
          "high": 60.89,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-16T02:46:43.893Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}