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

← EX Trainer Kit Latias
Numel

Numel

Common #5 Pokémon Basic HP 40
Types
Fire
Illustrator
Yuka Morii
Expansion
EX Trainer Kit Latias · EX
Language
English
TCGplayer
87808

Attacks

Firebreathing 10
Fire

Flip a coin. If heads, this attack does 10 damage plus 10 more damage.

Tackle 20
Colorless · Colorless
GET /api/v1/pokemon/cards/tk1a-5?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk1a-5",
    "name": "Numel",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/5.large.webp"
      }
    ],
    "expansion": {
      "id": "tk1a",
      "name": "EX Trainer Kit Latias",
      "total": 10,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "printed_total": 10,
      "release_date": "2004/06/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1a.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87808",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Firebreathing",
        "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tackle",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 1.28,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.28
        },
        {
          "condition": "LP",
          "price": 0.57
        },
        {
          "condition": "MP",
          "price": 0.48
        },
        {
          "condition": "HP",
          "price": 0.28
        },
        {
          "condition": "DMG",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 27.27,
          "low": 23.18,
          "high": 31.36,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 76,
          "low": 64.6,
          "high": 87.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 38.76,
          "low": 27.38,
          "high": 50.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:22:10.595Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.79
      }
    }
  }
}