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
Axew

Axew

Rare Holo #13 Pokémon Basic HP 50
Types
Dragon
Illustrator
TOKIYA
Expansion
Dragon Vault · Black & White
Language
English
TCGplayer
83671

Attacks

Lunge 30
Fighting · Metal

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/dv1-13vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dv1-13vh",
    "name": "Axew",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/13vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/13vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/13vh.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": "83671",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/13vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/13vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/13vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Metal"
        ],
        "converted_energy_cost": 2,
        "name": "Lunge",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Dragon",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 2.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.19
        },
        {
          "condition": "LP",
          "price": 1.32
        },
        {
          "condition": "MP",
          "price": 1.07
        },
        {
          "condition": "HP",
          "price": 0.77
        },
        {
          "condition": "DMG",
          "price": 0.67
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 40.3,
          "low": 34.25,
          "high": 46.34,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 17.25,
          "low": 20,
          "high": 20,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "3",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 6.99,
          "low": 4,
          "high": 6.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16.93,
          "low": 20.5,
          "high": 20.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 36.49,
          "low": 25.36,
          "high": 68.6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:47:06.103Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.46
      }
    }
  }
}