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
Crobat (Staff Stamp)

Crobat (Staff Stamp)

Promo #76 Pokémon Stage 2 HP 130
Types
Darkness
Illustrator
Apios
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
GET /api/v1/pokemon/cards/mep-76vs?include=prices 200 109ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-76vs",
    "name": "Crobat (Staff Stamp)",
    "number": "76",
    "printed_number": "76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-76vs.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-76vs.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-76vs.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-76vs.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-76vs.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-76vs.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Nighttime Maneuvers",
        "text": "Once during your turn, if this Pokémon is in the Active Spot, you may use this Ability. Search your deck for a card. Shuffle your deck, then put that card on top of it.",
        "type": "Ability"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Promo",
    "artist": "Apios",
    "pricing": {
      "currency": "USD",
      "market": 43.39,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 43.39
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T04:46:16.464Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.27
      }
    }
  }
}