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

← Temple of Anger
Regice

Regice

Rare #436 Pokémon Basic HP 90
Types
Water
Illustrator
Kazuaki Aihara
Expansion
Temple of Anger · Diamond & Pearl
Language
Japanese
TCGplayer

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/dp5t_ja-436?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5t_ja-436",
    "name": "Regice",
    "number": "436",
    "printed_number": "436",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-436.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-436.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-436.large.webp"
      }
    ],
    "expansion": {
      "id": "dp5t_ja",
      "name": "Temple of Anger",
      "total": 64,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP5",
      "printed_total": 64,
      "release_date": "2008/03/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5t_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5t_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Temple of Anger"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-436.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-436.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-436.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": 6.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.45
        },
        {
          "condition": "DMG",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 41,
          "low": 34.85,
          "high": 47.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-11T16:16:15.680Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}