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
Darkness Cube 01

Darkness Cube 01

Uncommon #119 Trainer Technical Machine
Illustrator
"Big Mama" Tagawa
Expansion
Aquapolis · E-Card
Language
English
TCGplayer
84675

Attacks

Plunder 10
Darkness

Before doing damage, discard any Trainer cards attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/ecard2-119?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard2-119",
    "name": "Darkness Cube 01",
    "number": "119",
    "printed_number": "119",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/119.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/119.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/119.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": "84675",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/119.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/119.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard2/119.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Technical Machine"
    ],
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Plunder",
        "text": "Before doing damage, discard any Trainer cards attached to the Defending Pokémon.",
        "damage": "10"
      }
    ],
    "rarity": "Uncommon",
    "artist": "\"Big Mama\" Tagawa",
    "pricing": {
      "currency": "USD",
      "market": 1.73,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.73
        },
        {
          "condition": "LP",
          "price": 1.35
        },
        {
          "condition": "MP",
          "price": 1.47
        },
        {
          "condition": "HP",
          "price": 1
        },
        {
          "condition": "DMG",
          "price": 0.56
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 73.59,
          "low": 73.59,
          "high": 73.59,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 1,
          "low": 0.85,
          "high": 1.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 17.45,
          "low": 17.99,
          "high": 17.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.64,
          "low": 17.54,
          "high": 23.74,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:15:33.390Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8.13
      }
    }
  }
}