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

← Spiral Force
Nidoqueen

Nidoqueen

Non #22 Pokémon Stage 2
Types
Psychic
Illustrator
Mizue
Expansion
Spiral Force · Black & White
Language
Japanese
TCGplayer
602253

Attacks

Poison Horn 50
Psychic · Colorless

The Defending Pokémon is now Poisoned.

Double Stomp 60+
Psychic · Colorless · Colorless

Flip 2 coins. This attack does 30 more damage for each heads.

GET /api/v1/pokemon/cards/bw8s_ja-22?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8s_ja-22",
    "name": "Nidoqueen",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/22.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/22.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/22.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8s_ja",
      "name": "Spiral Force",
      "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/bw8s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Spiral Force"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602253",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/22.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/22.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8s_ja/22.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Poison Horn",
        "text": "The Defending Pokémon is now Poisoned.",
        "damage": "50"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Double Stomp",
        "text": "Flip 2 coins. This attack does 30 more damage for each heads.",
        "damage": "60+"
      }
    ],
    "rarity": "Non",
    "artist": "Mizue",
    "pricing": {
      "currency": "USD",
      "market": 3.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.18
        },
        {
          "condition": "LP",
          "price": 2
        },
        {
          "condition": "HP",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 191.98,
          "low": 250,
          "high": 250,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 70,
          "low": 59.5,
          "high": 80.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 399.99,
          "low": 339.99,
          "high": 459.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:55:16.429Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.85
      }
    }
  }
}