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

← Ultra Moon
Rampardos

Rampardos

Rare #35 Pokémon Stage 2 HP 150
Types
Fighting
Illustrator
Yoshinobu Saito
Expansion
Ultra Moon · Sun & Moon
Language
Japanese
TCGplayer
572289

Attacks

Clean Hit 60+
Fighting

If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 60 more damage.

Wild Crash
Fighting · Fighting · Fighting

If your opponent's Active Pokémon is a Basic Pokémon, it is Knocked Out.

GET /api/v1/pokemon/cards/sm5m_ja-35vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5m_ja-35vh",
    "name": "Rampardos",
    "number": "35",
    "printed_number": "35",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/35vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/35vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/35vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5m_ja",
      "name": "Ultra Moon",
      "total": 78,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM5M",
      "printed_total": 66,
      "release_date": "2017/12/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultra Moon"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572289",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/35vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/35vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/35vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Clean Hit",
        "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 60 more damage.",
        "damage": "60+"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 3,
        "name": "Wild Crash",
        "text": "If your opponent's Active Pokémon is a Basic Pokémon, it is Knocked Out."
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Yoshinobu Saito",
    "pricing": {
      "currency": "USD",
      "market": 2.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.95
        },
        {
          "condition": "LP",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:33:32.173Z",
      "trend_7d": {
        "direction": "up",
        "percent": 82.1
      }
    }
  }
}