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

← Rebel Clash
Galarian Darmanitan

Galarian Darmanitan

Rare #48 Pokémon Stage 1 HP 140
Types
Water
Illustrator
Kouki Saitou
Expansion
Rebel Clash · Sword & Shield
Language
English
TCGplayer
213127

Attacks

Blizzard 80
Water · Colorless · Colorless

This attack also does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Crushing Headbutt 170
Water · Water · Colorless · Colorless

During your next turn, this Pokémon can't use Crushing Headbutt.

GET /api/v1/pokemon/cards/swsh2-48?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2-48",
    "name": "Galarian Darmanitan",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/48.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/48.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/48.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh2",
      "name": "Rebel Clash",
      "total": 209,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "RCL",
      "printed_total": 192,
      "release_date": "2020/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "213127",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/48.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/48.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/48.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Blizzard",
        "text": "This attack also does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "80"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Crushing Headbutt",
        "text": "During your next turn, this Pokémon can't use Crushing Headbutt.",
        "damage": "170"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.3
        },
        {
          "condition": "LP",
          "price": 0.22
        },
        {
          "condition": "MP",
          "price": 0.21
        },
        {
          "condition": "DMG",
          "price": 0.13
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:45:11.316Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.45
      }
    }
  }
}