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

← Black Bolt
Fraxure

Fraxure

Illustration Rare #146 Pokémon Stage 1 HP 100
Types
Dragon
Illustrator
Yuya Oka
Expansion
Black Bolt · Scarlet & Violet
Language
English
TCGplayer
642600

Attacks

Bite 30
Colorless
Boundless Power 90
Fighting · Metal

During your next turn, this Pokémon can't use attacks.

GET /api/v1/pokemon/cards/zsv10pt5-146vh?include=prices 200 25ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "zsv10pt5-146vh",
    "name": "Fraxure",
    "number": "146",
    "printed_number": "146",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/146vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/146vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/146vh.large.webp"
      }
    ],
    "expansion": {
      "id": "zsv10pt5",
      "name": "Black Bolt",
      "total": 172,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "BLK",
      "printed_total": 86,
      "release_date": "2025/07/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/zsv10pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/zsv10pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "642600",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/146vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/146vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/zsv10pt5/146vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Bite",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Boundless Power",
        "text": "During your next turn, this Pokémon can't use attacks.",
        "damage": "90"
      }
    ],
    "rarity": "Illustration Rare",
    "artist": "Yuya Oka",
    "pricing": {
      "currency": "USD",
      "market": 32.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 32.57
        },
        {
          "condition": "LP",
          "price": 21.27
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 38.2,
          "low": 47,
          "high": 47,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 22.5,
          "low": 22.5,
          "high": 22.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 19.55,
          "low": 29.99,
          "high": 29.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 250,
          "low": 234.7,
          "high": 495.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 18.5,
          "low": 18.5,
          "high": 18.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 17.5,
          "low": 14.88,
          "high": 20.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.5,
          "low": 13.06,
          "high": 13.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26.48,
          "low": 24.5,
          "high": 33.2,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        }
      ],
      "market_updated_at": "2026-09-21T04:00:39.264Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}