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

Doublade

Promo #67
Illustrator
Yukihiro Tada
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
685497
GET /api/v1/pokemon/cards/mep-67vh?include=prices 200 93ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-67vh",
    "name": "Doublade",
    "number": "67",
    "printed_number": "67",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-67vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-67vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-67vh.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": "685497",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-67vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-67vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-67vh.large.png"
          }
        ]
      }
    ],
    "rarity": "Promo",
    "artist": "Yukihiro Tada",
    "pricing": {
      "currency": "USD",
      "market": 8.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.49
        },
        {
          "condition": "LP",
          "price": 7.5
        },
        {
          "condition": "MP",
          "price": 8.14
        },
        {
          "condition": "DMG",
          "price": 8.43
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 39,
          "low": 33.15,
          "high": 44.85,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T21:46:14.790Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.16
      }
    }
  }
}