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

← VMAX Rising
Toxtricity

Toxtricity

Non #33 Pokémon Stage 1 HP 130
Types
Lightning
Illustrator
TOKIYA
Expansion
VMAX Rising · Sword & Shield
Language
Japanese
TCGplayer
570216

Attacks

Poison Shout
Lightning

This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Your opponent's Active Pokémon is now Poisoned.

Hammer In 90
Lightning · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh1a_ja-33?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh1a_ja-33",
    "name": "Toxtricity",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/33.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/33.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/33.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh1a_ja",
      "name": "VMAX Rising",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S1a",
      "printed_total": 70,
      "release_date": "2020/02/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "VMAX Rising"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570216",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/33.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/33.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/33.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Shout",
        "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Your opponent's Active Pokémon is now Poisoned."
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hammer In",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 0.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.34
        },
        {
          "condition": "LP",
          "price": 0.18
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:42:05.119Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.25
      }
    }
  }
}