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

← Supreme Victors
Numel

Numel

Uncommon #74 Pokémon Basic HP 70
Types
Fire
Illustrator
Kagemaru Himeno
Expansion
Supreme Victors · Platinum
Language
English
TCGplayer
87815

Attacks

Draw In
Colorless

Search your discard pile for up to 2 Fire Energy cards and attach them to Numel.

Combustion 40
Fire · Colorless · Colorless
GET /api/v1/pokemon/cards/pl3-74?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl3-74",
    "name": "Numel",
    "number": "74",
    "printed_number": "74",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/74.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/74.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/74.large.webp"
      }
    ],
    "expansion": {
      "id": "pl3",
      "name": "Supreme Victors",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "SV",
      "printed_total": 147,
      "release_date": "2009/08/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87815",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/74.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/74.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/74.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Draw In",
        "text": "Search your discard pile for up to 2 Fire Energy cards and attach them to Numel."
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Combustion",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.81,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.81
        },
        {
          "condition": "LP",
          "price": 0.42
        },
        {
          "condition": "MP",
          "price": 0.33
        },
        {
          "condition": "HP",
          "price": 0.38
        },
        {
          "condition": "DMG",
          "price": 0.27
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-18T08:01:12.133Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.25
      }
    }
  }
}