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

← Paradox Rift
Kingdra

Kingdra

Rare #32 Pokémon Stage 2 HP 150
Types
Water
Illustrator
Tonji Matsuno
Expansion
Paradox Rift · Scarlet & Violet
Language
English
TCGplayer
523641

Attacks

Whirltide
Water

Reveal the top 6 cards of your deck. This attack does 60 damage to 1 of your opponent's Pokémon for each Energy card you find there. Then, discard those Energy cards and shuffle the other cards back into your deck. (Don't apply Weakness and Resistance for Benched Pokémon.)

Hydro Splash 120
Water · Colorless
GET /api/v1/pokemon/cards/sv4-32vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4-32vrh",
    "name": "Kingdra",
    "number": "32",
    "printed_number": "32",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/32vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/32vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/32vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4",
      "name": "Paradox Rift",
      "total": 266,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "PAR",
      "printed_total": 182,
      "release_date": "2023/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "523641",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/32vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/32vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4/32vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Whirltide",
        "text": "Reveal the top 6 cards of your deck. This attack does 60 damage to 1 of your opponent's Pokémon for each Energy card you find there. Then, discard those Energy cards and shuffle the other cards back into your deck. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hydro Splash",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Tonji Matsuno",
    "pricing": {
      "currency": "USD",
      "market": 0.29,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.29
        },
        {
          "condition": "MP",
          "price": 0.18
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "med",
          "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": 132.8,
          "low": 172.69,
          "high": 176.69,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:26:51.715Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}