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

← Perfect Order
Hippowdon

Hippowdon

Uncommon #40 Pokémon Stage 1 HP 150
Types
Fighting
Illustrator
Souichirou Gunjima
Expansion
Perfect Order · Mega Evolution
Language
English
TCGplayer
684426

Attacks

Twister Spewing 80
Fighting · Fighting · Colorless

If you played Tarragon from your hand during this turn, discard the top 3 cards of your opponent's deck.

Heavy Impact 130
Fighting · Fighting · Colorless · Colorless
GET /api/v1/pokemon/cards/me3-40?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me3-40",
    "name": "Hippowdon",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-40.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-40.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-40.large.webp"
      }
    ],
    "expansion": {
      "id": "me3",
      "name": "Perfect Order",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "POR",
      "printed_total": 88,
      "release_date": "2026/03/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "684426",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-40.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-40.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-40.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Twister Spewing",
        "text": "If you played Tarragon from your hand during this turn, discard the top 3 cards of your opponent's deck.",
        "damage": "80"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Heavy Impact",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Souichirou Gunjima",
    "pricing": {
      "currency": "USD",
      "market": 0.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.04
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T19:38:18.794Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}