Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Brave Stars (Courage)
Rampardos

Rampardos

Rare #069/128 Pokémon Stage 2 HP 170
Types
Fighting
Illustrator
Nisota Niso
Expansion
Brave Stars (Courage) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Headbutt Bounce 60
Colorless
Jurassic Hammer 240
Colorless · Colorless

If your opponent has 3 or fewer cards in their hand, this attack does nothing.

GET /api/v1/pokemon/cards/bsco-069?include=prices 200 50ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bsco-069",
    "name": "Rampardos",
    "number": "069/128",
    "printed_number": "069/128",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-069.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-069.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-069.large.webp"
      }
    ],
    "expansion": {
      "id": "bsco",
      "name": "Brave Stars (Courage)",
      "total": 178,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 178,
      "release_date": "2024/06/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bsco.logo.png",
      "translation": {
        "en": {
          "name": "Brave Stars (Courage)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-069.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-069.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bsco-069.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Headbutt Bounce",
        "damage": "60"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Jurassic Hammer",
        "text": "If your opponent has 3 or fewer cards in their hand, this attack does nothing.",
        "damage": "240"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Nisota Niso",
    "pricing": {
      "currency": "USD",
      "market": 11,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:34:43.676Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}