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 Crown
Grimmsnarl

Grimmsnarl

Rare #96 Pokémon Stage 2 HP 170
Types
Darkness
Illustrator
Kazumasa Yasukuni
Expansion
Stellar Crown · Scarlet & Violet
Language
English
TCGplayer
567322

Attacks

Goad 'n' Grab
Colorless · Colorless

Switch out your opponent's Active Pokémon to the Bench. (Your opponent chooses the new Active Pokémon.) If you do, 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-96vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv7-96vrh",
    "name": "Grimmsnarl",
    "number": "96",
    "printed_number": "96",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/96vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/96vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/96vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv7",
      "name": "Stellar Crown",
      "total": 175,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SCR",
      "printed_total": 142,
      "release_date": "2024/09/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "567322",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/96vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/96vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7/96vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Goad 'n' Grab",
        "text": "Switch out your opponent's Active Pokémon to the Bench. (Your opponent chooses the new Active Pokémon.) If you do, 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": "Rare",
    "artist": "Kazumasa Yasukuni",
    "pricing": {
      "currency": "USD",
      "market": 0.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.21
        },
        {
          "condition": "LP",
          "price": 0.14
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.1,
          "low": 11,
          "high": 19.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 20.5,
          "low": 17.43,
          "high": 23.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:47:42.365Z",
      "trend_7d": {
        "direction": "up",
        "percent": 10.53
      }
    }
  }
}