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

← Plasma Blast
Scoop Up Cyclone

Scoop Up Cyclone

Rare ACE #95 Trainer ItemACE SPEC
Illustrator
5ban Graphics
Expansion
Plasma Blast · Black & White
Language
English
TCGplayer
88974
GET /api/v1/pokemon/cards/bw10-95vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw10-95vh",
    "name": "Scoop Up Cyclone",
    "number": "95",
    "printed_number": "95",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/95vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/95vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/95vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw10",
      "name": "Plasma Blast",
      "total": 105,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLB",
      "printed_total": 101,
      "release_date": "2013/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88974",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/95vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/95vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/95vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item",
      "ACE SPEC"
    ],
    "rarity": "Rare ACE",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 12.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.15
        },
        {
          "condition": "LP",
          "price": 9.41
        },
        {
          "condition": "MP",
          "price": 8.04
        },
        {
          "condition": "HP",
          "price": 5.24
        },
        {
          "condition": "DMG",
          "price": 5.14
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 14.99,
          "low": 12.74,
          "high": 17.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:52:51.263Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.08
      }
    }
  }
}