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

← Plasma Blast
Fraxure

Fraxure

Uncommon #68 Pokémon Stage 1 HP 80
Types
Dragon
Illustrator
Masakazu Fukuda
Expansion
Plasma Blast · Black & White
Language
English
TCGplayer
85561

Attacks

Paralyzing Gaze
Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

Dragon Claw 40
Fighting · Metal
GET /api/v1/pokemon/cards/bw10-68?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw10-68",
    "name": "Fraxure",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/68.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/68.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/68.large.webp"
      }
    ],
    "expansion": {
      "id": "bw10",
      "name": "Plasma Blast",
      "total": 105,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLB",
      "printed_total": 101,
      "release_date": "2013/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85561",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/68.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/68.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/68.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Paralyzing Gaze",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
      },
      {
        "cost": [
          "Fighting",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Dragon Claw",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Dragon",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        },
        {
          "condition": "LP",
          "price": 0.34
        },
        {
          "condition": "MP",
          "price": 0.23
        },
        {
          "condition": "HP",
          "price": 0.25
        },
        {
          "condition": "DMG",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:52:51.263Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}