Powered live by GET /api/v1/pokemon/… — the same public API documented in 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
GET /api/v1/pokemon/cards/mep-75vs?include=prices 200 111ms
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.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-75vs.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-75vs.large.png"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 79,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 79,
      "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.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-75vs.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-75vs.large.png"
          }
        ]
      }
    ],
    "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"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Taiga Kasai",
    "pricing": {
      "currency": "USD",
      "market": 83.71,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 83.71
        },
        {
          "condition": "LP",
          "price": 49.32
        },
        {
          "condition": "HP",
          "price": 30
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-30T15:01:45.397Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.69
      }
    }
  }
}