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

← Rebel Clash
Sigilyph

Sigilyph

Rare #80 Pokémon Basic HP 110
Types
Psychic
Illustrator
Naoyo Kimura
Expansion
Rebel Clash · Sword & Shield
Language
English
TCGplayer
213166

Attacks

Psychic Assault 30
Psychic · Colorless

This attack does 10 more damage for each damage counter on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/swsh2-80?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2-80",
    "name": "Sigilyph",
    "number": "80",
    "printed_number": "80",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/80.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/80.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/80.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh2",
      "name": "Rebel Clash",
      "total": 209,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "RCL",
      "printed_total": 192,
      "release_date": "2020/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "213166",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/80.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/80.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/80.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Counterattack",
        "text": "If this Pokémon is your Active Pokémon and is damaged by an opponent's attack (even if this Pokémon is Knocked Out), put 3 damage counters on the Attacking Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Psychic Assault",
        "text": "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 0.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:45:11.316Z",
      "trend_7d": {
        "direction": "down",
        "percent": -16.67
      }
    }
  }
}