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
Toxel (Cosmos Holofoil)

Toxel (Cosmos Holofoil)

Promo #78 Pokémon Basic HP 70
Types
Darkness
Illustrator
Mina Nakai
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer

Attacks

Call for Family
Darkness

Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck.

Playful Kick 20
Darkness · Colorless
GET /api/v1/pokemon/cards/mep-78vcos?include=prices 200 35ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-78vcos",
    "name": "Toxel (Cosmos Holofoil)",
    "number": "78",
    "printed_number": "78",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-78vcos.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-78vcos.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-78vcos.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": null,
    "variants": [
      {
        "name": "cosmosHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-78vcos.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-78vcos.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-78vcos.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Call for Family",
        "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Playful Kick",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Mina Nakai",
    "pricing": {
      "currency": "USD",
      "market": 0.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.37
        },
        {
          "condition": "MP",
          "price": 0.35
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T04:07:06.090Z",
      "trend_7d": {
        "direction": "up",
        "percent": 19.35
      }
    }
  }
}