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

← Brave Stars (Charm)
Garchomp V

Garchomp V

Double Rare #091/127 Pokémon Basic HP 200
Types
Dragon
Illustrator
N-DESIGN Inc.
Expansion
Brave Stars (Charm) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Dragon Claw 120
Colorless · Colorless · Colorless
Sonic Strike
Colorless · Colorless · Colorless · Colorless

Discard 3 Energy from this Pokémon. This attack does 220 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/bsch-091vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsch-091vh",
    "name": "Garchomp V",
    "number": "091/127",
    "printed_number": "091/127",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-091vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-091vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-091vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bsch",
      "name": "Brave Stars (Charm)",
      "total": 176,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 176,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsch.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Charm)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-091vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-091vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsch-091vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dragon Claw",
        "damage": "120"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Sonic Strike",
        "text": "Discard 3 Energy from this Pokémon. This attack does 220 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "rarity": "Double Rare",
    "artist": "N-DESIGN Inc.",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:37:32.805Z"
    }
  }
}