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

← Moonlit Pursuit
Omastar

Omastar

Rare #169 Pokémon Stage 2 HP 110
Types
Water
Illustrator
Masakazu Fukuda
Expansion
Moonlit Pursuit · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Send Back 40
Water · Colorless

Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.

GET /api/v1/pokemon/cards/dp4m_ja-169?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4m_ja-169",
    "name": "Omastar",
    "number": "169",
    "printed_number": "169",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-169.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-169.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-169.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4m_ja",
      "name": "Moonlit Pursuit",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP4",
      "printed_total": 70,
      "release_date": "2007/10/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Moonlit Pursuit"
        }
      }
    },
    "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/dp4m_ja-169.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-169.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-169.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Primal Swirl",
        "text": "Once during your turn, when you play Omastar from your hand to evolve 1 of your Pokémon, you may remove the highest Stage Evolution card from each of your opponent's Benched Evolved Pokémon and put those cards back into his or her hand. You can't use more than 1 Primal Swirl Poké-Power each turn.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Send Back",
        "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "+30"
      }
    ],
    "rarity": "Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 3.19,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.19
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 43.6,
          "low": 59,
          "high": 59,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:56:30.618Z",
      "trend_7d": {
        "direction": "down",
        "percent": -31.4
      }
    }
  }
}