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 6
Rampardos

Rampardos

Rare #5 Pokémon Stage 2 HP 120
Types
Fighting
Illustrator
Kazuyuki Kano
Expansion
POP Series 6 · POP
Language
English
TCGplayer
88570

Attacks

Assurance 30
Fighting · Colorless

As long as the Defending Pokémon's remaining HP is 60 or less, this attack's base damage is 60 instead of 30.

Hasty Headbutt 100
Fighting · Fighting · Fighting

Rampardos does 20 damage to itself. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.

GET /api/v1/pokemon/cards/pop6-5vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop6-5vh",
    "name": "Rampardos",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/5vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/5vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/5vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pop6",
      "name": "POP Series 6",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2007/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88570",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/5vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/5vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop6/5vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Assurance",
        "text": "As long as the Defending Pokémon's remaining HP is 60 or less, this attack's base damage is 60 instead of 30.",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 3,
        "name": "Hasty Headbutt",
        "text": "Rampardos does 20 damage to itself. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "+30"
      }
    ],
    "rarity": "Rare",
    "artist": "Kazuyuki Kano",
    "pricing": {
      "currency": "USD",
      "market": 4.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.48
        },
        {
          "condition": "MP",
          "price": 2.46
        },
        {
          "condition": "HP",
          "price": 2.62
        },
        {
          "condition": "DMG",
          "price": 0.6
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:12:56.188Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.22
      }
    }
  }
}