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
Nidoqueen (Poke Ball)

Nidoqueen (Poke Ball)

Uncommon #31 Pokémon Stage 2 HP 170
Types
Darkness
Illustrator
Teeziro
Expansion
Pokémon Card 151 · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Queen Press 90
Darkness · Colorless

During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon.

Lunge Out 160
Darkness · Darkness · Colorless
GET /api/v1/pokemon/cards/sv2a_ja-31vph?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2a_ja-31vph",
    "name": "Nidoqueen (Poke Ball)",
    "number": "31",
    "printed_number": "31",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/31.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/31.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/31.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": "pokeBall",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/31.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/31.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2a_ja/31.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Queen Press",
        "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon.",
        "damage": "90"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Lunge Out",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Teeziro",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        },
        {
          "condition": "LP",
          "price": 0.2
        },
        {
          "condition": "MP",
          "price": 0.25
        },
        {
          "condition": "DMG",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 12.5,
          "low": 11,
          "high": 14,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T07:08:05.212Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}