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

← Rebellion Crash
Toxtricity V

Toxtricity V

Super Rare #100 Pokémon BasicV HP 210
Types
Lightning
Illustrator
5ban Graphics
Expansion
Rebellion Crash · Sword & Shield
Language
Japanese
TCGplayer
568688

Attacks

Poison Jab 20
Lightning

Your opponent's Active Pokémon is now Poisoned.

Electric Riot 90+
Lightning · Lightning · Colorless

If your opponent's Active Pokémon is Poisoned, this attack does 90 more damage.

GET /api/v1/pokemon/cards/swsh2_ja-100vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2_ja-100vh",
    "name": "Toxtricity V",
    "number": "100",
    "printed_number": "100",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/100vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/100vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/100vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh2_ja",
      "name": "Rebellion Crash",
      "total": 115,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S2",
      "printed_total": 96,
      "release_date": "2020/03/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rebellion Crash"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568688",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/100vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/100vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/100vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Jab",
        "text": "Your opponent's Active Pokémon is now Poisoned.",
        "damage": "20"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Electric Riot",
        "text": "If your opponent's Active Pokémon is Poisoned, this attack does 90 more damage.",
        "damage": "90+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 3.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.11
        },
        {
          "condition": "LP",
          "price": 2.98
        },
        {
          "condition": "HP",
          "price": 2.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20.01,
          "low": 17.01,
          "high": 23.01,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 14,
          "low": 12.5,
          "high": 14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:46:03.012Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.6
      }
    }
  }
}