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

← Mega Evolution Black Star Promos
Ampharos (Staff Stamp)

Ampharos (Staff Stamp)

Promo #75 Pokémon Stage 2 HP 160
Types
Lightning
Illustrator
Taiga Kasai
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer

Attacks

Flashing Bolt 140
Lightning · Colorless

During your next turn, this Pokémon can't use Flashing Bolt.

GET /api/v1/pokemon/cards/mep-75vs?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-75vs",
    "name": "Ampharos (Staff Stamp)",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-75vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-75vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-75vs.large.webp"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 112,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-75vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-75vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-75vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Synchro Pulse",
        "text": "If you have the same number of cards in your hand as your opponent, attacks used by this Pokémon do 80 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Flashing Bolt",
        "text": "During your next turn, this Pokémon can't use Flashing Bolt.",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Taiga Kasai",
    "pricing": {
      "currency": "USD",
      "market": 72.44,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 72.44
        },
        {
          "condition": "LP",
          "price": 51.81
        },
        {
          "condition": "HP",
          "price": 30
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 111.49,
          "low": 94.77,
          "high": 128.21,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T04:07:06.090Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.12
      }
    }
  }
}