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 Rumble
Starmie

Starmie

Common #5 Pokémon Stage 1 HP 80
Types
Water
Illustrator
Pokemon Rumble
Expansion
Pokémon Rumble · Other
Language
English
TCGplayer
89537

Attacks

Spiral Drain 50
Water · Colorless · Colorless

Remove 1 damage counter from Starmie.

GET /api/v1/pokemon/cards/ru1-5?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ru1-5",
    "name": "Starmie",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ru1/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ru1/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ru1/5.large.webp"
      }
    ],
    "expansion": {
      "id": "ru1",
      "name": "Pokémon Rumble",
      "total": 16,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 16,
      "release_date": "2009/12/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ru1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ru1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89537",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ru1/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ru1/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ru1/5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Spiral Drain",
        "text": "Remove 1 damage counter from Starmie.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Pokemon Rumble",
    "pricing": {
      "currency": "USD",
      "market": 75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 75
        },
        {
          "condition": "MP",
          "price": 65
        },
        {
          "condition": "HP",
          "price": 68.66
        },
        {
          "condition": "DMG",
          "price": 40
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 162.5,
          "low": 162.5,
          "high": 162.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 91,
          "low": 77.35,
          "high": 104.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 36,
          "low": 30.6,
          "high": 41.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 249.99,
          "low": 249.99,
          "high": 249.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 4296.76,
          "low": 1015.65,
          "high": 8112.85,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 129.21,
          "low": 127.78,
          "high": 134.55,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 184.99,
          "low": 175.83,
          "high": 191.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 205.5,
          "low": 168.1,
          "high": 227.6,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 9,
          "trend": {
            "direction": "flat",
            "percent": 0
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 595.77,
          "low": 711.11,
          "high": 800.03,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-03T07:40:35.028Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}