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

← Double Crisis
Team Magma's Camerupt

Team Magma's Camerupt

Rare Holo #2 Pokémon Stage 1 HP 110
Types
Fire
Illustrator
Shin Nagasawa
Expansion
Double Crisis · XY
Language
English
TCGplayer
97048

Attacks

Flame Ball 60
Fire · Colorless · Colorless

Move a basic Energy from this Pokémon to 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/dc1-2vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dc1-2vh",
    "name": "Team Magma's Camerupt",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/2vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/2vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/2vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dc1",
      "name": "Double Crisis",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "DCR",
      "printed_total": 34,
      "release_date": "2015/03/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dc1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dc1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "97048",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/2vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/2vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/2vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Burning Draft",
        "text": "Once during your turn (before your attack), you may attach a Fighting or Fire Energy card from your discard pile to this Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Flame Ball",
        "text": "Move a basic Energy from this Pokémon to 1 of your Benched Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 2.9,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.9
        },
        {
          "condition": "LP",
          "price": 1.97
        },
        {
          "condition": "MP",
          "price": 1.16
        },
        {
          "condition": "HP",
          "price": 1.05
        },
        {
          "condition": "DMG",
          "price": 0.73
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 27.49,
          "low": 23.37,
          "high": 31.61,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 39,
          "low": 39,
          "high": 59.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "8",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:56:06.007Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.57
      }
    }
  }
}