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

← POP Series 7
Spinda

Spinda

Common #17 Pokémon Basic HP 70
Types
Colorless
Illustrator
Atsuko Nishida
Expansion
POP Series 7 · POP
Language
English
TCGplayer
89462

Attacks

Dish Out
Colorless

Draw a card from the top and the bottom of your deck.

Synchro Punch 10
Colorless

If any basic Energy card attached to Spinda is the same type as any Energy attached to the Defending Pokémon, this attack does 10 damage plus 30 more damage.

GET /api/v1/pokemon/cards/pop7-17?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop7-17",
    "name": "Spinda",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/17.large.webp"
      }
    ],
    "expansion": {
      "id": "pop7",
      "name": "POP Series 7",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2008/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89462",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop7/17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Dish Out",
        "text": "Draw a card from the top and the bottom of your deck."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Synchro Punch",
        "text": "If any basic Energy card attached to Spinda is the same type as any Energy attached to the Defending Pokémon, this attack does 10 damage plus 30 more damage.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+20"
      }
    ],
    "rarity": "Common",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 3.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.14
        },
        {
          "condition": "LP",
          "price": 2.01
        },
        {
          "condition": "MP",
          "price": 1.21
        },
        {
          "condition": "HP",
          "price": 0.85
        },
        {
          "condition": "DMG",
          "price": 0.82
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 35,
          "low": 28,
          "high": 42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:40:56.311Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.96
      }
    }
  }
}