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

← Mask of Change
Swirlix

Swirlix

usually #51 Pokémon Basic
Types
Psychic
Illustrator
Akira Komayama
Expansion
Mask of Change · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Sneaky Placement
Psychic

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

GET /api/v1/pokemon/cards/sv6_ja-51?include=prices 200 56ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6_ja-51",
    "name": "Swirlix",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/51.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/51.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/51.large.png"
      }
    ],
    "expansion": {
      "id": "sv6_ja",
      "name": "Mask of Change",
      "total": 133,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV6",
      "printed_total": 101,
      "release_date": "2024/04/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mask of Change"
        }
      }
    },
    "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/sv6_ja/51.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/51.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/51.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "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."
      }
    ],
    "rarity": "usually",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 0.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.61
        },
        {
          "condition": "LP",
          "price": 0.07
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T14:48:27.625Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}