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

← Dragons Exalted
Garchomp

Garchomp

Rare #91 Pokémon Stage 2 HP 140
Types
Dragon
Illustrator
Naoki Saito
Expansion
Dragons Exalted · Black & White
Language
English
TCGplayer
85625

Attacks

Jet Headbutt 40
Colorless
Sand Tomb 80
Water · Fighting · Colorless

The Defending Pokémon can't retreat during your opponent's next turn.

GET /api/v1/pokemon/cards/bw6-91?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6-91",
    "name": "Garchomp",
    "number": "91",
    "printed_number": "91",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/91.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/91.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/91.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6",
      "name": "Dragons Exalted",
      "total": 128,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DRX",
      "printed_total": 124,
      "release_date": "2012/08/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85625",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/91.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/91.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6/91.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Jet Headbutt",
        "damage": "40"
      },
      {
        "cost": [
          "Water",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sand Tomb",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Dragon",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 1.72,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.72
        },
        {
          "condition": "LP",
          "price": 1.22
        },
        {
          "condition": "MP",
          "price": 1.07
        },
        {
          "condition": "HP",
          "price": 0.77
        },
        {
          "condition": "DMG",
          "price": 0.84
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:21:06.790Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}