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

← Temporal Forces
Slugma

Slugma

Common #28 Pokémon Basic HP 80
Types
Fire
Illustrator
Haru Akasaka
Expansion
Temporal Forces · Scarlet & Violet
Language
English
TCGplayer
542772

Attacks

Roasting Heat 10
Fire

If your opponent's Active Pokémon is Burned, this attack does 40 more damage.

GET /api/v1/pokemon/cards/sv5-28?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5-28",
    "name": "Slugma",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/28.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/28.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/28.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5",
      "name": "Temporal Forces",
      "total": 218,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TEF",
      "printed_total": 162,
      "release_date": "2024/03/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "542772",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/28.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/28.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5/28.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Roasting Heat",
        "text": "If your opponent's Active Pokémon is Burned, this attack does 40 more damage.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Haru Akasaka",
    "pricing": {
      "currency": "USD",
      "market": 0.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.09
        },
        {
          "condition": "LP",
          "price": 0.05
        },
        {
          "condition": "MP",
          "price": 0.02
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T19:10:47.625Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}