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

← Primal Clash
Kingdra

Kingdra

Rare #107 Pokémon Stage 2 HP 130
Types
Dragon
Illustrator
Suwama Chiaki
Expansion
Primal Clash · XY
Language
English
TCGplayer
96005

Attacks

Shred 30
Water

This attack's damage isn't affected by any effects on your opponent's Active Pokémon.

Twister 70
Water · Lightning

Flip 2 coins. For each heads, discard an Energy attached to your opponent's Active Pokémon. If both of them are tails, this attack does nothing.

GET /api/v1/pokemon/cards/xy5-107vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy5-107vrh",
    "name": "Kingdra",
    "number": "107",
    "printed_number": "107",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/107vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/107vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/107vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy5",
      "name": "Primal Clash",
      "total": 164,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PRC",
      "printed_total": 160,
      "release_date": "2015/02/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "96005",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/107vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/107vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy5/107vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Shred",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Twister",
        "text": "Flip 2 coins. For each heads, discard an Energy attached to your opponent's Active Pokémon. If both of them are tails, this attack does nothing.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 1.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.32
        },
        {
          "condition": "MP",
          "price": 0.46
        },
        {
          "condition": "HP",
          "price": 0.41
        },
        {
          "condition": "DMG",
          "price": 0.54
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:31:16.225Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}