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

← World Champions Pack
Omastar

Omastar

Rare #17 Pokémon Stage 2 HP 110
Types
Water
Illustrator
Ken Sugimori
Expansion
World Champions Pack · PCG
Language
Japanese
TCGplayer
609256

Attacks

Pull Down
Colorless

If your opponent has any Evolved Pokémon in play, remove the highest Stage Evolution card from each of them and put those cards back into his or her hand.

Hydrocannon 30+
Colorless · Colorless

Does 30 damage plus 20 more damage for each Water Energy attached to Omastar but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way.

GET /api/v1/pokemon/cards/pcg10_ja-17?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg10_ja-17",
    "name": "Omastar",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/17.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg10_ja",
      "name": "World Champions Pack",
      "total": 108,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 108,
      "release_date": "2007/07/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg10_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg10_ja.symbol.png",
      "translation": {
        "en": {
          "name": "World Champions Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "609256",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg10_ja/17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Pull Down",
        "text": "If your opponent has any Evolved Pokémon in play, remove the highest Stage Evolution card from each of them and put those cards back into his or her hand."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hydrocannon",
        "text": "Does 30 damage plus 20 more damage for each Water Energy attached to Omastar but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way.",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 5.99,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-17T05:18:26.817Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}