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

← Emerald
Numel

Numel

Common #57 Pokémon Basic HP 50
Types
Fire
Illustrator
Midori Harada
Expansion
Emerald · EX
Language
English
TCGplayer
87810

Attacks

Collect
Colorless

Draw a card.

Lunge 20
Fire

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/ex9-57vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex9-57vrh",
    "name": "Numel",
    "number": "57",
    "printed_number": "57",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/57vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/57vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/57vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex9",
      "name": "Emerald",
      "total": 107,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "EM",
      "printed_total": 106,
      "release_date": "2005/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87810",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/57vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/57vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/57vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Collect",
        "text": "Draw a card."
      },
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Lunge",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 43.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 43.17
        },
        {
          "condition": "LP",
          "price": 28.88
        },
        {
          "condition": "MP",
          "price": 22.2
        },
        {
          "condition": "HP",
          "price": 5.99
        },
        {
          "condition": "DMG",
          "price": 10
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 140.5,
          "low": 31.5,
          "high": 140.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 44.2,
          "low": 37.57,
          "high": 50.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 795,
          "low": 112,
          "high": 795,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 80.68,
          "low": 80,
          "high": 80,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 65.75,
          "low": 30,
          "high": 66.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:49:34.311Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.19
      }
    }
  }
}