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

← Fusion Strike
Toxel

Toxel

Common #106 Pokémon BasicFusion Strike HP 60
Types
Lightning
Illustrator
kodama
Expansion
Fusion Strike · Sword & Shield
Language
English
TCGplayer
253262

Attacks

Growl
Colorless

During your opponent's next turn, the Defending Pokémon's attacks do 30 less damage (before applying Weakness and Resistance).

Tiny Bolt 10
Lightning
GET /api/v1/pokemon/cards/swsh8-106?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8-106",
    "name": "Toxel",
    "number": "106",
    "printed_number": "106",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/106.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/106.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/106.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8",
      "name": "Fusion Strike",
      "total": 284,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "FST",
      "printed_total": 264,
      "release_date": "2021/11/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "253262",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/106.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/106.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/106.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Fusion Strike"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Growl",
        "text": "During your opponent's next turn, the Defending Pokémon's attacks do 30 less damage (before applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Tiny Bolt",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "kodama",
    "pricing": {
      "currency": "USD",
      "market": 0.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.14
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:02:32.489Z",
      "trend_7d": {
        "direction": "up",
        "percent": 7.69
      }
    }
  }
}