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

← Fusion Strike
Copperajah

Copperajah

Uncommon #192 Pokémon Stage 1Single Strike HP 190
Types
Metal
Illustrator
KEIICHIRO ITO
Expansion
Fusion Strike · Sword & Shield
Language
English
TCGplayer
253347

Attacks

Strength 90
Metal · Colorless · Colorless
High Horsepower 160
Metal · Colorless · Colorless · Colorless

This Pokémon also does 30 damage to itself.

GET /api/v1/pokemon/cards/swsh8-192?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8-192",
    "name": "Copperajah",
    "number": "192",
    "printed_number": "192",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/192.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/192.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/192.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8",
      "name": "Fusion Strike",
      "total": 284,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "FST",
      "printed_total": 264,
      "release_date": "2021/11/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "253347",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/192.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/192.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/192.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "Single Strike"
    ],
    "types": [
      "Metal"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Strength",
        "damage": "90"
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "High Horsepower",
        "text": "This Pokémon also does 30 damage to itself.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "KEIICHIRO ITO",
    "pricing": {
      "currency": "USD",
      "market": 0.03,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.03
        },
        {
          "condition": "DMG",
          "price": 0.02
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-19T02:16:59.408Z",
      "trend_7d": {
        "direction": "up",
        "percent": 50
      }
    }
  }
}