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

← Rising Rivals
Flygon

Flygon

Rare Holo #5 Pokémon Stage 2 HP 120
Types
Colorless
Illustrator
Kouki Saitou
Expansion
Rising Rivals · Platinum
Language
English
TCGplayer
85526

Attacks

Sand Wall 40
Colorless · Colorless

Discard a Stadium card your opponent has in play. If you do, prevent all effects of an attack, including damage, done to Flygon during your opponent's next turn.

Power Swing 60
Colorless · Colorless · Colorless

Does 60 damage plus 10 more damage for each Evolved Pokémon on your Bench.

GET /api/v1/pokemon/cards/pl2-5vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl2-5vrh",
    "name": "Flygon",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/5vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/5vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/5vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl2",
      "name": "Rising Rivals",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "RR",
      "printed_total": 111,
      "release_date": "2009/05/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85526",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/5vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/5vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/5vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Rainbow Float",
        "text": "If any basic Energy card attached to Flygon is the same type as any of your Pokémon, the Retreat Cost for those Pokémon is 0.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Sand Wall",
        "text": "Discard a Stadium card your opponent has in play. If you do, prevent all effects of an attack, including damage, done to Flygon during your opponent's next turn.",
        "damage": "40"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Power Swing",
        "text": "Does 60 damage plus 10 more damage for each Evolved Pokémon on your Bench.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Colorless",
        "value": "+30"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 10,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10
        },
        {
          "condition": "LP",
          "price": 2.65
        },
        {
          "condition": "MP",
          "price": 2.02
        },
        {
          "condition": "HP",
          "price": 1.75
        },
        {
          "condition": "DMG",
          "price": 2.16
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "6",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 20.4,
          "low": 27,
          "high": 27,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 50.18,
          "low": 62,
          "high": 62,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 111.48,
          "low": 120,
          "high": 120,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-14T03:23:56.049Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}