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

← Steam Siege
Nidoking

Nidoking

Rare #45 Pokémon Stage 2 HP 150
Types
Psychic
Illustrator
Mina Nakai
Expansion
Steam Siege · XY
Language
English
TCGplayer
121134

Attacks

Power Lariat 60
Psychic · Psychic · Colorless

This attack does 30 more damage for each Evolution Pokémon on your Bench.

GET /api/v1/pokemon/cards/xy11-45?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11-45",
    "name": "Nidoking",
    "number": "45",
    "printed_number": "45",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/45.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/45.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/45.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11",
      "name": "Steam Siege",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "STS",
      "printed_total": 114,
      "release_date": "2016/08/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "121134",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/45.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/45.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/45.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "King's Palace",
        "text": "Your Nidoqueen's attacks do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Power Lariat",
        "text": "This attack does 30 more damage for each Evolution Pokémon on your Bench.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Mina Nakai",
    "pricing": {
      "currency": "USD",
      "market": 0.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.8
        },
        {
          "condition": "LP",
          "price": 0.75
        },
        {
          "condition": "MP",
          "price": 0.63
        },
        {
          "condition": "HP",
          "price": 0.43
        },
        {
          "condition": "DMG",
          "price": 0.45
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "1",
          "value": 56,
          "low": 47.6,
          "high": 64.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 135,
          "low": 114.75,
          "high": 155.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 44.65,
          "low": 76,
          "high": 76,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "SGC",
          "grade": "9.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:53:50.880Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.27
      }
    }
  }
}