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

← Majestic Dawn
Hippowdon

Hippowdon

Rare #21 Pokémon Stage 1 HP 100
Types
Fighting
Illustrator
Kent Kanetsuna
Expansion
Majestic Dawn · Diamond & Pearl
Language
English
TCGplayer
86084

Attacks

Vacuum Sand 20

Search your discard pile for a Fighting Energy card and attach it to Hippowdon.

Sand Impact 50
Fighting · Colorless · Colorless

Flip a coin for each Fighting Energy attached to Hippowdon. This attack does 50 damage plus 20 more damage for each heads.

GET /api/v1/pokemon/cards/dp5-21?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5-21",
    "name": "Hippowdon",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/21.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/21.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/21.large.webp"
      }
    ],
    "expansion": {
      "id": "dp5",
      "name": "Majestic Dawn",
      "total": 100,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MD",
      "printed_total": 100,
      "release_date": "2008/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86084",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/21.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/21.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/21.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Vacuum Sand",
        "text": "Search your discard pile for a Fighting Energy card and attach it to Hippowdon.",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sand Impact",
        "text": "Flip a coin for each Fighting Energy attached to Hippowdon. This attack does 50 damage plus 20 more damage for each heads.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kent Kanetsuna",
    "pricing": {
      "currency": "USD",
      "market": 2.02,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.02
        },
        {
          "condition": "LP",
          "price": 1.36
        },
        {
          "condition": "MP",
          "price": 1.11
        },
        {
          "condition": "HP",
          "price": 0.94
        },
        {
          "condition": "DMG",
          "price": 0.62
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:36:44.623Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.02
      }
    }
  }
}