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

← Aquapolis
Boost Energy

Boost Energy

Uncommon #145 Energy Special
Illustrator
Shin-ichi Yoshikawa
Expansion
Aquapolis · E-Card
Language
English
TCGplayer
83937
GET /api/v1/pokemon/cards/ecard2-145?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard2-145",
    "name": "Boost Energy",
    "number": "145",
    "printed_number": "145",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/145.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/145.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/145.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard2",
      "name": "Aquapolis",
      "total": 182,
      "language": "English",
      "language_code": "en",
      "series": "E-Card",
      "code": "AQ",
      "printed_total": 147,
      "release_date": "2003/01/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83937",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/145.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/145.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/145.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "Uncommon",
    "artist": "Shin-ichi Yoshikawa",
    "pricing": {
      "currency": "USD",
      "market": 7.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.07
        },
        {
          "condition": "LP",
          "price": 4.37
        },
        {
          "condition": "MP",
          "price": 4.17
        },
        {
          "condition": "HP",
          "price": 2.19
        },
        {
          "condition": "DMG",
          "price": 1.94
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 114.62,
          "low": 132.5,
          "high": 132.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 1,
          "low": 0.85,
          "high": 1.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.99,
          "low": 8.49,
          "high": 11.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:25:58.336Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.87
      }
    }
  }
}