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 Dream ex
Coalossal (Energy Reverse)

Coalossal (Energy Reverse)

Common #97 Pokémon Stage 2 HP 180
Types
Fighting
Illustrator
Nisota Niso
Expansion
MEGA Dream ex · Mega Evolution
Language
Japanese
TCGplayer
666167

Attacks

Tar Cannon
Fighting

This attack does 140 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If you don't have 10 or more Basic Fighting Energy cards in your discard pile, this attack does nothing.

Bulky Bump 220
Fighting · Colorless · Colorless · Colorless

Discard 3 Energy from this Pokémon.

GET /api/v1/pokemon/cards/m2a_ja-97verh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m2a_ja-97verh",
    "name": "Coalossal (Energy Reverse)",
    "number": "97",
    "printed_number": "97",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/97verh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/97verh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/97verh.large.webp"
      }
    ],
    "expansion": {
      "id": "m2a_ja",
      "name": "MEGA Dream ex",
      "total": 250,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M2a",
      "printed_total": 193,
      "release_date": "2025/11/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "MEGA Dream ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "666167",
    "variants": [
      {
        "name": "energyReverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/97verh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/97verh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/97verh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Tar Cannon",
        "text": "This attack does 140 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If you don't have 10 or more Basic Fighting Energy cards in your discard pile, this attack does nothing."
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Bulky Bump",
        "text": "Discard 3 Energy from this Pokémon.",
        "damage": "220"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Nisota Niso",
    "pricing": {
      "currency": "USD",
      "market": 0.62,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.62
        },
        {
          "condition": "LP",
          "price": 0.6
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:01:07.584Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}