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

← Phantasmal Flames
Togedemaru

Togedemaru

Common #73 Pokémon Basic HP 80
Types
Metal
Illustrator
Bun Toujo
Expansion
Phantasmal Flames · Mega Evolution
Language
English
TCGplayer
662232

Attacks

Find a Friend
Colorless

Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.

Gnaw 30
Metal
GET /api/v1/pokemon/cards/me2-73?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2-73",
    "name": "Togedemaru",
    "number": "73",
    "printed_number": "73",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/73.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/73.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/73.large.webp"
      }
    ],
    "expansion": {
      "id": "me2",
      "name": "Phantasmal Flames",
      "total": 130,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PFL",
      "printed_total": 94,
      "release_date": "2025/11/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "662232",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/73.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/73.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/73.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Find a Friend",
        "text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Gnaw",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Bun Toujo",
    "pricing": {
      "currency": "USD",
      "market": 0.06,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.06
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T19:36:35.017Z",
      "trend_7d": {
        "direction": "down",
        "percent": -25
      }
    }
  }
}