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

← Crossing the Ruins...
Omanyte

Omanyte

Common #138 Pokémon Stage 1 HP 50
Types
Fighting
Illustrator
Yuka Morii
Expansion
Crossing the Ruins... · Neo
Language
Japanese
TCGplayer

Attacks

Bind 10
Water

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

GET /api/v1/pokemon/cards/neo2_ja-32?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo2_ja-32",
    "name": "Omanyte",
    "number": "138",
    "printed_number": "138",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-32.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-32.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-32.large.webp"
      }
    ],
    "expansion": {
      "id": "neo2_ja",
      "name": "Crossing the Ruins...",
      "total": 56,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 56,
      "release_date": "2000/07/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Crossing the Ruins..."
        }
      }
    },
    "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/neo2_ja-32.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-32.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2_ja-32.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "Fossil",
        "text": "Once during your turn (before your attack), you may flip a coin. If heads, search your deck for a card that evolves from Mysterious Fossil and put it on your Bench. Shuffle your deck afterward. Treat that card as a Basic Pokémon. This power can't be used if Omanyte is Asleep, Confused, or Paralyzed (or if your Bench is full).",
        "type": "Pokémon Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Bind",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 54
        },
        {
          "condition": "LP",
          "price": 0.82
        },
        {
          "condition": "MP",
          "price": 0.72
        },
        {
          "condition": "HP",
          "price": 0.48
        },
        {
          "condition": "DMG",
          "price": 0.36
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 298.03,
          "low": 253.33,
          "high": 342.73,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 26,
          "low": 24,
          "high": 33,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 77.5,
          "low": 60,
          "high": 104.56,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 16.45,
          "low": 28,
          "high": 28,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24.45,
          "low": 36,
          "high": 36,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 67,
          "low": 45.23,
          "high": 144.92,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7,
          "trend": {
            "direction": "up",
            "percent": 14.5
          }
        }
      ],
      "market_updated_at": "2026-09-22T02:18:14.013Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}