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 Selection
Fraxure

Fraxure

Triple Rare #14 Pokémon Stage 1
Types
Dragon
Illustrator
Shin Nagasawa
Expansion
Dragon Selection · Black & White
Language
Japanese
TCGplayer
602835

Attacks

Dragon Claw 60
Fighting · Metal · Colorless
GET /api/v1/pokemon/cards/ds1_ja-14vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ds1_ja-14vh",
    "name": "Fraxure",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/14vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/14vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/14vh.large.webp"
      }
    ],
    "expansion": {
      "id": "ds1_ja",
      "name": "Dragon Selection",
      "total": 20,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "DS",
      "printed_total": 20,
      "release_date": "2012/01/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ds1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ds1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dragon Selection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602835",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/14vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/14vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ds1_ja/14vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Dragon"
    ],
    "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"
      }
    ],
    "rarity": "Triple Rare",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 3.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.18
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:07:31.141Z",
      "trend_7d": {
        "direction": "up",
        "percent": 63.92
      }
    }
  }
}