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

← Fairy Rise
Sigilyph-GX

Sigilyph-GX

Prism Rare #58 Pokémon BasicGX
Types
Psychic
Illustrator
5ban Graphics
Expansion
Fairy Rise · Sun & Moon
Language
Japanese
TCGplayer
573909

Attacks

Sonic Wing 80
Psychic · Colorless · Colorless

This attack's damage isn't affected by Resistance.

Intercept-GX 60×
Psychic · Colorless · Colorless

This attack does 60 damage times the amount of Energy attached to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm7b_ja-58vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7b_ja-58vh",
    "name": "Sigilyph-GX",
    "number": "58",
    "printed_number": "58",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja/58vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja/58vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja/58vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7b_ja",
      "name": "Fairy Rise",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM7b",
      "printed_total": 50,
      "release_date": "2018/08/03",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Fairy Rise"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573909",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja/58vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja/58vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7b_ja/58vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Psychic"
    ],
    "abilities": [
      {
        "name": "Mirror Counter",
        "text": "If this Pokémon is your Active Pokémon and is damaged by an attack from your opponent's Pokémon-GX or Pokémon-EX (even if this Pokémon is Knocked Out), put damage counters on the Attacking Pokémon equal to the damage done to this Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sonic Wing",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "80"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Intercept-GX",
        "text": "This attack does 60 damage times the amount of Energy attached to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)",
        "damage": "60×"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Prism Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 6.36,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.36
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 705,
          "low": 599.25,
          "high": 810.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 49.99,
          "low": 49.99,
          "high": 49.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T04:03:06.006Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.85
      }
    }
  }
}