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 Holo GX #110 Pokémon Stage 2GX HP 240
Types
Fighting
Illustrator
5ban Graphics
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-110vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-110vh",
    "name": "Flygon-GX",
    "number": "110",
    "printed_number": "110",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/110vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/110vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/110vh.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/110vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/110vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/110vh.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 Holo GX",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.47,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.47
        },
        {
          "condition": "LP",
          "price": 2.12
        },
        {
          "condition": "MP",
          "price": 1.79
        },
        {
          "condition": "HP",
          "price": 1.69
        },
        {
          "condition": "DMG",
          "price": 1.65
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 38,
          "low": 32,
          "high": 38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 3.25,
          "low": 2.76,
          "high": 3.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 128.69,
          "low": 150,
          "high": 150,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22.5,
          "low": 19.13,
          "high": 25.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30.05,
          "low": 34.99,
          "high": 34.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:41:57.962Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.8
      }
    }
  }
}