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

← Fusion Strike
Sigilyph

Sigilyph

Common #123 Pokémon Basic HP 100
Types
Psychic
Illustrator
Yukiko Baba
Expansion
Fusion Strike · Sword & Shield
Language
English
TCGplayer
253303

Attacks

Joust 20
Colorless

Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon.

Reflect Energy 60
Psychic · Colorless

Move an Energy from this Pokémon to 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/swsh8-123?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8-123",
    "name": "Sigilyph",
    "number": "123",
    "printed_number": "123",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/123.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/123.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/123.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8",
      "name": "Fusion Strike",
      "total": 284,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "FST",
      "printed_total": 264,
      "release_date": "2021/11/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "253303",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/123.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/123.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/123.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Joust",
        "text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Reflect Energy",
        "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Yukiko Baba",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-31T08:48:10.025Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}