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

← SM Trainer Kit Alolan Raichu
Togedemaru

Togedemaru

Common #26 Pokémon Basic HP 70
Types
Lightning
Illustrator
Megumi Mizutani
Expansion
SM Trainer Kit Alolan Raichu · Sun & Moon
Language
English
TCGplayer
152877

Attacks

Defense Curl
Colorless

Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn.

Discharge 30×

Discard all Lightning Energy from this Pokémon. This attack does 30 damage for each card you discarded in this way.

GET /api/v1/pokemon/cards/tk10b-26?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk10b-26",
    "name": "Togedemaru",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-26.large.webp"
      }
    ],
    "expansion": {
      "id": "tk10b",
      "name": "SM Trainer Kit Alolan Raichu",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "printed_total": 30,
      "release_date": "2017/04/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk10b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk10b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "152877",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-26.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Defense Curl",
        "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn."
      },
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Discharge",
        "text": "Discard all Lightning Energy from this Pokémon. This attack does 30 damage for each card you discarded in this way.",
        "damage": "30×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": 0.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.15
        },
        {
          "condition": "LP",
          "price": 0.07
        },
        {
          "condition": "HP",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:28:15.313Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}