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

← Boundaries Crossed
Camerupt

Camerupt

Rare #22 Pokémon Stage 1 HP 130
Types
Fire
Illustrator
Akira Komayama
Expansion
Boundaries Crossed · Black & White
Language
English
TCGplayer
84095

Attacks

Fire Shard 60
Fire · Colorless · Colorless

The Defending Pokémon is now Burned. Flip a coin. If heads, the Defending Pokémon is also Paralyzed.

Flamethrower 80
Fire · Fire · Colorless · Colorless

Discard an Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/bw7-22vrh?include=prices 200 28ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw7-22vrh",
    "name": "Camerupt",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/22vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/22vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/22vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw7",
      "name": "Boundaries Crossed",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "BCR",
      "printed_total": 149,
      "release_date": "2012/11/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84095",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/22vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/22vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/22vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fire Shard",
        "text": "The Defending Pokémon is now Burned. Flip a coin. If heads, the Defending Pokémon is also Paralyzed.",
        "damage": "60"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Flamethrower",
        "text": "Discard an Energy attached to this Pokémon.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 0.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.99
        },
        {
          "condition": "LP",
          "price": 0.83
        },
        {
          "condition": "MP",
          "price": 0.72
        },
        {
          "condition": "HP",
          "price": 0.45
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 54.9,
          "low": 46.67,
          "high": 63.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:52:16.970Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}