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

← Emerging Powers
Sigilyph

Sigilyph

Uncommon #42 Pokémon Basic HP 90
Types
Psychic
Illustrator
match
Expansion
Emerging Powers · Black & White
Language
English
TCGplayer
89205

Attacks

Quick Turn 10
Psychic

Flip 2 coins. This attack does 10 damage times the number of heads.

Psychic Assault 40
Colorless · Colorless · Colorless

Does 10 more damage for each damage counter on the Defending Pokémon.

GET /api/v1/pokemon/cards/bw2-42?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw2-42",
    "name": "Sigilyph",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/42.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/42.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/42.large.webp"
      }
    ],
    "expansion": {
      "id": "bw2",
      "name": "Emerging Powers",
      "total": 98,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "EPO",
      "printed_total": 98,
      "release_date": "2011/08/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89205",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/42.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/42.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/42.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Quick Turn",
        "text": "Flip 2 coins. This attack does 10 damage times the number of heads.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psychic Assault",
        "text": "Does 10 more damage for each damage counter on the Defending Pokémon.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 0.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.26
        },
        {
          "condition": "LP",
          "price": 0.2
        },
        {
          "condition": "MP",
          "price": 0.14
        },
        {
          "condition": "HP",
          "price": 0.08
        },
        {
          "condition": "DMG",
          "price": 0.08
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:43:24.154Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.14
      }
    }
  }
}