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

← Cry from the Mysterious
Camerupt

Camerupt

Non #376 Pokémon Stage 1 HP 100
Types
Fire
Illustrator
Kagemaru Himeno
Expansion
Cry from the Mysterious · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Eruption 30+
Fire · Colorless

Each player discards the top card of his or her deck. This attack does 30 damage plus 30 more damage for each Energy card discarded in this way.

Take Down 80
Fire · Colorless · Colorless

Camerupt does 20 damage to itself.

GET /api/v1/pokemon/cards/dp5c_ja-376?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5c_ja-376",
    "name": "Camerupt",
    "number": "376",
    "printed_number": "376",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-376.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-376.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-376.large.webp"
      }
    ],
    "expansion": {
      "id": "dp5c_ja",
      "name": "Cry from the Mysterious",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP5",
      "printed_total": 63,
      "release_date": "2008/03/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5c_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5c_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cry from the Mysterious"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-376.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-376.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-376.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Eruption",
        "text": "Each player discards the top card of his or her deck. This attack does 30 damage plus 30 more damage for each Energy card discarded in this way.",
        "damage": "30+"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Take Down",
        "text": "Camerupt does 20 damage to itself.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+20"
      }
    ],
    "rarity": "Non",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 172,
          "low": 146.2,
          "high": 197.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T16:49:13.558Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}