Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← MEGA Dream ex
Team Rocket's Spidops

Team Rocket's Spidops

Common #16 Pokémon Stage 1
Types
Grass
Illustrator
Taiga Kasai
Expansion
MEGA Dream ex · Mega Evolution
Language
Japanese
TCGplayer

Attacks

Rocket Rush
Grass · Colorless

This attack does 30 damage for each of your Team Rocket's Pokémon in play.

GET /api/v1/pokemon/cards/m2a_ja-16?include=prices 200 80ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m2a_ja-16",
    "name": "Team Rocket's Spidops",
    "number": "16",
    "printed_number": "16",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/16.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/16.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/16.large.png"
      }
    ],
    "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": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/16.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/16.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/16.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "abilities": [
      {
        "name": "Charging Up",
        "text": "Once during your turn, you may attach a Basic Energy card from your discard pile to this Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rocket Rush",
        "text": "This attack does 30 damage for each of your Team Rocket's Pokémon in play."
      }
    ],
    "rarity": "Common",
    "artist": "Taiga Kasai",
    "pricing": {
      "currency": "USD",
      "market": 0.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 21.44,
          "low": 15.25,
          "high": 37.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15.01,
          "low": 12.76,
          "high": 17.26,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T16:05:07.846Z",
      "trend_7d": {
        "direction": "down",
        "percent": -67.74
      }
    }
  }
}