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

← Team Magma vs Team Aqua
Team Magma's Camerupt

Team Magma's Camerupt

Rare #19 Pokémon Stage 1 HP 80
Types
Fire
Illustrator
Katsura Tabata
Expansion
Team Magma vs Team Aqua · EX
Language
English
TCGplayer
89824

Attacks

Flame Ball 50
Fire · Colorless · Colorless

You may move a Fire Energy card attached to Team Magma's Camerupt to 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/ex4-19?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex4-19",
    "name": "Team Magma's Camerupt",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/19.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/19.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/19.large.webp"
      }
    ],
    "expansion": {
      "id": "ex4",
      "name": "Team Magma vs Team Aqua",
      "total": 97,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "MA",
      "printed_total": 95,
      "release_date": "2004/03/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89824",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/19.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/19.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/19.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Overheat",
        "text": "Once during your turn (before your attack), you may search your discard pile for a basic Energy card and attach it to Team Magma's Camerupt. Put 2 damage counters on Team Mamga's Camerupt. This power can't be used if Team Magma's Camerupt is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Flame Ball",
        "text": "You may move a Fire Energy card attached to Team Magma's Camerupt to 1 of your Benched Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Katsura Tabata",
    "pricing": {
      "currency": "USD",
      "market": 3.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.52
        },
        {
          "condition": "LP",
          "price": 2.88
        },
        {
          "condition": "MP",
          "price": 2.56
        },
        {
          "condition": "HP",
          "price": 1.98
        },
        {
          "condition": "DMG",
          "price": 3.44
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 17,
          "low": 17,
          "high": 37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 34,
          "low": 18,
          "high": 34,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:34:54.253Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.53
      }
    }
  }
}