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

← Hidden Fates
Electrode

Electrode

Rare #22 Pokémon Stage 1 HP 100
Types
Lightning
Illustrator
Anesaki Dynamic
Expansion
Hidden Fates · Sun & Moon
Language
English
TCGplayer
197666

Attacks

Lightning Ball 30
Lightning
Electroblast 60
Lightning · Colorless · Colorless

Flip 2 coins. This attack does 30 more damage for each heads.

GET /api/v1/pokemon/cards/sm115-22vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm115-22vrh",
    "name": "Electrode",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/22vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/22vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/22vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm115",
      "name": "Hidden Fates",
      "total": 69,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "HIF",
      "printed_total": 68,
      "release_date": "2019/08/23",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm115.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm115.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "197666",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/22vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/22vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm115/22vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Lightning Ball",
        "damage": "30"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Electroblast",
        "text": "Flip 2 coins. This attack does 30 more damage for each heads.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 0.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.57
        },
        {
          "condition": "LP",
          "price": 0.45
        },
        {
          "condition": "MP",
          "price": 0.37
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 59.89,
          "low": 27.99,
          "high": 64.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.38,
          "low": 25,
          "high": 25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:55:32.965Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.72
      }
    }
  }
}