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 Revelation 1st Edition
Kingdra

Kingdra

Rare #19 Pokémon Stage 2 HP 90
Types
Water
Illustrator
Mitsuhiro Arita
Expansion
Neo Revelation 1st Edition · Neo
Language
English
TCGplayer
86442

Attacks

Genetic Memory
Colorless

Use any attack from Kingdra's Basic Pokémon card or Evolution card. (Kingdra doesn't have to pay for that attack's Energy cost.)

Twister 50
Water · Water · Colorless · Colorless

Flip 2 coins. For each heads, choose 1 Energy card attached to the Defending Pokémon, if any, and discard it. If both are tails, this attack does nothing (not even damage).

GET /api/v1/pokemon/cards/neo3-19v1e?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo3-19v1e",
    "name": "Kingdra",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-1st-edition/19v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-1st-edition/19v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-1st-edition/19v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "neo3-1st-edition",
      "name": "Neo Revelation 1st Edition",
      "total": 66,
      "language": "English",
      "language_code": "en",
      "series": "Neo",
      "printed_total": 66,
      "release_date": "2001/09/21",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86442",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-1st-edition/19v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-1st-edition/19v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-1st-edition/19v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Genetic Memory",
        "text": "Use any attack from Kingdra's Basic Pokémon card or Evolution card. (Kingdra doesn't have to pay for that attack's Energy cost.)"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Twister",
        "text": "Flip 2 coins. For each heads, choose 1 Energy card attached to the Defending Pokémon, if any, and discard it. If both are tails, this attack does nothing (not even damage).",
        "damage": "50"
      }
    ],
    "rarity": "Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 20.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 20.23
        },
        {
          "condition": "LP",
          "price": 18.66
        },
        {
          "condition": "MP",
          "price": 13.2
        },
        {
          "condition": "HP",
          "price": 8.5
        },
        {
          "condition": "DMG",
          "price": 5.74
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 50,
          "low": 40,
          "high": 59.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 186.75,
          "low": 305,
          "high": 305,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 39,
          "low": 50,
          "high": 50,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:29:51.720Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.79
      }
    }
  }
}