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

← XY Black Star Promos
Kingdra (Staff Stamp)

Kingdra (Staff Stamp)

Promo #XY39 Pokémon Stage 2 HP 130
Types
Dragon
Illustrator
hatachu
Expansion
XY Black Star Promos · XY
Language
English
TCGplayer
96414

Attacks

Gather Strength
Colorless

Search your deck for up to 4 basic Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward.

Dragon Blast 150
Water · Water · Lightning

Discard a Water and a Lightning Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xyp-XY39vs?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp-XY39vs",
    "name": "Kingdra (Staff Stamp)",
    "number": "XY39",
    "printed_number": "XY39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp-XY39vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp-XY39vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp-XY39vs.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp",
      "name": "XY Black Star Promos",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PR-XY",
      "printed_total": 211,
      "release_date": "2013/10/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "96414",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp-XY39vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp-XY39vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp-XY39vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Gather Strength",
        "text": "Search your deck for up to 4 basic Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Water",
          "Water",
          "Lightning"
        ],
        "converted_energy_cost": 3,
        "name": "Dragon Blast",
        "text": "Discard a Water and a Lightning Energy attached to this Pokémon.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "hatachu",
    "pricing": {
      "currency": "USD",
      "market": 235,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 235
        },
        {
          "condition": "MP",
          "price": 44
        },
        {
          "condition": "HP",
          "price": 60
        },
        {
          "condition": "DMG",
          "price": 40.93
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 500,
          "low": 425,
          "high": 575,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 175,
          "low": 148.75,
          "high": 201.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 54,
          "low": 45.9,
          "high": 62.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T11:34:42.761Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}