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

Crobat

Promo #76 Pokémon Stage 2 HP 130
Types
Darkness
Illustrator
Apios
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
694686
GET /api/v1/pokemon/cards/mep-76vh?include=prices 200 98ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-76vh",
    "name": "Crobat",
    "number": "76",
    "printed_number": "76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-76vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-76vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-76vh.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": "694686",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-76vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-76vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-76vh.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": 13.74,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 13.74
        },
        {
          "condition": "LP",
          "price": 11.77
        },
        {
          "condition": "MP",
          "price": 13.04
        },
        {
          "condition": "DMG",
          "price": 9.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T21:46:14.790Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.6
      }
    }
  }
}