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

← Power Keepers
Omastar

Omastar

Rare #20 Pokémon Stage 2 HP 110
Types
Water
Illustrator
Ken Sugimori
Expansion
Power Keepers · EX
Language
English
TCGplayer
87869

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/ex16-20?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex16-20",
    "name": "Omastar",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/20.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/20.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/20.large.webp"
      }
    ],
    "expansion": {
      "id": "ex16",
      "name": "Power Keepers",
      "total": 108,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "PK",
      "printed_total": 108,
      "release_date": "2007/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87869",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/20.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/20.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/20.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": 1.66,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.66
        },
        {
          "condition": "LP",
          "price": 0.94
        },
        {
          "condition": "MP",
          "price": 0.64
        },
        {
          "condition": "HP",
          "price": 0.54
        },
        {
          "condition": "DMG",
          "price": 0.41
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 1,
          "low": 0.85,
          "high": 1.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 16.1,
          "low": 13.69,
          "high": 18.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 61,
          "low": 51.85,
          "high": 70.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 38,
          "low": 60,
          "high": 60,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:09:57.202Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.61
      }
    }
  }
}