Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Mega Evolution Black Star Promos
Inteleon (Staff Stamp)

Inteleon (Staff Stamp)

Promo #2 Pokémon Stage 2 HP 150
Types
Water
Illustrator
Kazumasa Yasukuni
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
656802

Attacks

Bring Down
Water

Choose a Pokémon in play (yours or your opponent's) that has the least HP remaining, except for this Pokémon, and it is Knocked Out.

Water Shot 110
Water

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/mep-2vs?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-2vs",
    "name": "Inteleon (Staff Stamp)",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/2vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/2vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/2vs.large.webp"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 112,
      "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": "656802",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/2vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/2vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/2vs.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Bring Down",
        "text": "Choose a Pokémon in play (yours or your opponent's) that has the least HP remaining, except for this Pokémon, and it is Knocked Out."
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Water Shot",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Kazumasa Yasukuni",
    "pricing": {
      "currency": "USD",
      "market": 37.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 37.37
        },
        {
          "condition": "LP",
          "price": 35.82
        },
        {
          "condition": "MP",
          "price": 26.69
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 249.99,
          "low": 243.44,
          "high": 249.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 29.58,
          "low": 37,
          "high": 37,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 41,
          "low": 35,
          "high": 47.13,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 51,
          "low": 43.35,
          "high": 58.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T04:07:06.090Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}