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

← Thunder Knuckle
Nidoking

Nidoking

Non #28 Pokémon Stage 2 HP 140
Types
Fighting
Illustrator
Shin Nagasawa
Expansion
Thunder Knuckle · Black & White
Language
Japanese
TCGplayer
602311

Attacks

Lovestrike 20+
Colorless · Colorless

Does 40 more damage for each Nidoqueen on your Bench.

Horn Drill 90
Fighting · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/bw8t_ja-28?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8t_ja-28",
    "name": "Nidoking",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/28.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/28.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/28.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8t_ja",
      "name": "Thunder Knuckle",
      "total": 58,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW8",
      "printed_total": 51,
      "release_date": "2012/12/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8t_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8t_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Thunder Knuckle"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602311",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/28.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/28.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/28.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Lovestrike",
        "text": "Does 40 more damage for each Nidoqueen on your Bench.",
        "damage": "20+"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Horn Drill",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 29,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 29
        },
        {
          "condition": "LP",
          "price": 3
        },
        {
          "condition": "MP",
          "price": 2
        },
        {
          "condition": "DMG",
          "price": 0.75
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 50.5,
          "low": 40,
          "high": 84.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.68,
          "low": 15.07,
          "high": 20.79,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-08-15T02:43:48.567Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}