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

← Supreme Victors
Spinda

Spinda

Rare #46 Pokémon Basic HP 70
Types
Colorless
Illustrator
Miki Tanaka
Expansion
Supreme Victors · Platinum
Language
English
TCGplayer
89463

Attacks

Synchro Removal
Colorless

If any Energy card attached to Spinda is the same type as any Energy card attached to the Defending Pokémon, discard 1 of those Energy cards from the Defending Pokémon.

Pulled Punch 30
Colorless

If the Defending Pokémon already has any damage counters on it, this attack's base damage is 10 instead of 30.

GET /api/v1/pokemon/cards/pl3-46?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl3-46",
    "name": "Spinda",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/46.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/46.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/46.large.webp"
      }
    ],
    "expansion": {
      "id": "pl3",
      "name": "Supreme Victors",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "SV",
      "printed_total": 147,
      "release_date": "2009/08/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89463",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/46.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/46.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/46.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Synchro Removal",
        "text": "If any Energy card attached to Spinda is the same type as any Energy card attached to the Defending Pokémon, discard 1 of those Energy cards from the Defending Pokémon."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Pulled Punch",
        "text": "If the Defending Pokémon already has any damage counters on it, this attack's base damage is 10 instead of 30.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Miki Tanaka",
    "pricing": {
      "currency": "USD",
      "market": 2.89,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.89
        },
        {
          "condition": "LP",
          "price": 1.01
        },
        {
          "condition": "MP",
          "price": 1.08
        },
        {
          "condition": "HP",
          "price": 0.89
        },
        {
          "condition": "DMG",
          "price": 1.45
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 60,
          "low": 51,
          "high": 69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:56:00.782Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.21
      }
    }
  }
}