Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Collect 151 Journey
Nidoking

Nidoking

Rare #034/151 Pokémon Stage 2 HP 170
Types
Darkness
Illustrator
Shiburingaru
Expansion
Collect 151 Journey · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Venomous Impact 190
Colorless · Colorless · Colorless · Colorless

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

GET /api/v1/pokemon/cards/c151j-034?include=prices 200 41ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "c151j-034",
    "name": "Nidoking",
    "number": "034/151",
    "printed_number": "034/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-034.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-034.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-034.large.webp"
      }
    ],
    "expansion": {
      "id": "c151j",
      "name": "Collect 151 Journey",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 192,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/c151j.logo.png",
      "translation": {
        "en": {
          "name": "Collect 151 Journey"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-034.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-034.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-034.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Venomous 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": 2.57,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 32,
          "low": 27.2,
          "high": 36.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 24.5,
          "low": 20.83,
          "high": 28.17,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T11:31:29.612Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}