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

← Fates Collide
Regirock-EX

Regirock-EX

Rare Ultra #43a Pokémon BasicEX HP 180
Types
Fighting
Illustrator
PLANETA
Expansion
Fates Collide · XY
Language
English
TCGplayer
117803

Attacks

Bedrock Press 100
Fighting · Fighting · Fighting

During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/xy10-43a?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy10-43a",
    "name": "Regirock-EX",
    "number": "43a",
    "printed_number": "43a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/43a.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/43a.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/43a.large.webp"
      }
    ],
    "expansion": {
      "id": "xy10",
      "name": "Fates Collide",
      "total": 129,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FCO",
      "printed_total": 124,
      "release_date": "2016/05/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "117803",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/43a.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/43a.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/43a.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "180",
    "abilities": [
      {
        "name": "Regi Power",
        "text": "The attacks of your Fighting Pokémon (excluding Regirock-EX) do 10 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 3,
        "name": "Bedrock Press",
        "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare Ultra",
    "artist": "PLANETA",
    "pricing": {
      "currency": "USD",
      "market": 20.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 20.99
        },
        {
          "condition": "LP",
          "price": 14.52
        },
        {
          "condition": "MP",
          "price": 13.18
        },
        {
          "condition": "HP",
          "price": 7.34
        },
        {
          "condition": "DMG",
          "price": 8
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T11:50:34.391Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.35
      }
    }
  }
}