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

← Sky Legend
Camerupt

Camerupt

Non #10 Pokémon Stage 1 HP 140
Types
Fire
Illustrator
Masakazu Fukuda
Expansion
Sky Legend · Sun & Moon
Language
Japanese
TCGplayer
573536

Attacks

Tackle 50
Colorless · Colorless
Strong Flare 150
Fire · Colorless · Colorless · Colorless

Discard 2 Energy from this Pokémon.

GET /api/v1/pokemon/cards/sm10b_ja-10?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10b_ja-10",
    "name": "Camerupt",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/10.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10b_ja",
      "name": "Sky Legend",
      "total": 69,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "sm10b",
      "printed_total": 54,
      "release_date": "2019/04/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sky Legend"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573536",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10b_ja/10.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tackle",
        "damage": "50"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Strong Flare",
        "text": "Discard 2 Energy from this Pokémon.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 0.51,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.51
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T04:03:35.292Z",
      "trend_7d": {
        "direction": "up",
        "percent": 59.38
      }
    }
  }
}