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

← Unified Minds
Fraxure

Fraxure

Uncommon #155 Pokémon Stage 1 HP 90
Types
Dragon
Illustrator
tetsuya koizumi
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
195153

Attacks

Guard Press 30
Colorless · Colorless

During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).

Guillotine 70
Fire · Metal · Colorless
GET /api/v1/pokemon/cards/sm11-155?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-155",
    "name": "Fraxure",
    "number": "155",
    "printed_number": "155",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/155.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/155.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/155.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "195153",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/155.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/155.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/155.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Guard Press",
        "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "30"
      },
      {
        "cost": [
          "Fire",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Guillotine",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "tetsuya koizumi",
    "pricing": {
      "currency": "USD",
      "market": 0.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.21
        },
        {
          "condition": "MP",
          "price": 0.06
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:52:58.561Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}