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

← Legends Awakened
Regice

Regice

Rare #36 Pokémon Basic HP 90
Types
Water
Illustrator
Kazuaki Aihara
Expansion
Legends Awakened · Diamond & Pearl
Language
English
TCGplayer
88657

Attacks

Ice Reflect 50
Water · Water · Colorless

If Regice was damaged by an attack during your opponent's last turn, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/dp6-36vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6-36vrh",
    "name": "Regice",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/36vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/36vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/36vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp6",
      "name": "Legends Awakened",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "LA",
      "printed_total": 146,
      "release_date": "2008/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88657",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/36vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/36vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/36vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Regi Move",
        "text": "Once during your turn (before your attack), you may use this power. Discard 2 cards from your hand and choose 1 of your opponent's Active Pokémon that isn't an Evolved Pokémon. Then, your opponent switches that Pokémon with 1 of his or her Benched Pokémon. This power can't be used if Regice is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Ice Reflect",
        "text": "If Regice was damaged by an attack during your opponent's last turn, the Defending Pokémon is now Paralyzed.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kazuaki Aihara",
    "pricing": {
      "currency": "USD",
      "market": 18.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.39
        },
        {
          "condition": "LP",
          "price": 8.83
        },
        {
          "condition": "MP",
          "price": 9.19
        },
        {
          "condition": "HP",
          "price": 4.75
        },
        {
          "condition": "DMG",
          "price": 3.33
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 150,
          "low": 127.5,
          "high": 172.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 50,
          "low": 49.15,
          "high": 50,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 10,
          "high": 28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "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-21T02:36:53.909Z",
      "trend_7d": {
        "direction": "up",
        "percent": 105.02
      }
    }
  }
}