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

Doublade (Staff Stamp)

Promo #67 Pokémon Stage 1 HP 100
Types
Metal
Illustrator
Yukihiro Tada
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
GET /api/v1/pokemon/cards/mep-67vs?include=prices 200 66ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-67vs",
    "name": "Doublade (Staff Stamp)",
    "number": "67",
    "printed_number": "67",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-67vs.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-67vs.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-67vs.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-67vs.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-67vs.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-67vs.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "100",
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Promo",
    "artist": "Yukihiro Tada",
    "pricing": {
      "currency": "USD",
      "market": 23.62,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 23.62
        },
        {
          "condition": "LP",
          "price": 21.06
        },
        {
          "condition": "MP",
          "price": 18
        },
        {
          "condition": "DMG",
          "price": 17.5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 196.38,
          "low": 193.31,
          "high": 199.44,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T04:46:16.464Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.55
      }
    }
  }
}