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-2vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dc1-2vrh",
    "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/2vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/2vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/2vrh.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": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/2vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/2vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dc1/2vrh.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": 5.83,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.83
        },
        {
          "condition": "LP",
          "price": 2.56
        },
        {
          "condition": "MP",
          "price": 2.68
        },
        {
          "condition": "HP",
          "price": 3.46
        },
        {
          "condition": "DMG",
          "price": 1.27
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 34.74,
          "low": 29.53,
          "high": 39.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 39,
          "low": 33.15,
          "high": 44.85,
          "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": "flat",
        "percent": 0
      }
    }
  }
}