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

← Scarlet ex
Toxicroak ex

Toxicroak ex

Double Rare #55 Pokémon Stage 1ex HP 250
Types
Darkness
Illustrator
Nisota Niso
Expansion
Scarlet ex · Scarlet & Violet
Language
Japanese
TCGplayer
567172

Attacks

Nasty Plot
Darkness

Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.

Toxic Ripper 120
Darkness · Colorless · Colorless

Your opponent's Active Pokémon is now Poisoned. During Pokémon Checkup, put 6 damage counters on that Pokémon instead of 1.

GET /api/v1/pokemon/cards/sv1s_ja-55vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1s_ja-55vh",
    "name": "Toxicroak ex",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/55vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/55vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/55vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1s_ja",
      "name": "Scarlet ex",
      "total": 108,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV1S",
      "printed_total": 78,
      "release_date": "2023/01/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Scarlet ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567172",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/55vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/55vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1s_ja/55vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "250",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Nasty Plot",
        "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Toxic Ripper",
        "text": "Your opponent's Active Pokémon is now Poisoned. During Pokémon Checkup, put 6 damage counters on that Pokémon instead of 1.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Nisota Niso",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "MP",
          "price": 0.27
        },
        {
          "condition": "DMG",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 2.25,
          "low": 2.25,
          "high": 2.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "BGS",
          "grade": "10",
          "value": 39,
          "low": 49.99,
          "high": 49.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 11,
          "low": 10.75,
          "high": 11,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 20.05,
          "low": 24.99,
          "high": 24.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:31:42.359Z",
      "trend_7d": {
        "direction": "down",
        "percent": -50.77
      }
    }
  }
}