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

← Neo Destiny 1st Edition
Dark Omanyte

Dark Omanyte

Uncommon #37 Pokémon Stage 1 HP 40
Types
Water
Illustrator
Tomokazu Komiya
Expansion
Neo Destiny 1st Edition · Neo
Language
English
TCGplayer
84634

Attacks

Water Cannon
Water

Choose 1 of your opponent's Pokémon. This attack does 10 damage for each Water Energy card attached to Dark Omanyte. Don't apply Weakness and Resistance. You can't do more than 30 damage in this way.

GET /api/v1/pokemon/cards/neo4-37v1e?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo4-37v1e",
    "name": "Dark Omanyte",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/37v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/37v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/37v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "neo4-1st-edition",
      "name": "Neo Destiny 1st Edition",
      "total": 113,
      "language": "English",
      "language_code": "en",
      "series": "Neo",
      "printed_total": 113,
      "release_date": "2002/02/28",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84634",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/37v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/37v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4-1st-edition/37v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Water Cannon",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage for each Water Energy card attached to Dark Omanyte. Don't apply Weakness and Resistance. You can't do more than 30 damage in this way."
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Tomokazu Komiya",
    "pricing": {
      "currency": "USD",
      "market": 15.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.04
        },
        {
          "condition": "LP",
          "price": 8.75
        },
        {
          "condition": "MP",
          "price": 6.43
        },
        {
          "condition": "HP",
          "price": 4
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 51.35,
          "low": 53,
          "high": 53,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 99.58,
          "low": 167.5,
          "high": 167.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.5,
          "low": 17.43,
          "high": 23.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:25:56.210Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.47
      }
    }
  }
}