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

← Cosmic Eclipse
Flygon-GX

Flygon-GX

Rare Ultra #218 Pokémon Stage 2GX HP 240
Types
Fighting
Illustrator
PLANETA Tsuji
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
201141

Attacks

Desert Hurricane 120
Fighting · Fighting · Fighting

If there is any Stadium card in play, this attack does 120 more damage. Then, discard that Stadium card.

Sonic Edge-GX 220
Fighting · Fighting · Fighting

This attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm12-218vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-218vh",
    "name": "Flygon-GX",
    "number": "218",
    "printed_number": "218",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/218vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/218vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/218vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201141",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/218vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/218vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/218vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "GX"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "240",
    "abilities": [
      {
        "name": "Dusty Defense",
        "text": "As long as this Pokémon is your Active Pokémon, all of your Pokémon take 30 less damage from your opponent's attacks (after applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 3,
        "name": "Desert Hurricane",
        "text": "If there is any Stadium card in play, this attack does 120 more damage. Then, discard that Stadium card.",
        "damage": "120"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 3,
        "name": "Sonic Edge-GX",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)",
        "damage": "220"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare Ultra",
    "artist": "PLANETA Tsuji",
    "pricing": {
      "currency": "USD",
      "market": 2.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.35
        },
        {
          "condition": "DMG",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 100.71,
          "low": 97.33,
          "high": 104.09,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 38,
          "low": 32.3,
          "high": 43.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 257.5,
          "low": 231.6,
          "high": 310,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 17.5,
          "low": 10.5,
          "high": 17.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18.44,
          "low": 16.05,
          "high": 16.05,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "SGC",
          "grade": "7",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:47:33.866Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.62
      }
    }
  }
}