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

← Star Birth
Garchomp

Garchomp

Rare #75 Pokémon Stage 2 HP 160
Types
Dragon
Illustrator
Nurikabe
Expansion
Star Birth · Sword & Shield
Language
Japanese
TCGplayer
569703

Attacks

Dragon Blade 160
Water · Fighting

Discard the top 2 cards of your deck.

GET /api/v1/pokemon/cards/swsh9_ja-75vh?include=prices 200 24ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh9_ja-75vh",
    "name": "Garchomp",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/75vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/75vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/75vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh9_ja",
      "name": "Star Birth",
      "total": 127,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S9",
      "printed_total": 100,
      "release_date": "2022/01/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Star Birth"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569703",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/75vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/75vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/75vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Supersonic Evasion",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may prevent all effects of your opponent's attacks, including damage, done to this Pokémon until the end of your opponent's next turn.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Dragon Blade",
        "text": "Discard the top 2 cards of your deck.",
        "damage": "160"
      }
    ],
    "rarity": "Rare",
    "artist": "Nurikabe",
    "pricing": {
      "currency": "USD",
      "market": 0.42,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.42
        },
        {
          "condition": "LP",
          "price": 0.3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.5,
          "low": 14.03,
          "high": 18.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:00:27.296Z",
      "trend_7d": {
        "direction": "down",
        "percent": -35.38
      }
    }
  }
}