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

← Darkness, and to Light...
Dark Omastar

Dark Omastar

Rare #139 Pokémon Stage 2 HP 70
Types
Water
Illustrator
Tomokazu Komiya
Expansion
Darkness, and to Light... · Neo
Language
Japanese
TCGplayer

Attacks

Prehistoric Water
Water

If your opponent has any evolved Pokémon in play, choose 1 of them and flip a coin. If heads, your opponent takes the highest Stage Evolution card on that Pokémon and shuffles it into his or her deck.

Dark Tentacle 30
Water · Colorless

During your opponent's next turn, the Defending Pokémon can't evolve except from effects of attacks or Pokémon Powers. (Benching that Pokémon ends this effect.)

GET /api/v1/pokemon/cards/neo4_ja-38?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo4_ja-38",
    "name": "Dark Omastar",
    "number": "139",
    "printed_number": "139",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-38.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-38.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-38.large.webp"
      }
    ],
    "expansion": {
      "id": "neo4_ja",
      "name": "Darkness, and to Light...",
      "total": 113,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 113,
      "release_date": "2001/04/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Darkness, and to Light..."
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-38.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-38.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-38.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Prehistoric Water",
        "text": "If your opponent has any evolved Pokémon in play, choose 1 of them and flip a coin. If heads, your opponent takes the highest Stage Evolution card on that Pokémon and shuffles it into his or her deck."
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dark Tentacle",
        "text": "During your opponent's next turn, the Defending Pokémon can't evolve except from effects of attacks or Pokémon Powers. (Benching that Pokémon ends this effect.)",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 7.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.28
        },
        {
          "condition": "MP",
          "price": 6.61
        },
        {
          "condition": "HP",
          "price": 4.75
        },
        {
          "condition": "DMG",
          "price": 3.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 78.25,
          "low": 56.13,
          "high": 100.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 17.5,
          "low": 14.88,
          "high": 20.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 125,
          "low": 106.25,
          "high": 143.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:40:02.948Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}