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

← HS—Triumphant
Nidoqueen

Nidoqueen

Rare #28 Pokémon Stage 2 HP 130
Types
Psychic
Illustrator
sui
Expansion
HS—Triumphant · HeartGold & SoulSilver
Language
English
TCGplayer
87710

Attacks

Return 30
Colorless

Draw cards until you have 6 cards in your hand.

Prize Count 50
Psychic · Colorless · Colorless

If you have more Prize cards left than your opponent, this attack does 50 damage plus 30 more damage.

GET /api/v1/pokemon/cards/hgss4-28?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss4-28",
    "name": "Nidoqueen",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/28.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/28.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/28.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss4",
      "name": "HS—Triumphant",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "TM",
      "printed_total": 102,
      "release_date": "2010/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87710",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/28.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/28.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/28.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Return",
        "text": "Draw cards until you have 6 cards in your hand.",
        "damage": "30"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Prize Count",
        "text": "If you have more Prize cards left than your opponent, this attack does 50 damage plus 30 more damage.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 2.46,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.46
        },
        {
          "condition": "LP",
          "price": 1.38
        },
        {
          "condition": "MP",
          "price": 1.58
        },
        {
          "condition": "HP",
          "price": 0.79
        },
        {
          "condition": "DMG",
          "price": 1.14
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 32.5,
          "low": 27.63,
          "high": 37.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:15:00.976Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}