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

← Pokémon Card 151
Nidoking (Master Ball)

Nidoking (Master Ball)

Rare #34 Pokémon Stage 2 HP 170
Types
Darkness
Illustrator
Shiburingaru
Expansion
Pokémon Card 151 · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Venom Impact 190
Darkness · Darkness · Colorless · Colorless

Your opponent's Active Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/sv2a_ja-34vmh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2a_ja-34vmh",
    "name": "Nidoking (Master Ball)",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/34vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/34vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/34vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2a_ja",
      "name": "Pokémon Card 151",
      "total": 210,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV2a",
      "printed_total": 165,
      "release_date": "2023/06/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Pokémon Card 151"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "masterBall",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/34vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/34vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/34vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "170",
    "abilities": [
      {
        "name": "Hustle King",
        "text": "If you have Nidoqueen in play, ignore all Energy in this Pokémon's attack costs.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Venom Impact",
        "text": "Your opponent's Active Pokémon is now Poisoned.",
        "damage": "190"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Shiburingaru",
    "pricing": {
      "currency": "USD",
      "market": 17.84,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 17.84
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 20.38,
          "low": 18.75,
          "high": 22,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 115,
          "low": 120.69,
          "high": 120.69,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T13:51:33.042Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.14
      }
    }
  }
}