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

← XY Promos
M Sachiko-EX

M Sachiko-EX

Promo #298 Trainer MEGAEX HP 240
Types
Fairy
Illustrator
TOKIYA
Expansion
XY Promos · XY
Language
Japanese
TCGplayer

Attacks

Galaxy Voice 10×
Fairy · Fairy · Fairy · Fairy

Sing "Ah♪" for as long as you can. This attack does 10 damage times the number of seconds you sing for. (While singing, your opponent counts the number of seconds. Accurately!) M Sachiko-EX isn't a Pokémon, but is treated as a Mega Evolution Pokémon. (This card cannot be used at official tournaments.)

GET /api/v1/pokemon/cards/xyp_ja-298vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp_ja-298vh",
    "name": "M Sachiko-EX",
    "number": "298",
    "printed_number": "298",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/298vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/298vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/298vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp_ja",
      "name": "XY Promos",
      "total": 299,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "printed_total": 299,
      "release_date": "2013/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "XY Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/298vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/298vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/298vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "MEGA",
      "EX"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "240",
    "attacks": [
      {
        "cost": [
          "Fairy",
          "Fairy",
          "Fairy",
          "Fairy"
        ],
        "converted_energy_cost": 4,
        "name": "Galaxy Voice",
        "text": "Sing \"Ah♪\" for as long as you can. This attack does 10 damage times the number of seconds you sing for. (While singing, your opponent counts the number of seconds. Accurately!)\nM Sachiko-EX isn't a Pokémon, but is treated as a Mega Evolution Pokémon. (This card cannot be used at official tournaments.)",
        "damage": "10×"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": []
    }
  }
}