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

← Ultradimensional Beasts
Regirock

Regirock

Non #25 Pokémon Basic HP 130
Types
Fighting
Illustrator
kawayoo
Expansion
Ultradimensional Beasts · Sun & Moon
Language
Japanese
TCGplayer
572021

Attacks

Tough Swing 110
Fighting · Fighting · Colorless

This attack's damage isn't affected by Resistance.

GET /api/v1/pokemon/cards/sm4a_ja-25?include=prices 200 13ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4a_ja-25",
    "name": "Regirock",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/25.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/25.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/25.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4a_ja",
      "name": "Ultradimensional Beasts",
      "total": 62,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM4A",
      "printed_total": 50,
      "release_date": "2017/09/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultradimensional Beasts"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572021",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/25.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/25.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/25.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Rock Peak Growl",
        "text": "Your Registeel's attacks do 10 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Tough Swing",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:02:05.287Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}