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

← Dragon Vault
Fraxure

Fraxure

Rare Holo #14 Pokémon Stage 1 HP 70
Types
Dragon
Illustrator
Shin Nagasawa
Expansion
Dragon Vault · Black & White
Language
English
TCGplayer
85559

Attacks

Dragon Claw 60
Fighting · Metal · Colorless
GET /api/v1/pokemon/cards/dv1-14vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dv1-14vh",
    "name": "Fraxure",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/14vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/14vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/14vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dv1",
      "name": "Dragon Vault",
      "total": 21,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DRV",
      "printed_total": 20,
      "release_date": "2012/10/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dv1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dv1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85559",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/14vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/14vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/14vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Grit",
        "text": "If this Pokémon is affected by a Special Condition, each of its attacks does 40 more damage (before applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dragon Claw",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Dragon",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 1.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.98
        },
        {
          "condition": "LP",
          "price": 0.97
        },
        {
          "condition": "MP",
          "price": 0.77
        },
        {
          "condition": "HP",
          "price": 0.79
        },
        {
          "condition": "DMG",
          "price": 0.98
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 75,
          "low": 63.75,
          "high": 86.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 16.75,
          "low": 12.63,
          "high": 16.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 44.98,
          "low": 59,
          "high": 59,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "7.5",
          "value": 3.25,
          "low": 2.76,
          "high": 3.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:47:06.103Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.51
      }
    }
  }
}