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

← Pokémon VS
Brock's Omastar

Brock's Omastar

usually #68 Pokémon Basic
Types
Fighting
Illustrator
K. Hoshiba
Expansion
Pokémon VS · VS
Language
Japanese
TCGplayer
631777

Attacks

Stretch Tentacle
Colorless

If your opponent has any Benched Pokémon, choose 1 of them and switch it with the Defending Pokémon.

Poison Tentacle 20
Fighting · Fighting

Flip a coin. If heads, the Defending Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/vs1_ja-68?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vs1_ja-68",
    "name": "Brock's Omastar",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/68.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/68.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/68.large.webp"
      }
    ],
    "expansion": {
      "id": "vs1_ja",
      "name": "Pokémon VS",
      "total": 151,
      "language": "Japanese",
      "language_code": "ja",
      "series": "VS",
      "printed_total": 141,
      "release_date": "2001/07/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vs1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vs1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon VS"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "631777",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/68.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/68.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vs1_ja/68.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Stretch Tentacle",
        "text": "If your opponent has any Benched Pokémon, choose 1 of them and switch it with the Defending Pokémon."
      },
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Poison Tentacle",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
        "damage": "20"
      }
    ],
    "rarity": "usually",
    "artist": "K. Hoshiba",
    "pricing": {
      "currency": "USD",
      "market": 18.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.99
        },
        {
          "condition": "LP",
          "price": 16.66
        },
        {
          "condition": "MP",
          "price": 17.5
        },
        {
          "condition": "HP",
          "price": 15.33
        },
        {
          "condition": "DMG",
          "price": 9.95
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 40.2,
          "low": 32.4,
          "high": 48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 46.4,
          "low": 74.99,
          "high": 74.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:22:16.637Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8.51
      }
    }
  }
}