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

← Sun & Moon
Togedemaru

Togedemaru

Common #53 Pokémon Basic HP 70
Types
Lightning
Illustrator
Megumi Mizutani
Expansion
Sun & Moon · Sun & Moon
Language
English
TCGplayer
126924

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
Lightning

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/sm1-53vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm1-53vrh",
    "name": "Togedemaru",
    "number": "53",
    "printed_number": "53",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/53vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/53vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/53vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm1",
      "name": "Sun & Moon",
      "total": 173,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "SUM",
      "printed_total": 149,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "126924",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/53vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/53vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1/53vrh.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": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "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.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.38
        },
        {
          "condition": "LP",
          "price": 0.34
        },
        {
          "condition": "MP",
          "price": 0.25
        },
        {
          "condition": "HP",
          "price": 0.15
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.99,
          "low": 8.49,
          "high": 11.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "2",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:23:58.760Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}