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

← White Collection
Sigilyph

Sigilyph

usually #24 Pokémon Basic HP 90
Types
Psychic
Illustrator
Midori Harada
Expansion
White Collection · Black & White
Language
Japanese
TCGplayer

Attacks

Reflect
Psychic

During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 40 (after applying Weakness and Resistance).

Telekinesis
Psychic · Colorless · Colorless

Does 50 damage to 1 of your opponent's Pokémon. This attack's damage isn't affected by Weakness or Resistance.

GET /api/v1/pokemon/cards/bw1w_ja-24?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1w_ja-24",
    "name": "Sigilyph",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/24.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/24.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/24.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1w_ja",
      "name": "White Collection",
      "total": 56,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW1",
      "printed_total": 53,
      "release_date": "2010/12/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1w_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1w_ja.symbol.png",
      "translation": {
        "en": {
          "name": "White Collection"
        }
      }
    },
    "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/bw1w_ja/24.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/24.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1w_ja/24.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Reflect",
        "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 40 (after applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Telekinesis",
        "text": "Does 50 damage to 1 of your opponent's Pokémon. This attack's damage isn't affected by Weakness or Resistance."
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 12.61,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.61
        },
        {
          "condition": "MP",
          "price": 2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:46:42.059Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}