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

← Twilight Masquerade
Swirlix

Swirlix

Common #89 Pokémon Basic HP 50
Types
Psychic
Illustrator
Akira Komayama
Expansion
Twilight Masquerade · Scarlet & Violet
Language
English
TCGplayer
550133

Attacks

Sneaky Placement
Psychic

Put 2 damage counters on 1 of your opponent's Pokémon.

GET /api/v1/pokemon/cards/sv6-89?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6-89",
    "name": "Swirlix",
    "number": "89",
    "printed_number": "89",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/89.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/89.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/89.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6",
      "name": "Twilight Masquerade",
      "total": 226,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TWM",
      "printed_total": 167,
      "release_date": "2024/05/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "550133",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/89.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/89.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/89.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "Festival Lead",
        "text": "If Festival Grounds is in play, this Pokémon may use an attack it has twice. If the first attack Knocks Out your opponent's Active Pokémon, you may attack again after your opponent chooses a new Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Sneaky Placement",
        "text": "Put 2 damage counters on 1 of your opponent's Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 0.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.17
        },
        {
          "condition": "LP",
          "price": 0.07
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:44:41.675Z",
      "trend_7d": {
        "direction": "up",
        "percent": 13.33
      }
    }
  }
}