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

← Lost Origin
Slugma

Slugma

Common #21 Pokémon Basic HP 70
Types
Fire
Illustrator
Scav
Expansion
Lost Origin · Sword & Shield
Language
English
TCGplayer
283892

Attacks

Draw In
Fire

Attach a Fire Energy card from your discard pile to this Pokémon.

Combustion 50
Fire · Fire · Colorless
GET /api/v1/pokemon/cards/swsh11-21?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh11-21",
    "name": "Slugma",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/21.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/21.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/21.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh11",
      "name": "Lost Origin",
      "total": 217,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "LOR",
      "printed_total": 196,
      "release_date": "2022/09/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "283892",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/21.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/21.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh11/21.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Draw In",
        "text": "Attach a Fire Energy card from your discard pile to this Pokémon."
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Combustion",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Scav",
    "pricing": {
      "currency": "USD",
      "market": 0.06,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.06
        },
        {
          "condition": "LP",
          "price": 0.05
        },
        {
          "condition": "MP",
          "price": 0.01
        },
        {
          "condition": "HP",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T18:50:44.313Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}