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

← Freeze Bolt
Flygon

Flygon

Rare #44 Pokémon Stage 2 HP 140
Types
Dragon
Illustrator
BERUBURI
Expansion
Freeze Bolt · Black & White
Language
Japanese
TCGplayer
601578

Attacks

Flying Beatdown 80
Grass · Fighting · Colorless · Colorless

You may discard a Grass Energy and a Fighting Energy attached to this Pokémon. If you do, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/bw6f_ja-44vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6f_ja-44vh",
    "name": "Flygon",
    "number": "44",
    "printed_number": "44",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/44vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/44vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/44vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6f_ja",
      "name": "Freeze Bolt",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW6",
      "printed_total": 59,
      "release_date": "2012/07/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6f_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6f_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Freeze Bolt"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601578",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/44vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/44vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/44vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Sand Slammer",
        "text": "At any time between turns, if this Pokémon is your Active Pokémon, put 1 damage counter on each of your opponent's Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Flying Beatdown",
        "text": "You may discard a Grass Energy and a Fighting Energy attached to this Pokémon. If you do, the Defending Pokémon is now Paralyzed.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Dragon",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "BERUBURI",
    "pricing": {
      "currency": "USD",
      "market": 8.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.01
        },
        {
          "condition": "LP",
          "price": 7.99
        },
        {
          "condition": "DMG",
          "price": 2.49
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 58.75,
          "low": 32,
          "high": 67.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25.25,
          "low": 28,
          "high": 28,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:09:19.780Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}