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

← The Town on No Map
Super Energy Removal 2

Super Energy Removal 2

Non #76 Energy
Illustrator
Keiji Kinebuchi
Expansion
The Town on No Map · E-Card
Language
Japanese
TCGplayer
576331
GET /api/v1/pokemon/cards/ecard2_ja-76?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard2_ja-76",
    "name": "Super Energy Removal 2",
    "number": "76",
    "printed_number": "76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/76.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/76.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/76.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard2_ja",
      "name": "The Town on No Map",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 92,
      "release_date": "2002/03/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "The Town on No Map"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576331",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/76.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/76.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2_ja/76.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "rarity": "Non",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 12.08,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.08
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 21.5,
          "low": 18.27,
          "high": 24.73,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:50:24.972Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}