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
Regirock

Regirock

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

Attacks

Stone Edge 40+
Fighting · Fighting · Colorless

Flip a coin. If heads, this attack does 40 damage plus 30 more damage.

GET /api/v1/pokemon/cards/dp5t_ja-435?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5t_ja-435",
    "name": "Regirock",
    "number": "435",
    "printed_number": "435",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-435.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-435.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-435.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-435.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-435.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-435.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Regi Cycle",
        "text": "Once during your turn (before your attack), if you have a Fighting Energy card in your discard pile, you may discard 2 cards from your hand. Then, attach a Fighting Energy card from your discard pile to Regirock. This power can't be used if Regirock is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Stone Edge",
        "text": "Flip a coin. If heads, this attack does 40 damage plus 30 more damage.",
        "damage": "40+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kazuaki Aihara",
    "pricing": {
      "currency": "USD",
      "market": 3.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.99
        },
        {
          "condition": "HP",
          "price": 1.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-30T07:35:26.248Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}