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

← Mysterious Treasures
Nidoqueen

Nidoqueen

Rare #31 Pokémon Stage 2 HP 120
Types
Psychic
Illustrator
Kagemaru Himeno
Expansion
Mysterious Treasures · Diamond & Pearl
Language
English
TCGplayer
87708

Attacks

Give Aid 90
Psychic · Psychic · Colorless

If you have the same number of or less Benched Pokémon than your opponent, this attack's base damage is 50 instead of 90.

GET /api/v1/pokemon/cards/dp2-31?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2-31",
    "name": "Nidoqueen",
    "number": "31",
    "printed_number": "31",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/31.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/31.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/31.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2",
      "name": "Mysterious Treasures",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MT",
      "printed_total": 123,
      "release_date": "2007/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87708",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/31.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/31.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/31.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Mother Pheromone",
        "text": "The attack cost of your Nidoran ♀, Nidorina, Nidoran ♂, Nidorino, and Nidoking's attacks is Colorless less.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Give Aid",
        "text": "If you have the same number of or less Benched Pokémon than your opponent, this attack's base damage is 50 instead of 90.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+30"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 1.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.57
        },
        {
          "condition": "LP",
          "price": 1.26
        },
        {
          "condition": "MP",
          "price": 1.25
        },
        {
          "condition": "HP",
          "price": 1
        },
        {
          "condition": "DMG",
          "price": 0.59
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:09:39.295Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.64
      }
    }
  }
}