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

← Mirage Forest
Omastar

Omastar

Rare #24 Pokémon Stage 2 HP 100
Types
Water
Illustrator
Mitsuhiro Arita
Expansion
Mirage Forest · PCG
Language
Japanese
TCGplayer
611746

Attacks

Drag Off 10
Colorless

Before doing damage, you may choose 1 of your opponent's Benched Pokémon and switch it with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch.

Hydro Splash 50
Water · Colorless · Colorless
GET /api/v1/pokemon/cards/pcg5_ja-24?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg5_ja-24",
    "name": "Omastar",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/24.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/24.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/24.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg5_ja",
      "name": "Mirage Forest",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 86,
      "release_date": "2005/06/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mirage Forest"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "611746",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/24.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/24.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/24.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Ancient Fang",
        "text": "As long as you have Kabuto, Kabutops, or Kabutops ex in play, Omastar's attacks do 20 more damage to the Defending Pokémon (before applying Weakness and Resistance).",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Drag Off",
        "text": "Before doing damage, you may choose 1 of your opponent's Benched Pokémon and switch it with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch.",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hydro Splash",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 8.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.75
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 202.54,
          "low": 203.5,
          "high": 203.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:29:10.506Z",
      "trend_7d": {
        "direction": "down",
        "percent": -47.19
      }
    }
  }
}