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

← Pitch Black
Rampardos ex

Rampardos ex

Double Rare #45 Pokémon Stage 2ex HP 330
Types
Fighting
Illustrator
hncl
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704802

Attacks

Rowdy Hammer 150
Fighting · Fighting

During your next turn, attacks used by this Pokémon do 150 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).

GET /api/v1/pokemon/cards/me5-45vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-45vh",
    "name": "Rampardos ex",
    "number": "45",
    "printed_number": "45",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-45vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-45vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-45vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704802",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-45vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-45vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-45vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "ex"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "330",
    "abilities": [
      {
        "name": "Destructive Headbutting",
        "text": "Once during your turn, if this Pokémon is in the Active Spot, you may use this Ability. Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Rowdy Hammer",
        "text": "During your next turn, attacks used by this Pokémon do 150 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "hncl",
    "pricing": {
      "currency": "USD",
      "market": 0.53,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.53
        },
        {
          "condition": "LP",
          "price": 0.46
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:55:34.671Z",
      "trend_7d": {
        "direction": "down",
        "percent": -19.7
      }
    }
  }
}