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

← Ancient Roar
Camerupt

Camerupt

Non #12 Pokémon Stage 1 HP 130
Types
Fire
Illustrator
satoma
Expansion
Ancient Roar · Scarlet & Violet
Language
Japanese
TCGplayer
565767

Attacks

Super Singe
Fire

Your opponent's Active Pokémon is now Burned.

Volcalith Cannon 120+
Fire · Fire · Colorless

You may discard a Fighting Energy from this Pokémon. If you do, this attack does 120 more damage.

GET /api/v1/pokemon/cards/sv4k_ja-12?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv4k_ja-12",
    "name": "Camerupt",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/12.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/12.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/12.large.webp"
      }
    ],
    "expansion": {
      "id": "sv4k_ja",
      "name": "Ancient Roar",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV4K",
      "printed_total": 66,
      "release_date": "2023/10/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv4k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ancient Roar"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "565767",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/12.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/12.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv4k_ja/12.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Super Singe",
        "text": "Your opponent's Active Pokémon is now Burned."
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Volcalith Cannon",
        "text": "You may discard a Fighting Energy from this Pokémon. If you do, this attack does 120 more damage.",
        "damage": "120+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "satoma",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T07:04:24.653Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}