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

← Arceus
Omastar

Omastar

Rare #23 Pokémon Stage 2 HP 120
Types
Water
Illustrator
Hajime Kusajima
Expansion
Arceus · Platinum
Language
English
TCGplayer
87871

Attacks

Time Spiral
Colorless · Colorless

Choose 1 of your opponent's Evolved Pokémon. Remove the highest Stage Evolution card from that Pokémon and have your opponent shuffle that card into his or her deck.

Primal Tentacles 30
Water · Colorless

Does 30 damage plus 10 more damage for each Helix Fossil, Dome Fossil, and Old Amber in your discard pile.

GET /api/v1/pokemon/cards/pl4-23?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl4-23",
    "name": "Omastar",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/23.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/23.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/23.large.webp"
      }
    ],
    "expansion": {
      "id": "pl4",
      "name": "Arceus",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "AR",
      "printed_total": 99,
      "release_date": "2009/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87871",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/23.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/23.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/23.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Time Spiral",
        "text": "Choose 1 of your opponent's Evolved Pokémon. Remove the highest Stage Evolution card from that Pokémon and have your opponent shuffle that card into his or her deck."
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Primal Tentacles",
        "text": "Does 30 damage plus 10 more damage for each Helix Fossil, Dome Fossil, and Old Amber in your discard pile.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "+30"
      }
    ],
    "rarity": "Rare",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 6.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.07
        },
        {
          "condition": "LP",
          "price": 4.25
        },
        {
          "condition": "MP",
          "price": 2.88
        },
        {
          "condition": "HP",
          "price": 2.79
        },
        {
          "condition": "DMG",
          "price": 2.67
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 154.01,
          "low": 130.91,
          "high": 177.11,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 74.99,
          "low": 63.74,
          "high": 86.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 83.84,
          "low": 71.26,
          "high": 96.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:38:37.031Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}