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 Blade
Garchomp

Garchomp

Rare #40 Pokémon Stage 2 HP 140
Types
Dragon
Illustrator
5ban Graphics
Expansion
Dragon Blade · Black & White
Language
Japanese
TCGplayer
601517

Attacks

Mach Cut 60
Fighting

Discard a Special Energy attached to the Defending Pokémon.

Dragonblade 100
Water · Fighting

Discard the top 2 cards of your deck.

GET /api/v1/pokemon/cards/bw5d_ja-40vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5d_ja-40vh",
    "name": "Garchomp",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/40vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/40vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/40vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5d_ja",
      "name": "Dragon Blade",
      "total": 55,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW5",
      "printed_total": 50,
      "release_date": "2012/03/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw5d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dragon Blade"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601517",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/40vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/40vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5d_ja/40vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Mach Cut",
        "text": "Discard a Special Energy attached to the Defending Pokémon.",
        "damage": "60"
      },
      {
        "cost": [
          "Water",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Dragonblade",
        "text": "Discard the top 2 cards of your deck.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Dragon",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 8.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.99
        },
        {
          "condition": "LP",
          "price": 4.99
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 113.75,
          "low": 105.63,
          "high": 121.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 54.5,
          "low": 46.33,
          "high": 62.68,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 17.5,
          "low": 14.88,
          "high": 20.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.53,
          "low": 35,
          "high": 35,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:24:11.732Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}