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

← EX Trainer Kit 2 Plusle
Spoink

Spoink

Common #7 Pokémon Basic HP 50
Types
Psychic
Illustrator
Kagemaru Himeno
Expansion
EX Trainer Kit 2 Plusle · EX
Language
English
TCGplayer
89475

Attacks

Knock Away 10
Psychic

Flip a coin. If heads, this attack does 10 damage plus 10 more damage.

GET /api/v1/pokemon/cards/tk2a-7?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk2a-7",
    "name": "Spoink",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/7.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/7.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/7.large.webp"
      }
    ],
    "expansion": {
      "id": "tk2a",
      "name": "EX Trainer Kit 2 Plusle",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "printed_total": 12,
      "release_date": "2006/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2a.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk2a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89475",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/7.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/7.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk2a/7.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Knock Away",
        "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "MP",
          "price": 0.22
        },
        {
          "condition": "HP",
          "price": 0.12
        },
        {
          "condition": "DMG",
          "price": 0.13
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:48:05.916Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}