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

← Paradigm Trigger
Omastar V

Omastar V

Double Rare #18 Pokémon BasicV HP 190
Types
Water
Illustrator
Saki Hayashiro
Expansion
Paradigm Trigger · Sword & Shield
Language
Japanese
TCGplayer
570076

Attacks

Primal Guidance
Colorless

Search your deck for up to 2 cards that evolve from Item cards that have the word "Fossil" in their name and put them onto your Bench. Then, shuffle your deck.

Tentacle Hold 110
Water · Colorless · Colorless

If the Defending Pokémon is an Evolution Pokémon, it can't attack during your opponent's next turn.

GET /api/v1/pokemon/cards/swsh12_ja-18vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12_ja-18vh",
    "name": "Omastar V",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/18vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/18vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/18vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12_ja",
      "name": "Paradigm Trigger",
      "total": 125,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S12",
      "printed_total": 98,
      "release_date": "2022/10/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Paradigm Trigger"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570076",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/18vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/18vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12_ja/18vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Water"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Primal Guidance",
        "text": "Search your deck for up to 2 cards that evolve from Item cards that have the word \"Fossil\" in their name and put them onto your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Tentacle Hold",
        "text": "If the Defending Pokémon is an Evolution Pokémon, it can't attack during your opponent's next turn.",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Saki Hayashiro",
    "pricing": {
      "currency": "USD",
      "market": 0.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.59
        },
        {
          "condition": "LP",
          "price": 0.46
        },
        {
          "condition": "MP",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "9.5",
          "value": 3,
          "low": 3,
          "high": 3,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 11.99,
          "low": 10.19,
          "high": 13.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:41:43.982Z",
      "trend_7d": {
        "direction": "down",
        "percent": -39.18
      }
    }
  }
}