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

← Furious Fists
Flygon

Flygon

Rare #76 Pokémon Stage 2 HP 130
Types
Dragon
Illustrator
Masakazu Fukuda
Expansion
Furious Fists · XY
Language
English
TCGplayer
92256

Attacks

Rainbow Shower
Colorless

Attach as many basic Energy cards as you like from your hand to your Pokémon in any way you like.

Sand Sweep 70
Grass · Fighting · Colorless

Heal 30 damage from each of your Pokémon that has any Energy attached to it.

GET /api/v1/pokemon/cards/xy3-76?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3-76",
    "name": "Flygon",
    "number": "76",
    "printed_number": "76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/76.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/76.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/76.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3",
      "name": "Furious Fists",
      "total": 114,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FFI",
      "printed_total": 111,
      "release_date": "2014/08/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "92256",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/76.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/76.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/76.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Rainbow Shower",
        "text": "Attach as many basic Energy cards as you like from your hand to your Pokémon in any way you like."
      },
      {
        "cost": [
          "Grass",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sand Sweep",
        "text": "Heal 30 damage from each of your Pokémon that has any Energy attached to it.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 1.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.13
        },
        {
          "condition": "LP",
          "price": 0.81
        },
        {
          "condition": "MP",
          "price": 0.51
        },
        {
          "condition": "HP",
          "price": 0.51
        },
        {
          "condition": "DMG",
          "price": 0.81
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:39:13.477Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}