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

← Stellar Miracle
Grimmsnarl

Grimmsnarl

Non #66 Pokémon Stage 2 HP 170
Types
Darkness
Illustrator
Kazumasa Yasukuni
Expansion
Stellar Miracle · Scarlet & Violet
Language
Japanese
TCGplayer
567921

Attacks

Taunting Clutch
Colorless · Colorless

Switch out your opponent's Active Pokémon to the Bench. (Your opponent chooses the new Active Pokémon.) This attack does 160 damage to the new Active Pokémon.

Knuckle Sandwich 160
Darkness · Colorless · Colorless

Discard 2 Energy from this Pokémon.

GET /api/v1/pokemon/cards/sv7_ja-66?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv7_ja-66",
    "name": "Grimmsnarl",
    "number": "66",
    "printed_number": "66",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/66.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/66.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/66.large.webp"
      }
    ],
    "expansion": {
      "id": "sv7_ja",
      "name": "Stellar Miracle",
      "total": 135,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV7",
      "printed_total": 102,
      "release_date": "2024/07/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Stellar Miracle"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567921",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/66.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/66.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7_ja/66.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Taunting Clutch",
        "text": "Switch out your opponent's Active Pokémon to the Bench. (Your opponent chooses the new Active Pokémon.) This attack does 160 damage to the new Active Pokémon."
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Knuckle Sandwich",
        "text": "Discard 2 Energy from this Pokémon.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Kazumasa Yasukuni",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.19
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T15:04:44.481Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}