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

← POP Series 9
Garchomp

Garchomp

Rare #1 Pokémon Stage 2 HP 130
Types
Colorless
Illustrator
Kagemaru Himeno
Expansion
POP Series 9 · POP
Language
English
TCGplayer
85622

Attacks

Dragon Rage 80
Colorless

Flip 2 coins. If either of them is tails, this attack does nothing.

Jet Sword 100
Colorless · Colorless · Colorless

Discard 2 Energy attached to Garchomp and this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/pop9-1?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop9-1",
    "name": "Garchomp",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/1.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/1.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/1.large.webp"
      }
    ],
    "expansion": {
      "id": "pop9",
      "name": "POP Series 9",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2009/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85622",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/1.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/1.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/1.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Dragon Rage",
        "text": "Flip 2 coins. If either of them is tails, this attack does nothing.",
        "damage": "80"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Jet Sword",
        "text": "Discard 2 Energy attached to Garchomp and this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Colorless",
        "value": "+30"
      }
    ],
    "rarity": "Rare",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 39.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 39.99
        },
        {
          "condition": "LP",
          "price": 28.11
        },
        {
          "condition": "MP",
          "price": 21.83
        },
        {
          "condition": "HP",
          "price": 15.19
        },
        {
          "condition": "DMG",
          "price": 12.57
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 52.74,
          "low": 44.83,
          "high": 60.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 477.4,
          "low": 405.79,
          "high": 549.01,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 229.99,
          "low": 229.99,
          "high": 229.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:54:47.245Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}